Class BytesHash<V>
java.lang.Object
org.jcodings.util.Hash<V>
org.jcodings.util.BytesHash<V>
- All Implemented Interfaces:
Iterable<V>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class Hash
Hash.HashEntry<V>, Hash.HashEntryIterator, Hash.HashIterator -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Hash
bucketIndex, checkResize, entryIterator, hashValue, iterator, resize, sizeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
BytesHash
public BytesHash() -
BytesHash
public BytesHash(int size)
-
-
Method Details
-
init
-
hashCode
public static int hashCode(byte[] bytes, int p, int end) -
put
-
put
-
putDirect
-
putDirect
-
get
-
get
-
delete
-
delete
-