Interface HashCodeStrategy

All Known Implementing Classes:
DefaultHashCodeStrategy, JAXBHashCodeStrategy

public interface HashCodeStrategy
  • Method Details

    • getLogger

      org.slf4j.Logger getLogger()
    • isDebugEnabled

      boolean isDebugEnabled()
    • isTraceEnabled

      boolean isTraceEnabled()
    • 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)