public class DualKeyMap<K1,K2,V> extends Object
DualKeyMap()
void
add(K1 key1, K2 key2, V value)
V
get(K1 key1, K2 key2)
remove(K1 key1, K2 key2)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DualKeyMap()
public void add(K1 key1, K2 key2, V value)
public V get(K1 key1, K2 key2)
public V remove(K1 key1, K2 key2)
Copyright © 2016–2019 Tigase. All rights reserved.