public class ArrayListBackedIterator extends Object implements ResetableIterator
Constructor and Description |
---|
ArrayListBackedIterator() |
ArrayListBackedIterator(ArrayList<Object> data) |
Modifier and Type | Method and Description |
---|---|
void |
add(Object item) |
void |
close() |
boolean |
hasNext() |
Object |
next() |
void |
remove() |
void |
reset() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public void add(Object item)
add
in interface ResetableIterator
public void reset()
reset
in interface ResetableIterator
public void close() throws IOException
close
in interface ResetableIterator
IOException
Copyright © 2010 The Apache Software Foundation