org.semanticweb.elk.util.collections
Class Triple<First,Second,Third>

java.lang.Object
  extended by org.semanticweb.elk.util.collections.Triple<First,Second,Third>

public class Triple<First,Second,Third>
extends Object


Field Summary
protected  First first
           
protected  Second second
           
protected  Third third
           
 
Constructor Summary
Triple(First first, Second second, Third third)
           
 
Method Summary
 boolean equals(Object obj)
           
 First getFirst()
           
 Second getSecond()
           
 Third getThird()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

first

protected final First first

second

protected final Second second

third

protected final Third third
Constructor Detail

Triple

public Triple(First first,
              Second second,
              Third third)
Method Detail

getFirst

public First getFirst()

getSecond

public Second getSecond()

getThird

public Third getThird()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.