public final class ObjHash<K,V> extends Hash<V>
static class
ObjHash.ObjHashEntry<K,V>
Hash.HashEntry<V>, Hash.HashEntryIterator, Hash.HashIterator
head, size, table
ObjHash()
V
delete(K key)
get(K key)
protected void
init()
put(K key, V value)
void
putDirect(K key, V value)
bucketIndex, checkResize, entryIterator, hashValue, iterator, resize, size
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ObjHash()
protected void init()
init
Hash<V>
public V put(K key, V value)
public void putDirect(K key, V value)
public V get(K key)
public V delete(K key)
Copyright © 2016. All Rights Reserved.