E - The line type.public class LineList<E> extends Object
| Constructor and Description |
|---|
LineList() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(E e)
Adds a new line.
|
Enumeration<E> |
lines() |
void |
sort()
Sorts the lines.
|
public void add(E e)
e - the line to add.public Enumeration<E> lines()
Enumeration of the current lines.public void sort()
Copyright © 2017. All rights reserved.