DefaultHashCodeStrategy, JAXBHashCodeStrategypublic interface HashCodeStrategy2
| Modifier and Type | Method | Description |
|---|---|---|
int |
hashCode(ObjectLocator locator,
int hashCode,
boolean[] value,
boolean valueSet) |
|
int |
hashCode(ObjectLocator locator,
int hashCode,
boolean value,
boolean valueSet) |
|
int |
hashCode(ObjectLocator locator,
int hashCode,
byte[] value,
boolean valueSet) |
|
int |
hashCode(ObjectLocator locator,
int hashCode,
byte value,
boolean valueSet) |
|
int |
hashCode(ObjectLocator locator,
int hashCode,
char[] value,
boolean valueSet) |
|
int |
hashCode(ObjectLocator locator,
int hashCode,
char value,
boolean valueSet) |
|
int |
hashCode(ObjectLocator locator,
int hashCode,
double[] value,
boolean valueSet) |
|
int |
hashCode(ObjectLocator locator,
int hashCode,
double value,
boolean valueSet) |
|
int |
hashCode(ObjectLocator locator,
int hashCode,
float[] value,
boolean valueSet) |
|
int |
hashCode(ObjectLocator locator,
int hashCode,
float value,
boolean valueSet) |
|
int |
hashCode(ObjectLocator locator,
int hashCode,
int[] value,
boolean valueSet) |
|
int |
hashCode(ObjectLocator locator,
int hashCode,
int value,
boolean valueSet) |
|
int |
hashCode(ObjectLocator locator,
int hashCode,
long[] value,
boolean valueSet) |
|
int |
hashCode(ObjectLocator locator,
int hashCode,
long value,
boolean valueSet) |
|
int |
hashCode(ObjectLocator locator,
int hashCode,
short[] value,
boolean valueSet) |
|
int |
hashCode(ObjectLocator locator,
int hashCode,
short value,
boolean valueSet) |
|
int |
hashCode(ObjectLocator locator,
int hashCode,
Object[] value,
boolean valueSet) |
|
int |
hashCode(ObjectLocator locator,
int hashCode,
Object value,
boolean valueSet) |
int hashCode(ObjectLocator locator, int hashCode, boolean value, boolean valueSet)
int hashCode(ObjectLocator locator, int hashCode, byte value, boolean valueSet)
int hashCode(ObjectLocator locator, int hashCode, char value, boolean valueSet)
int hashCode(ObjectLocator locator, int hashCode, double value, boolean valueSet)
int hashCode(ObjectLocator locator, int hashCode, float value, boolean valueSet)
int hashCode(ObjectLocator locator, int hashCode, int value, boolean valueSet)
int hashCode(ObjectLocator locator, int hashCode, long value, boolean valueSet)
int hashCode(ObjectLocator locator, int hashCode, short value, boolean valueSet)
int hashCode(ObjectLocator locator, int hashCode, Object value, boolean valueSet)
int hashCode(ObjectLocator locator, int hashCode, boolean[] value, boolean valueSet)
int hashCode(ObjectLocator locator, int hashCode, byte[] value, boolean valueSet)
int hashCode(ObjectLocator locator, int hashCode, char[] value, boolean valueSet)
int hashCode(ObjectLocator locator, int hashCode, double[] value, boolean valueSet)
int hashCode(ObjectLocator locator, int hashCode, float[] value, boolean valueSet)
int hashCode(ObjectLocator locator, int hashCode, int[] value, boolean valueSet)
int hashCode(ObjectLocator locator, int hashCode, long[] value, boolean valueSet)
int hashCode(ObjectLocator locator, int hashCode, short[] value, boolean valueSet)
int hashCode(ObjectLocator locator, int hashCode, Object[] value, boolean valueSet)
Copyright © 2005–2018. All rights reserved.