cz.cuni.jagrlib
Class IntMap.TargetIterator
java.lang.Object
cz.cuni.jagrlib.IntTuple<T>
cz.cuni.jagrlib.IntMap.CommonIterator
cz.cuni.jagrlib.IntMap.TargetIterator
- All Implemented Interfaces:
- Iterator<T>
- Enclosing class:
- IntMap<T>
protected class IntMap.TargetIterator
- extends IntMap.CommonIterator
- implements Iterator<T>
Internal class handling target object iteration.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntMap.TargetIterator
protected IntMap.TargetIterator()
next
public T next()
- Specified by:
next
in interface Iterator<T>