Interface IHashCodeGenerator

    • Field Detail

      • ILLEGAL_HASHCODE

        static final int ILLEGAL_HASHCODE
        Represents an illegal hash code that is never to be returned!
        See Also:
        Constant Field Values
    • Method Detail

      • getHashCode

        int getHashCode()
        Retrieve the final hash code. Once this method has been called, no further calls to append can be done since the hash value is locked!
        Returns:
        The finally completed hash code. The returned value is never ILLEGAL_HASHCODE. If the calculated hash code would be ILLEGAL_HASHCODE it is changed to -1 instead.