|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ostore.util.Triple
A tuple with 3 elements.
Constructor Summary | |
---|---|
Triple(Object first,
Object second,
Object third)
|
Method Summary | |
---|---|
boolean |
equals(Object other)
|
Object |
first()
|
int |
hashCode()
|
Object |
second()
|
void |
setFirst(Object first)
|
void |
setSecond(Object second)
|
void |
setThird(Object third)
|
Object |
third()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Triple(Object first, Object second, Object third)
Method Detail |
public Object first()
public Object second()
public Object third()
public void setFirst(Object first)
public void setSecond(Object second)
public void setThird(Object third)
public int hashCode()
hashCode
in class Object
public boolean equals(Object other)
equals
in class Object
public String toString()
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |