edu.stanford.nlp.util
Class Triple

java.lang.Object
  extended byedu.stanford.nlp.util.Triple

public class Triple
extends Object

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

first

public Object first

second

public Object second

third

public Object third
Constructor Detail

Triple

public Triple(Object first,
              Object second,
              Object third)
Method Detail

equals

public boolean equals(Object o)

hashCode

public int hashCode()


Stanford NLP Group