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 RevisionHandler
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.