|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jcodings.util.Hash<V>
org.jcodings.util.ObjHash<K,V>
public final class ObjHash<K,V>
Nested Class Summary | |
---|---|
static class |
ObjHash.ObjHashEntry<K,V>
|
Nested classes/interfaces inherited from class org.jcodings.util.Hash |
---|
Hash.HashEntryIterator, Hash.HashIterator |
Field Summary |
---|
Fields inherited from class org.jcodings.util.Hash |
---|
head, size, table |
Constructor Summary | |
---|---|
ObjHash()
|
Method Summary | |
---|---|
V |
delete(K key)
|
V |
get(K key)
|
protected void |
init()
|
V |
put(K key,
V value)
|
void |
putDirect(K key,
V value)
|
Methods inherited from class org.jcodings.util.Hash |
---|
bucketIndex, checkResize, entryIterator, hashValue, iterator, resize, size |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjHash()
Method Detail |
---|
protected void init()
init
in class 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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |