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