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