public class DefaultHashCodeStrategy extends Object implements HashCodeStrategy2, HashCodeStrategy
| Modifier and Type | Field and Description |
|---|---|
static DefaultHashCodeStrategy |
INSTANCE |
| Constructor and Description |
|---|
DefaultHashCodeStrategy() |
DefaultHashCodeStrategy(int multiplierNonZeroOddNumber) |
| Modifier and Type | Method and Description |
|---|---|
int |
hashCode(ObjectLocator locator,
int hashCode,
boolean value) |
int |
hashCode(ObjectLocator locator,
int hashCode,
boolean[] value) |
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) |
int |
hashCode(ObjectLocator locator,
int hashCode,
byte[] value) |
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) |
int |
hashCode(ObjectLocator locator,
int hashCode,
char[] value) |
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) |
int |
hashCode(ObjectLocator locator,
int hashCode,
double[] value) |
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) |
int |
hashCode(ObjectLocator locator,
int hashCode,
float[] value) |
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) |
int |
hashCode(ObjectLocator locator,
int hashCode,
int[] value) |
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) |
int |
hashCode(ObjectLocator locator,
int hashCode,
long[] value) |
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,
Object object) |
int |
hashCode(ObjectLocator locator,
int hashCode,
Object[] value) |
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,
short value) |
int |
hashCode(ObjectLocator locator,
int hashCode,
short[] value) |
int |
hashCode(ObjectLocator locator,
int hashCode,
short[] value,
boolean valueSet) |
int |
hashCode(ObjectLocator locator,
int hashCode,
short value,
boolean valueSet) |
protected int |
hashCodeInternal(ObjectLocator locator,
int hashCode,
Enum<?> value) |
protected int |
hashCodeInternal(ObjectLocator locator,
int hashCode,
Enum<?>[] value) |
protected int |
hashCodeInternal(ObjectLocator locator,
int hashCode,
HashCode object) |
protected int |
hashCodeInternal(ObjectLocator locator,
int hashCode,
HashCode[] value) |
protected int |
hashCodeInternal(ObjectLocator locator,
int hashCode,
HashCode2 object) |
protected int |
hashCodeInternal(ObjectLocator locator,
int hashCode,
HashCode2[] value) |
protected int |
hashCodeInternal(ObjectLocator locator,
int hashCode,
Object value) |
public static final DefaultHashCodeStrategy INSTANCE
public DefaultHashCodeStrategy()
public DefaultHashCodeStrategy(int multiplierNonZeroOddNumber)
public int hashCode(ObjectLocator locator, int hashCode, Object object)
hashCode in interface HashCodeStrategyprotected int hashCodeInternal(ObjectLocator locator, int hashCode, Object value)
protected int hashCodeInternal(ObjectLocator locator, int hashCode, Enum<?> value)
protected int hashCodeInternal(ObjectLocator locator, int hashCode, HashCode2 object)
protected int hashCodeInternal(ObjectLocator locator, int hashCode, HashCode object)
public int hashCode(ObjectLocator locator, int hashCode, Object[] value)
hashCode in interface HashCodeStrategyprotected int hashCodeInternal(ObjectLocator locator, int hashCode, Enum<?>[] value)
protected int hashCodeInternal(ObjectLocator locator, int hashCode, HashCode2[] value)
protected int hashCodeInternal(ObjectLocator locator, int hashCode, HashCode[] value)
public int hashCode(ObjectLocator locator, int hashCode, boolean value)
hashCode in interface HashCodeStrategypublic int hashCode(ObjectLocator locator, int hashCode, byte value)
hashCode in interface HashCodeStrategypublic int hashCode(ObjectLocator locator, int hashCode, char value)
hashCode in interface HashCodeStrategypublic int hashCode(ObjectLocator locator, int hashCode, double value)
hashCode in interface HashCodeStrategypublic int hashCode(ObjectLocator locator, int hashCode, float value)
hashCode in interface HashCodeStrategypublic int hashCode(ObjectLocator locator, int hashCode, int value)
hashCode in interface HashCodeStrategypublic int hashCode(ObjectLocator locator, int hashCode, long value)
hashCode in interface HashCodeStrategypublic int hashCode(ObjectLocator locator, int hashCode, short value)
hashCode in interface HashCodeStrategypublic int hashCode(ObjectLocator locator, int hashCode, boolean[] value)
hashCode in interface HashCodeStrategypublic int hashCode(ObjectLocator locator, int hashCode, byte[] value)
hashCode in interface HashCodeStrategypublic int hashCode(ObjectLocator locator, int hashCode, char[] value)
hashCode in interface HashCodeStrategypublic int hashCode(ObjectLocator locator, int hashCode, double[] value)
hashCode in interface HashCodeStrategypublic int hashCode(ObjectLocator locator, int hashCode, float[] value)
hashCode in interface HashCodeStrategypublic int hashCode(ObjectLocator locator, int hashCode, int[] value)
hashCode in interface HashCodeStrategypublic int hashCode(ObjectLocator locator, int hashCode, long[] value)
hashCode in interface HashCodeStrategypublic int hashCode(ObjectLocator locator, int hashCode, short[] value)
hashCode in interface HashCodeStrategypublic int hashCode(ObjectLocator locator, int hashCode, boolean value, boolean valueSet)
hashCode in interface HashCodeStrategy2public int hashCode(ObjectLocator locator, int hashCode, byte value, boolean valueSet)
hashCode in interface HashCodeStrategy2public int hashCode(ObjectLocator locator, int hashCode, char value, boolean valueSet)
hashCode in interface HashCodeStrategy2public int hashCode(ObjectLocator locator, int hashCode, double value, boolean valueSet)
hashCode in interface HashCodeStrategy2public int hashCode(ObjectLocator locator, int hashCode, float value, boolean valueSet)
hashCode in interface HashCodeStrategy2public int hashCode(ObjectLocator locator, int hashCode, int value, boolean valueSet)
hashCode in interface HashCodeStrategy2public int hashCode(ObjectLocator locator, int hashCode, long value, boolean valueSet)
hashCode in interface HashCodeStrategy2public int hashCode(ObjectLocator locator, int hashCode, short value, boolean valueSet)
hashCode in interface HashCodeStrategy2public int hashCode(ObjectLocator locator, int hashCode, Object value, boolean valueSet)
hashCode in interface HashCodeStrategy2public int hashCode(ObjectLocator locator, int hashCode, boolean[] value, boolean valueSet)
hashCode in interface HashCodeStrategy2public int hashCode(ObjectLocator locator, int hashCode, byte[] value, boolean valueSet)
hashCode in interface HashCodeStrategy2public int hashCode(ObjectLocator locator, int hashCode, char[] value, boolean valueSet)
hashCode in interface HashCodeStrategy2public int hashCode(ObjectLocator locator, int hashCode, double[] value, boolean valueSet)
hashCode in interface HashCodeStrategy2public int hashCode(ObjectLocator locator, int hashCode, float[] value, boolean valueSet)
hashCode in interface HashCodeStrategy2public int hashCode(ObjectLocator locator, int hashCode, int[] value, boolean valueSet)
hashCode in interface HashCodeStrategy2public int hashCode(ObjectLocator locator, int hashCode, long[] value, boolean valueSet)
hashCode in interface HashCodeStrategy2public int hashCode(ObjectLocator locator, int hashCode, short[] value, boolean valueSet)
hashCode in interface HashCodeStrategy2public int hashCode(ObjectLocator locator, int hashCode, Object[] value, boolean valueSet)
hashCode in interface HashCodeStrategy2Copyright © 2005-2016. All Rights Reserved.