Class Pair<K,V>
java.lang.Object
org.apache.zookeeper.inspector.manager.Pair<K,V>
- Type Parameters:
K
-V
-
A utility class for storing a pair of objects
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Pair
-
Pair
public Pair()
-
-
Method Details
-
getKey
- Returns:
- key
-
setKey
- Parameters:
key
-
-
getValue
- Returns:
- value
-
setValue
- Parameters:
value
-
-
toString
-
hashCode
-
equals
-