Klasse KeyValuePair<K,V>
java.lang.Object
ch.nolix.core.datastructure.pair.KeyValuePair<K,V>
- Typparameter:
K- is the type of the key of of aKeyValuePair.V- is the type of the value of of aKeyValuePair.
- Alle implementierten Schnittstellen:
IKeyValuePair<K,V>
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibunggetKey()toString()static <K2,V2> KeyValuePair <K2, V2> withKeyAndValue(K2 key, V2 value)
-
Methodendetails
-
withKeyAndValue
-
getKey
- Angegeben von:
getKeyin SchnittstelleIKeyValuePair<K,V>
-
getStoredValue
- Angegeben von:
getStoredValuein SchnittstelleIKeyValuePair<K,V>
-
toString
-