- hash(T, Access<T>, long, long) - Method in class net.openhft.hashing.LongHashFunction
-
Returns the hash code for len continuous bytes of the given input object,
starting from the given offset.
- hash(T, Access<T>, long, long, long[]) - Method in class net.openhft.hashing.LongTupleHashFunction
-
Computes the hash code for the given input object starting from the given offset, and
store the results in the result array.
- hash(T, Access<T>, long, long) - Method in class net.openhft.hashing.LongTupleHashFunction
-
The result array is allocated on the fly, and no exceptions will be thrown.
- hashBoolean(boolean) - Method in class net.openhft.hashing.LongHashFunction
-
- hashBoolean(boolean, long[]) - Method in class net.openhft.hashing.LongTupleHashFunction
-
- hashBoolean(boolean) - Method in class net.openhft.hashing.LongTupleHashFunction
-
The result array is allocated on the fly, and no exceptions will be thrown.
- hashBooleans(boolean[]) - Method in class net.openhft.hashing.LongHashFunction
-
- hashBooleans(boolean[], int, int) - Method in class net.openhft.hashing.LongHashFunction
-
Returns the hash code for the specified subsequence of the given boolean array.
- hashBooleans(boolean[], long[]) - Method in class net.openhft.hashing.LongTupleHashFunction
-
- hashBooleans(boolean[]) - Method in class net.openhft.hashing.LongTupleHashFunction
-
The result array is allocated on the fly, and no exceptions will be thrown.
- hashBooleans(boolean[], int, int, long[]) - Method in class net.openhft.hashing.LongTupleHashFunction
-
Computes the hash code for the specified subsequence of the given boolean array, and
store the results in the result array.
- hashBooleans(boolean[], int, int) - Method in class net.openhft.hashing.LongTupleHashFunction
-
The result array is allocated on the fly.
- hashByte(byte) - Method in class net.openhft.hashing.LongHashFunction
-
Returns the hash code for the given byte value.
- hashByte(byte, long[]) - Method in class net.openhft.hashing.LongTupleHashFunction
-
Computes the hash code for the given byte value, and store the results in the
result array; this method is consistent with LongTupleHashFunction methods
that accept sequences of bytes, assuming the input value is the first and only byte.
- hashByte(byte) - Method in class net.openhft.hashing.LongTupleHashFunction
-
The result array is allocated on the fly, and no exceptions will be thrown.
- hashBytes(byte[]) - Method in class net.openhft.hashing.LongHashFunction
-
- hashBytes(byte[], int, int) - Method in class net.openhft.hashing.LongHashFunction
-
Returns the hash code for the specified subsequence of the given byte array.
- hashBytes(ByteBuffer) - Method in class net.openhft.hashing.LongHashFunction
-
- hashBytes(ByteBuffer, int, int) - Method in class net.openhft.hashing.LongHashFunction
-
Returns the hash code for the specified subsequence of the given ByteBuffer.
- hashBytes(byte[], long[]) - Method in class net.openhft.hashing.LongTupleHashFunction
-
- hashBytes(byte[]) - Method in class net.openhft.hashing.LongTupleHashFunction
-
The result array is allocated on the fly, and no exceptions will be thrown.
- hashBytes(byte[], int, int, long[]) - Method in class net.openhft.hashing.LongTupleHashFunction
-
Computes the hash code for the specified subsequence of the given byte array, and
store the results in the result array.
- hashBytes(byte[], int, int) - Method in class net.openhft.hashing.LongTupleHashFunction
-
The result array is allocated on the fly.
- hashBytes(ByteBuffer, long[]) - Method in class net.openhft.hashing.LongTupleHashFunction
-
- hashBytes(ByteBuffer) - Method in class net.openhft.hashing.LongTupleHashFunction
-
The result array is allocated on the fly, and no exceptions will be thrown.
- hashBytes(ByteBuffer, int, int, long[]) - Method in class net.openhft.hashing.LongTupleHashFunction
-
Computes the hash code for the specified subsequence of the given ByteBuffer, and
store the results in the result array.
- hashBytes(ByteBuffer, int, int) - Method in class net.openhft.hashing.LongTupleHashFunction
-
The result array is allocated on the fly.
- hashChar(char) - Method in class net.openhft.hashing.LongHashFunction
-
Returns the hash code for the given
char value; this method is consistent with
LongHashFunction methods that accept sequences of bytes, assuming the
input
value is interpreted in
native byte order.
- hashChar(char, long[]) - Method in class net.openhft.hashing.LongTupleHashFunction
-
Computes the hash code for the given
char value, and store the results in the
result array; this method is consistent with
LongTupleHashFunction methods
that accept sequences of bytes, assuming the
input value is interpreted in
native byte order.
- hashChar(char) - Method in class net.openhft.hashing.LongTupleHashFunction
-
The result array is allocated on the fly, and no exceptions will be thrown.
- hashChars(char[]) - Method in class net.openhft.hashing.LongHashFunction
-
- hashChars(char[], int, int) - Method in class net.openhft.hashing.LongHashFunction
-
Returns the hash code for bytes, as they lay in memory, of the specified subsequence
of the given char array.
- hashChars(String) - Method in class net.openhft.hashing.LongHashFunction
-
- hashChars(String, int, int) - Method in class net.openhft.hashing.LongHashFunction
-
Returns the hash code for bytes of the specified subsequence of the given String's
underlying char array.
- hashChars(StringBuilder) - Method in class net.openhft.hashing.LongHashFunction
-
- hashChars(StringBuilder, int, int) - Method in class net.openhft.hashing.LongHashFunction
-
Returns the hash code for bytes of the specified subsequence of the given
StringBuilder's underlying char array.
- hashChars(char[], long[]) - Method in class net.openhft.hashing.LongTupleHashFunction
-
- hashChars(char[]) - Method in class net.openhft.hashing.LongTupleHashFunction
-
The result array is allocated on the fly, and no exceptions will be thrown.
- hashChars(char[], int, int, long[]) - Method in class net.openhft.hashing.LongTupleHashFunction
-
Computes the hash code for bytes, as they lay in memory, of the specified subsequence of the
given char array.
- hashChars(char[], int, int) - Method in class net.openhft.hashing.LongTupleHashFunction
-
The result array is allocated on the fly.
- hashChars(String, long[]) - Method in class net.openhft.hashing.LongTupleHashFunction
-
- hashChars(String) - Method in class net.openhft.hashing.LongTupleHashFunction
-
The result array is allocated on the fly, and no exceptions will be thrown.
- hashChars(String, int, int, long[]) - Method in class net.openhft.hashing.LongTupleHashFunction
-
Computes the hash code for bytes of the specified subsequence of the given String's
underlying char array or byte array.
- hashChars(String, int, int) - Method in class net.openhft.hashing.LongTupleHashFunction
-
The result array is allocated on the fly.
- hashChars(T, long[]) - Method in class net.openhft.hashing.LongTupleHashFunction
-
- hashChars(T) - Method in class net.openhft.hashing.LongTupleHashFunction
-
The result array is allocated on the fly, and no exceptions will be thrown.
- hashChars(T, int, int, long[]) - Method in class net.openhft.hashing.LongTupleHashFunction
-
Computes the hash code for bytes of the specified subsequence of the given
CharSequence's underlying char array.
- hashChars(T, int, int) - Method in class net.openhft.hashing.LongTupleHashFunction
-
The result array is allocated on the fly.
- hashInt(int) - Method in class net.openhft.hashing.LongHashFunction
-
Returns the hash code for the given
int value; this method is consistent with
LongHashFunction methods that accept sequences of bytes, assuming the
input
value is interpreted in
native byte order.
- hashInt(int, long[]) - Method in class net.openhft.hashing.LongTupleHashFunction
-
Computes the hash code for the given
int value, and store the results in the
result array; this method is consistent with
LongTupleHashFunction methods
that accept sequences of bytes, assuming the
input value is interpreted in
native byte order.
- hashInt(int) - Method in class net.openhft.hashing.LongTupleHashFunction
-
The result array is allocated on the fly, and no exceptions will be thrown.
- hashInts(int[]) - Method in class net.openhft.hashing.LongHashFunction
-
- hashInts(int[], int, int) - Method in class net.openhft.hashing.LongHashFunction
-
Returns the hash code for bytes, as they lay in memory, of the specified subsequence
of the given int array.
- hashInts(int[], long[]) - Method in class net.openhft.hashing.LongTupleHashFunction
-
- hashInts(int[]) - Method in class net.openhft.hashing.LongTupleHashFunction
-
The result array is allocated on the fly, and no exceptions will be thrown.
- hashInts(int[], int, int, long[]) - Method in class net.openhft.hashing.LongTupleHashFunction
-
Computes the hash code for bytes, as they lay in memory, of the specified subsequence of the
given int array.
- hashInts(int[], int, int) - Method in class net.openhft.hashing.LongTupleHashFunction
-
The result array is allocated on the fly.
- hashLong(long) - Method in class net.openhft.hashing.LongHashFunction
-
Returns the hash code for the given
long value; this method is consistent with
LongHashFunction methods that accept sequences of bytes, assuming the
input
value is interpreted in
native byte order.
- hashLong(long, long[]) - Method in class net.openhft.hashing.LongTupleHashFunction
-
Computes the hash code for the given
long value, and store the results in the
result array; this method is consistent with
LongTupleHashFunction methods
that accept sequences of bytes, assuming the
input value is interpreted in
native byte order.
- hashLong(long) - Method in class net.openhft.hashing.LongTupleHashFunction
-
The result array is allocated on the fly, and no exceptions will be thrown.
- hashLongs(long[]) - Method in class net.openhft.hashing.LongHashFunction
-
- hashLongs(long[], int, int) - Method in class net.openhft.hashing.LongHashFunction
-
Returns the hash code for bytes, as they lay in memory, of the specified subsequence
of the given long array.
- hashLongs(long[], long[]) - Method in class net.openhft.hashing.LongTupleHashFunction
-
- hashLongs(long[]) - Method in class net.openhft.hashing.LongTupleHashFunction
-
The result array is allocated on the fly, and no exceptions will be thrown.
- hashLongs(long[], int, int, long[]) - Method in class net.openhft.hashing.LongTupleHashFunction
-
Computes the hash code for bytes, as they lay in memory, of the specified subsequence of the
given long array.
- hashLongs(long[], int, int) - Method in class net.openhft.hashing.LongTupleHashFunction
-
The result array is allocated on the fly.
- hashMemory(long, long) - Method in class net.openhft.hashing.LongHashFunction
-
Returns the hash code of bytes of the wild memory from the given address.
- hashMemory(long, long, long[]) - Method in class net.openhft.hashing.LongTupleHashFunction
-
Computes the hash code of bytes of the wild memory from the given address.
- hashMemory(long, long) - Method in class net.openhft.hashing.LongTupleHashFunction
-
The result array is allocated on the fly, and no exceptions will be thrown.
- hashShort(short) - Method in class net.openhft.hashing.LongHashFunction
-
Returns the hash code for the given
short value; this method is consistent with
LongHashFunction methods that accept sequences of bytes, assuming the
input
value is interpreted in
native byte order.
- hashShort(short, long[]) - Method in class net.openhft.hashing.LongTupleHashFunction
-
Computes the hash code for the given
short value, and store the results in the
result array; this method is consistent with
LongTupleHashFunction methods
that accept sequences of bytes, assuming the
input value is interpreted in
native byte order.
- hashShort(short) - Method in class net.openhft.hashing.LongTupleHashFunction
-
The result array is allocated on the fly, and no exceptions will be thrown.
- hashShorts(short[]) - Method in class net.openhft.hashing.LongHashFunction
-
- hashShorts(short[], int, int) - Method in class net.openhft.hashing.LongHashFunction
-
Returns the hash code for bytes, as they lay in memory, of the specified subsequence
of the given short array.
- hashShorts(short[], long[]) - Method in class net.openhft.hashing.LongTupleHashFunction
-
- hashShorts(short[]) - Method in class net.openhft.hashing.LongTupleHashFunction
-
The result array is allocated on the fly, and no exceptions will be thrown.
- hashShorts(short[], int, int, long[]) - Method in class net.openhft.hashing.LongTupleHashFunction
-
Computes the hash code for bytes, as they lay in memory, of the specified subsequence of the
given short array.
- hashShorts(short[], int, int) - Method in class net.openhft.hashing.LongTupleHashFunction
-
The result array is allocated on the fly.
- hashVoid() - Method in class net.openhft.hashing.LongHashFunction
-
Returns the hash code for the empty (zero-length) bytes sequence,
for example hashBytes(new byte[0]).
- hashVoid(long[]) - Method in class net.openhft.hashing.LongTupleHashFunction
-
Computes the hash code for the empty (zero-length) bytes sequence, and store the results in
the result array.
- hashVoid() - Method in class net.openhft.hashing.LongTupleHashFunction
-
The result array is allocated on the fly, and no exceptions will be thrown.