Package org.aksw.commons.util
Class Pair<K,V>
java.lang.Object
org.aksw.commons.util.Pair<K,V>
- All Implemented Interfaces:
Map.Entry<K,V>
A pair class based on Map.Entry.
- Author:
- Claus Stadler <cstadler@informatik.uni-leipzig.de>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Pair
-
-
Method Details
-
create
-
getKey
-
getValue
-
toString
-
setValue
-
hashCode
public int hashCode() -
equals
-