Modifier and Type | Field and Description |
---|---|
(package private) Hash<K,? super T> |
fHash |
Modifier | Constructor and Description |
---|---|
private |
Storage.FMap(Hash<K,? super T> h) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object o) |
boolean |
containsValue(Object value) |
Set<Map.Entry<K,T>> |
entrySet() |
T |
get(Object o) |
boolean |
isEmpty() |
Set<K> |
keySet() |
T |
put(K key,
T value) |
void |
putAll(Map<? extends K,? extends T> m) |
T |
remove(Object o) |
int |
size() |
Collection<T> |
values() |
private Storage.FMap(Hash<K,? super T> h)
public boolean containsKey(Object o)
containsKey
in interface Map<K,T>
public boolean containsValue(Object value)
containsValue
in interface Map<K,T>