public class DoubleKeyValueMap<K1,K2,V> extends Object
| Constructor | Description |
|---|---|
DoubleKeyValueMap() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
clear() |
|
boolean |
containsKey(K1 key1) |
|
boolean |
containsKey(K1 key1,
K2 key2) |
|
ConcurrentHashMap<K2,V> |
get(K1 key1) |
|
V |
get(K1 key1,
K2 key2) |
|
Collection<V> |
getAllValues() |
|
Collection<V> |
getAllValues(K1 key1) |
|
Set<K1> |
getFirstKeys() |
|
void |
put(K1 key1,
K2 key2,
V value) |
|
void |
remove(K1 key1) |
|
void |
remove(K1 key1,
K2 key2) |
|
int |
size() |
public ConcurrentHashMap<K2,V> get(K1 key1)
public Collection<V> getAllValues(K1 key1)
public Collection<V> getAllValues()
public boolean containsKey(K1 key1)
public int size()
public void remove(K1 key1)
public void clear()
Copyright © 2025. All rights reserved.