public class Lines extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
add(Line line) |
List<Line> |
getLines() |
void |
print(PrintStream out) |
void |
print(PrintStream out,
boolean headers) |
public Lines()
public Lines(String cr)
public void add(Line line)
public void print(PrintStream out)
public void print(PrintStream out, boolean headers)
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.