Interface HashCodeStrategy

All Known Implementing Classes:
DefaultHashCodeStrategy, JAXBHashCodeStrategy

@Deprecated public interface HashCodeStrategy
Deprecated.
  • Method Details

    • 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.
    • 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.