|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cuni.jagrlib.IntTuple<T>
cz.cuni.jagrlib.IntMap.CommonIterator
cz.cuni.jagrlib.IntMap.TupleIterator
protected class IntMap.TupleIterator
Internal class handling tuple-iteration.
Field Summary |
---|
Fields inherited from class cz.cuni.jagrlib.IntMap.CommonIterator |
---|
i, keys, nextKey, nextValid, nextValue |
Fields inherited from class cz.cuni.jagrlib.IntTuple |
---|
key, value |
Constructor Summary | |
---|---|
protected |
IntMap.TupleIterator()
|
Method Summary | |
---|---|
IntTuple<T> |
next()
Returned tuple will be re-used by the next next() call! |
Methods inherited from class cz.cuni.jagrlib.IntMap.CommonIterator |
---|
findNext, hasNext, remove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Iterator |
---|
hasNext, remove |
Constructor Detail |
---|
protected IntMap.TupleIterator()
Method Detail |
---|
public IntTuple<T> next()
next()
call!
next
in interface java.util.Iterator<IntTuple<T>>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |