Package org.jcodings.util
Class BytesHash.BytesHashEntry<V>
java.lang.Object
org.jcodings.util.Hash.HashEntry<V>
org.jcodings.util.BytesHash.BytesHashEntry<V>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBytesHashEntry
(int hash, Hash.HashEntry<V> next, V value, byte[] bytes, int p, int end, Hash.HashEntry<V> head) -
Method Summary
Methods inherited from class org.jcodings.util.Hash.HashEntry
getHash, remove
-
Field Details
-
bytes
public final byte[] bytes -
p
public final int p -
end
public final int end
-
-
Constructor Details
-
BytesHashEntry
public BytesHashEntry(int hash, Hash.HashEntry<V> next, V value, byte[] bytes, int p, int end, Hash.HashEntry<V> head) -
BytesHashEntry
public BytesHashEntry()
-
-
Method Details
-
equals
public boolean equals(byte[] bytes, int p, int end)
-