-
-
Constructor Summary
Constructors
| Constructor and Description |
LineList() |
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
void |
add(E e)
Adds a new line.
|
Enumeration<E> |
lines() |
void |
sort()
Sorts the lines.
|
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
LineList
public LineList()
-
Method Detail
-
add
public void add(E e)
Adds a new line.
- Parameters:
e - the line to add.
-
sort
public void sort()
Sorts the lines.
Copyright © 2018. All rights reserved.