public class SimpleLinkedList.LinkedListIterator extends Object implements Serializable, RevisionHandler
| Constructor and Description |
|---|
LinkedListIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBefore(Object o) |
String |
getRevision()
Returns the revision string.
|
boolean |
hasNext() |
Object |
next() |
void |
remove() |
public boolean hasNext()
public Object next()
public void remove()
public void addBefore(Object o)
public String getRevision()
getRevision in interface RevisionHandlerCopyright © 2021 University of Waikato, Hamilton, NZ. All rights reserved.