|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.nlp.util.Triple
User: Teg Grenager Date: Feb 20, 2004 Time: 9:44:12 AM
Field Summary | |
Object |
first
|
Object |
second
|
Object |
third
|
Constructor Summary | |
Triple(Object first,
Object second,
Object third)
|
Method Summary | |
boolean |
equals(Object o)
|
int |
hashCode()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public Object first
public Object second
public Object third
Constructor Detail |
public Triple(Object first, Object second, Object third)
Method Detail |
public boolean equals(Object o)
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |