Interface HashCodeStrategy

    • Method Detail

      • hashCode

        int hashCode​(ObjectLocator locator,
                     int hashCode,
                     boolean value)
        Deprecated.
      • hashCode

        int hashCode​(ObjectLocator locator,
                     int hashCode,
                     byte value)
        Deprecated.
      • hashCode

        int hashCode​(ObjectLocator locator,
                     int hashCode,
                     char value)
        Deprecated.
      • hashCode

        int hashCode​(ObjectLocator locator,
                     int hashCode,
                     double value)
        Deprecated.
      • hashCode

        int hashCode​(ObjectLocator locator,
                     int hashCode,
                     float value)
        Deprecated.
      • hashCode

        int hashCode​(ObjectLocator locator,
                     int hashCode,
                     int value)
        Deprecated.
      • hashCode

        int hashCode​(ObjectLocator locator,
                     int hashCode,
                     long value)
        Deprecated.
      • hashCode

        int hashCode​(ObjectLocator locator,
                     int hashCode,
                     short value)
        Deprecated.
      • hashCode

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

        int hashCode​(ObjectLocator locator,
                     int hashCode,
                     byte[] value)
        Deprecated.
      • hashCode

        int hashCode​(ObjectLocator locator,
                     int hashCode,
                     char[] value)
        Deprecated.
      • hashCode

        int hashCode​(ObjectLocator locator,
                     int hashCode,
                     double[] value)
        Deprecated.
      • hashCode

        int hashCode​(ObjectLocator locator,
                     int hashCode,
                     float[] value)
        Deprecated.
      • hashCode

        int hashCode​(ObjectLocator locator,
                     int hashCode,
                     int[] value)
        Deprecated.
      • hashCode

        int hashCode​(ObjectLocator locator,
                     int hashCode,
                     long[] value)
        Deprecated.
      • hashCode

        int hashCode​(ObjectLocator locator,
                     int hashCode,
                     short[] value)
        Deprecated.
      • hashCode

        int hashCode​(ObjectLocator locator,
                     int hashCode,
                     Object[] value)
        Deprecated.