Modifier and Type | Field and Description |
---|---|
(package private) int |
hd |
(package private) List |
tl |
Modifier and Type | Method and Description |
---|---|
List |
delete(int i) |
List |
insert(int i) |
Iterator |
newIterator(Changeable parent) |
java.lang.String |
toString() |
public java.lang.String toString()
toString
in class java.lang.Object
public Iterator newIterator(Changeable parent)
newIterator
in interface List