Package com.mapr.utils
Class Pair<K,V>
java.lang.Object
java.util.AbstractMap.SimpleEntry<K,V>
com.mapr.utils.Pair<K,V>
- All Implemented Interfaces:
Serializable,Map.Entry<K,V>
- See Also:
-
Constructor Details
-
Pair
-
-
Method Details
-
getFirst
- Returns:
- first object in the pair.
-
getSecond
- Returns:
- second object in the pair.
-