Interface HashCodeStrategy

    • Method Detail

      • hashCode

        int hashCode​(ObjectLocator locator,
                     int hashCode,
                     boolean value,
                     boolean valueSet)
      • hashCode

        int hashCode​(ObjectLocator locator,
                     int hashCode,
                     byte value,
                     boolean valueSet)
      • hashCode

        int hashCode​(ObjectLocator locator,
                     int hashCode,
                     char value,
                     boolean valueSet)
      • hashCode

        int hashCode​(ObjectLocator locator,
                     int hashCode,
                     double value,
                     boolean valueSet)
      • hashCode

        int hashCode​(ObjectLocator locator,
                     int hashCode,
                     float value,
                     boolean valueSet)
      • hashCode

        int hashCode​(ObjectLocator locator,
                     int hashCode,
                     int value,
                     boolean valueSet)
      • hashCode

        int hashCode​(ObjectLocator locator,
                     int hashCode,
                     long value,
                     boolean valueSet)
      • hashCode

        int hashCode​(ObjectLocator locator,
                     int hashCode,
                     short value,
                     boolean valueSet)
      • hashCode

        int hashCode​(ObjectLocator locator,
                     int hashCode,
                     Object value,
                     boolean valueSet)
      • hashCode

        int hashCode​(ObjectLocator locator,
                     int hashCode,
                     boolean[] value,
                     boolean valueSet)
      • hashCode

        int hashCode​(ObjectLocator locator,
                     int hashCode,
                     byte[] value,
                     boolean valueSet)
      • hashCode

        int hashCode​(ObjectLocator locator,
                     int hashCode,
                     char[] value,
                     boolean valueSet)
      • hashCode

        int hashCode​(ObjectLocator locator,
                     int hashCode,
                     double[] value,
                     boolean valueSet)
      • hashCode

        int hashCode​(ObjectLocator locator,
                     int hashCode,
                     float[] value,
                     boolean valueSet)
      • hashCode

        int hashCode​(ObjectLocator locator,
                     int hashCode,
                     int[] value,
                     boolean valueSet)
      • hashCode

        int hashCode​(ObjectLocator locator,
                     int hashCode,
                     long[] value,
                     boolean valueSet)
      • hashCode

        int hashCode​(ObjectLocator locator,
                     int hashCode,
                     short[] value,
                     boolean valueSet)
      • hashCode

        int hashCode​(ObjectLocator locator,
                     int hashCode,
                     Object[] value,
                     boolean valueSet)