Package org.kingdoms.data
Class Pair<K,V>
java.lang.Object
org.kingdoms.data.Pair<K,V>
- All Implemented Interfaces:
Map.Entry<K,V>
-
Constructor Details
-
Pair
-
-
Method Details
-
of
-
of
-
empty
-
getKey
-
setKey
-
getValue
-
setValue
-
isKeyPresent
public boolean isKeyPresent() -
isValuePresent
public boolean isValuePresent() -
areBothPresent
public boolean areBothPresent() -
areBothNull
public boolean areBothNull() -
equals
-
hashCode
public int hashCode() -
toString
-