A
- Type of key AB
- Type of key BV
- Type of the valuepublic class DualKeyMap<A,B,V> extends Object
Constructor and Description |
---|
DualKeyMap(int initialCapacity) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKeyA(A aKey) |
boolean |
containsKeyB(B bKey) |
V |
getKeyA(A aKey) |
V |
getKeyB(B bKey) |
Set<A> |
keySetA() |
Set<B> |
keySetB() |
V |
put(A aKey,
B bKey,
V value) |
V |
removeKeyA(A aKey) |
V |
removeKeyB(B bKey) |
int |
size() |
Collection<V> |
values() |
public int size()
public boolean containsKeyA(A aKey)
public boolean containsKeyB(B bKey)
public Collection<V> values()
public void clear()
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.