org.semanticweb.elk.util.collections
Class Triple<First,Second,Third>
java.lang.Object
org.semanticweb.elk.util.collections.Triple<First,Second,Third>
public class Triple<First,Second,Third>
- extends Object
first
protected final First first
second
protected final Second second
third
protected final Third third
Triple
public Triple(First first,
Second second,
Third third)
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.