Package org.jcodings.util
Class BytesHash.BytesHashEntry<V>
- java.lang.Object
-
- org.jcodings.util.Hash.HashEntry<V>
-
- org.jcodings.util.BytesHash.BytesHashEntry<V>
-
public static final class BytesHash.BytesHashEntry<V> extends Hash.HashEntry<V>
-
-
Constructor Summary
Constructors Constructor Description BytesHashEntry()
BytesHashEntry(int hash, Hash.HashEntry<V> next, V value, byte[] bytes, int p, int end, Hash.HashEntry<V> head)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(byte[] bytes, int p, int end)
-
Methods inherited from class org.jcodings.util.Hash.HashEntry
getHash, remove
-
-
-
-
Constructor Detail
-
BytesHashEntry
public BytesHashEntry(int hash, Hash.HashEntry<V> next, V value, byte[] bytes, int p, int end, Hash.HashEntry<V> head)
-
BytesHashEntry
public BytesHashEntry()
-
-