cz.cuni.jagrlib
Class IntTuple<T>

java.lang.Object
  extended by cz.cuni.jagrlib.IntTuple<T>
Direct Known Subclasses:
IntMap.CommonIterator

public class IntTuple<T>
extends java.lang.Object

[ int, T ] tuple for IntMap iteration.

Since:
0.24
See Also:
IntTuple.java

Field Summary
 int key
          Key value (or IntMap.NULL_KEY for invalid tuple.
 T value
          Value associated with the key.
 
Constructor Summary
IntTuple()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public int key
Key value (or IntMap.NULL_KEY for invalid tuple.


value

public T value
Value associated with the key.

Constructor Detail

IntTuple

public IntTuple()