Package org.jcodings.util
Class IntHash<V>
- java.lang.Object
-
- org.jcodings.util.Hash<V>
-
- org.jcodings.util.IntHash<V>
-
- All Implemented Interfaces:
java.lang.Iterable<V>
public class IntHash<V> extends Hash<V>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IntHash.IntHashEntry<V>
-
Nested classes/interfaces inherited from class org.jcodings.util.Hash
Hash.HashEntry<V>, Hash.HashEntryIterator, Hash.HashIterator
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-