|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsoot.toolkits.scalar.Pair
Just a pair of arbitrary objects.
Field Summary | |
protected Object |
o1
|
protected Object |
o2
|
Constructor Summary | |
Pair(Object o1,
Object o2)
|
Method Summary | |
boolean |
equals(Object other)
|
Object |
getO1()
|
Object |
getO2()
|
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected Object o1
protected Object o2
Constructor Detail |
public Pair(Object o1, Object o2)
Method Detail |
public int hashCode()
public boolean equals(Object other)
public String toString()
public Object getO1()
public Object getO2()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |