public abstract class AbstractIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
| Constructor and Description | 
|---|
AbstractIterator()  | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
endOfData()  | 
boolean | 
hasNext()  | 
T | 
next()  | 
void | 
remove()  |