|
||||||||||
| 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.IntArrayHash<V>
public final class IntArrayHash<V>
| Nested Class Summary | |
|---|---|
static class |
IntArrayHash.IntArrayHashEntry<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 | |
|---|---|
IntArrayHash()
|
|
IntArrayHash(int size)
|
|
| Method Summary | |
|---|---|
V |
delete(int... key)
|
V |
get(int... key)
|
protected void |
init()
|
V |
put(int[] key,
V value)
|
void |
putDirect(int[] 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 IntArrayHash()
public IntArrayHash(int size)
| Method Detail |
|---|
protected void init()
init in class Hash<V>
public V put(int[] key,
V value)
public void putDirect(int[] key,
V value)
public V get(int... key)
public V delete(int... key)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||