|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcz.cuni.jagrlib.IntTuple<T>
public class IntTuple<T>
[ int, T ] tuple for IntMap iteration.
| 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 |
|---|
public int key
IntMap.NULL_KEY for invalid tuple.
public T value
| Constructor Detail |
|---|
public IntTuple()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||