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 a KeyValuePair.
V - is the type of the value of of a KeyValuePair.
Alle implementierten Schnittstellen:
IKeyValuePair<K,V>

public final class KeyValuePair<K,V> extends Object implements IKeyValuePair<K,V>
Autor:
Silvan Wyss