|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectutil.Pair<T,V>
T
- V
- public class Pair<T,V>
Simple Pair class.
Field Summary | |
---|---|
T |
first
|
V |
second
|
Constructor Summary | |
---|---|
Pair()
|
|
Pair(T first,
V second)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public T first
public V second
Constructor Detail |
---|
public Pair(T first, V second)
public Pair()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |