cz.cuni.jagrlib
Class IntTuple<T>
java.lang.Object
cz.cuni.jagrlib.IntTuple<T>
- Direct Known Subclasses:
- IntMap.CommonIterator
public class IntTuple<T>
- extends Object
[ int, T ] tuple for IntMap
iteration.
- Since:
- 0.24
- Version:
- 0.24 $Rev: 223 $ $Date: 2006-05-01 23:50:42 +0200 (po, 01 V 2006) $ $Author: pepca $
- See Also:
- IntTuple.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
public int key
- Key value (or
IntMap.NULL_KEY
for invalid tuple.
value
public T value
- Value associated with the key.
IntTuple
public IntTuple()