static class ByteArraySet.Hasher
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private byte[] |
data |
private int |
hash |
private int |
length |
private int |
pos |
Constructor and Description |
---|
Hasher(byte[] data,
int length) |
Modifier and Type | Method and Description |
---|---|
(package private) int |
getHash() |
(package private) int |
hash() |
(package private) boolean |
hasNext() |
(package private) void |
init(byte[] d,
int l) |
int |
length() |
(package private) int |
nextHash() |
java.lang.String |
toString() |