Package me.hsgamer.hscore.common
Class Pair<K,V>
java.lang.Object
me.hsgamer.hscore.common.Pair<K,V>
- Type Parameters:
K
- the type of the keyV
- the type of the value
Store the key and the value in pair
-
Method Summary
-
Method Details
-
of
Create a new pair- Type Parameters:
K
- the type of the keyV
- the type of the value- Parameters:
key
- the keyvalue
- the value- Returns:
- the pair
-
of
Create a new pair from the map entry- Type Parameters:
K
- the type of the keyV
- the type of the value- Parameters:
entry
- the map entry- Returns:
- the pair
-
getKey
Get the key- Returns:
- the key
-
getValue
Get the value- Returns:
- the value
-
setValue
Set the value- Parameters:
value
- the value
-