Modifier | Constructor and Description |
---|---|
private |
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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public boolean containsKey(Object o)
containsKey
in interface Map<K,T>
public boolean containsValue(Object value)
containsValue
in interface Map<K,T>