Class KeyValuePair<K,V>

java.lang.Object
ch.nolix.base.datastructure.pair.KeyValuePair<K,V>
Type Parameters:
K - is the type of the key of of a KeyValuePair.
V - is the type of the value of of a KeyValuePair.
All Implemented Interfaces:
IKeyValuePair<K,V>

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