private static final class IntHashMap.NullMap<U> extends IntHashMap<U>
IntHashMap.Entry<V>| Modifier and Type | Field and Description |
|---|---|
(package private) static IntHashMap.NullMap |
INSTANCE |
keySet, values| Modifier | Constructor and Description |
|---|---|
private |
NullMap() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(java.lang.Object value) |
boolean |
containsKey(int key) |
U |
get(int key) |
U |
put(int key,
U value) |
protected void |
rehash() |
U |
remove(int key) |
clear, containsValue, entrySet, getEntry, isEmpty, keySet, newEntryIterator, newKeyIterator, newValueIterator, nullMap, size, toString, valuesstatic final IntHashMap.NullMap INSTANCE
public boolean contains(java.lang.Object value)
contains in class IntHashMap<U>public boolean containsKey(int key)
containsKey in class IntHashMap<U>public U get(int key)
get in class IntHashMap<U>public U put(int key, U value)
put in class IntHashMap<U>public U remove(int key)
remove in class IntHashMap<U>protected void rehash()
rehash in class IntHashMap<U>