-
- All Known Implementing Classes:
DefaultHashCodeStrategy,JAXBHashCodeStrategy
public interface HashCodeStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description inthashCode(ObjectLocator locator, int hashCode, boolean[] value, boolean valueSet)inthashCode(ObjectLocator locator, int hashCode, boolean value, boolean valueSet)inthashCode(ObjectLocator locator, int hashCode, byte[] value, boolean valueSet)inthashCode(ObjectLocator locator, int hashCode, byte value, boolean valueSet)inthashCode(ObjectLocator locator, int hashCode, char[] value, boolean valueSet)inthashCode(ObjectLocator locator, int hashCode, char value, boolean valueSet)inthashCode(ObjectLocator locator, int hashCode, double[] value, boolean valueSet)inthashCode(ObjectLocator locator, int hashCode, double value, boolean valueSet)inthashCode(ObjectLocator locator, int hashCode, float[] value, boolean valueSet)inthashCode(ObjectLocator locator, int hashCode, float value, boolean valueSet)inthashCode(ObjectLocator locator, int hashCode, int[] value, boolean valueSet)inthashCode(ObjectLocator locator, int hashCode, int value, boolean valueSet)inthashCode(ObjectLocator locator, int hashCode, long[] value, boolean valueSet)inthashCode(ObjectLocator locator, int hashCode, long value, boolean valueSet)inthashCode(ObjectLocator locator, int hashCode, short[] value, boolean valueSet)inthashCode(ObjectLocator locator, int hashCode, short value, boolean valueSet)inthashCode(ObjectLocator locator, int hashCode, Object[] value, boolean valueSet)inthashCode(ObjectLocator locator, int hashCode, Object value, boolean valueSet)
-
-
-
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)
-
-