| Package | Description |
|---|---|
| de.aristaflow.adept2.util |
| Modifier and Type | Method and Description |
|---|---|
HashCalc |
HashCalc.feed(boolean value)
Feeds a
boolean to the computed hash code. |
HashCalc |
HashCalc.feed(boolean[] array)
Feeds a
boolean array to the computed hash code. |
HashCalc |
HashCalc.feed(byte value)
Feeds a
byte to the computed hash code. |
HashCalc |
HashCalc.feed(byte[] array)
Feeds a
byte array to the computed hash code. |
HashCalc |
HashCalc.feed(char value)
Feeds a
char to the computed hash code. |
HashCalc |
HashCalc.feed(double value)
Feeds a
double to the computed hash code. |
HashCalc |
HashCalc.feed(double[] array)
Feeds a
double array to the computed hash code. |
HashCalc |
HashCalc.feed(float value)
Feeds a
float to the computed hash code. |
HashCalc |
HashCalc.feed(float[] array)
Feeds a
float array to the computed hash code. |
HashCalc |
HashCalc.feed(int value)
Feeds a
int to the computed hash code. |
HashCalc |
HashCalc.feed(int[] array)
Feeds a
int array to the computed hash code. |
HashCalc |
HashCalc.feed(long value)
Feeds a
long value to the computed hash code. |
HashCalc |
HashCalc.feed(long[] array)
Feeds a
long array to the computed hash code. |
HashCalc |
HashCalc.feed(java.lang.Object object)
Feeds an
Object to the computed hash code. |
HashCalc |
HashCalc.feed(java.lang.Object[] array)
Feeds an
Object array to the computed hash code. |
HashCalc |
HashCalc.feed(short value)
Feeds a
short to the computed hash code. |
HashCalc |
HashCalc.feed(short[] array)
Feeds a
short array to the computed hash code. |
HashCalc |
HashCalc.feedShallow(java.lang.Object[] array)
Feeds an
Object array to the computed hash code. |