org.jcodings.util
Class BytesHash.BytesHashEntry<V>
java.lang.Object
org.jcodings.util.BytesHash.BytesHashEntry<V>
- Enclosing class:
- BytesHash<V>
public static final class BytesHash.BytesHashEntry<V>
- extends Object
Method Summary |
boolean |
equals(byte[] bytes,
int p,
int end)
|
int |
getHash()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bytes
public final byte[] bytes
p
public final int p
end
public final int end
value
public V value
BytesHash.BytesHashEntry
public BytesHash.BytesHashEntry(int hash,
org.jcodings.util.Hash.HashEntry<V> next,
V value,
byte[] bytes,
int p,
int end,
org.jcodings.util.Hash.HashEntry<V> head)
BytesHash.BytesHashEntry
public BytesHash.BytesHashEntry()
equals
public boolean equals(byte[] bytes,
int p,
int end)
getHash
public int getHash()
Copyright © 2011. All Rights Reserved.