Uses of Class
de.aristaflow.adept2.util.HashCalc

Packages that use HashCalc
Package
Description
 
  • Uses of HashCalc in de.aristaflow.adept2.util

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