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, waitforEachRemainingpublic void add(Object item)
add in interface ResetableIteratorpublic void reset()
reset in interface ResetableIteratorpublic void close()
throws IOException
close in interface ResetableIteratorIOExceptionCopyright © 2018 CERN. All Rights Reserved.