Uses of Class
cz.cuni.jagrlib.IntTuple

Packages that use IntTuple
cz.cuni.jagrlib Core JaGrLib package. 
 

Uses of IntTuple in cz.cuni.jagrlib
 

Subclasses of IntTuple in cz.cuni.jagrlib
protected  class IntMap.CommonIterator
          Common iterator ancestor.
protected  class IntMap.TargetIterator
          Internal class handling target object iteration.
protected  class IntMap.TupleIterator
          Internal class handling tuple-iteration.
 

Methods in cz.cuni.jagrlib that return IntTuple
 IntTuple<T> IntMap.TupleIterator.next()
          Returned tuple will be re-used by the next IntMap.TupleIterator.next() call!
 

Methods in cz.cuni.jagrlib that return types with arguments of type IntTuple
 java.util.Iterator<IntTuple<T>> IntMap.tupleIterator()
          Iterates through all map tuples.