public final class ObjHash<K,V> extends Hash<V>
| Modifier and Type | Class and Description |
|---|---|
static class |
ObjHash.ObjHashEntry<K,V> |
Hash.HashEntry<V>, Hash.HashEntryIterator, Hash.HashIterator| Constructor and Description |
|---|
ObjHash() |
| Modifier and Type | Method and Description |
|---|---|
V |
delete(K key) |
V |
get(K key) |
protected void |
init() |
V |
put(K key,
V value) |
void |
putDirect(K key,
V value) |
bucketIndex, checkResize, entryIterator, hashValue, iterator, resize, size