Modifier and Type | Field and Description |
---|---|
private LinkedListRVM<T> |
elements |
Modifier and Type | Method and Description |
---|---|
T |
insert(T e) |
boolean |
isEmpty() |
Iterator<T> |
iterator() |
T |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
private final LinkedListRVM<T> elements