Constructor and Description |
---|
StupidHashMap() |
StupidHashMap(int initialCapacity) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
V |
computeIfAbsent(K k,
Supplier<V> v) |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<K,V>> |
entrySet() |
V |
get(Object k) |
boolean |
isEmpty() |
Set<K> |
keySet() |
V |
put(K k,
V v) |
void |
putAll(Map<? extends K,? extends V> m) |
V |
putIfAbsent(K k,
V v) |
V |
remove(Object k) |
int |
size() |
Collection<V> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, remove, replace, replace, replaceAll
public StupidHashMap(int initialCapacity)
public StupidHashMap()
Copyright © 2018. All rights reserved.