public static class WeakNested.Map<K,U,V> extends WeakNested<K,java.util.Map<U,V>>
WeakNested.Collection<K,U extends java.util.Collection<V>,V>, WeakNested.List<K,V>, WeakNested.Map<K,U,V>, WeakNested.Set<K,V>factory, internalMap| Constructor and Description |
|---|
Map(java.util.function.Supplier<java.util.Map<U,V>> supplier) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<U,V> |
get(K key) |
V |
get(K key,
U key2) |
void |
put(K key,
U key2,
V value) |
void |
remove(K key,
U key2) |
empty, getOrCreate, remove