cz.cuni.jagrlib
Class IntMap.TupleIterator
java.lang.Object
cz.cuni.jagrlib.IntTuple<T>
cz.cuni.jagrlib.IntMap.CommonIterator
cz.cuni.jagrlib.IntMap.TupleIterator
- All Implemented Interfaces:
- Iterator<IntTuple<T>>
- Enclosing class:
- IntMap<T>
protected class IntMap.TupleIterator
- extends IntMap.CommonIterator
- implements Iterator<IntTuple<T>>
Internal class handling tuple-iteration.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntMap.TupleIterator
protected IntMap.TupleIterator()
next
public IntTuple<T> next()
- Returned tuple will be re-used by the next
next()
call!
- Specified by:
next
in interface Iterator<IntTuple<T>>