protected class IntTable.TblIterator extends Object implements Iterator<IntTable.Entry<E>>
| Constructor and Description |
|---|
IntTable.TblIterator() |
public boolean hasNext()
hasNext in interface Iterator<IntTable.Entry<E>>public IntTable.Entry<E> next()
next in interface Iterator<IntTable.Entry<E>>public void remove()
remove in interface Iterator<IntTable.Entry<E>>