public interface HashCodeStrategy
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,
byte value) |
int |
hashCode(ObjectLocator locator,
int hashCode,
byte[] value) |
int |
hashCode(ObjectLocator locator,
int hashCode,
char value) |
int |
hashCode(ObjectLocator locator,
int hashCode,
char[] value) |
int |
hashCode(ObjectLocator locator,
int hashCode,
double value) |
int |
hashCode(ObjectLocator locator,
int hashCode,
double[] value) |
int |
hashCode(ObjectLocator locator,
int hashCode,
float value) |
int |
hashCode(ObjectLocator locator,
int hashCode,
float[] value) |
int |
hashCode(ObjectLocator locator,
int hashCode,
int value) |
int |
hashCode(ObjectLocator locator,
int hashCode,
int[] value) |
int |
hashCode(ObjectLocator locator,
int hashCode,
long value) |
int |
hashCode(ObjectLocator locator,
int hashCode,
long[] value) |
int |
hashCode(ObjectLocator locator,
int hashCode,
Object value) |
int |
hashCode(ObjectLocator locator,
int hashCode,
Object[] value) |
int |
hashCode(ObjectLocator locator,
int hashCode,
short value) |
int |
hashCode(ObjectLocator locator,
int hashCode,
short[] value) |
int hashCode(ObjectLocator locator, int hashCode, boolean value)
int hashCode(ObjectLocator locator, int hashCode, byte value)
int hashCode(ObjectLocator locator, int hashCode, char value)
int hashCode(ObjectLocator locator, int hashCode, double value)
int hashCode(ObjectLocator locator, int hashCode, float value)
int hashCode(ObjectLocator locator, int hashCode, int value)
int hashCode(ObjectLocator locator, int hashCode, long value)
int hashCode(ObjectLocator locator, int hashCode, short value)
int hashCode(ObjectLocator locator, int hashCode, Object value)
int hashCode(ObjectLocator locator, int hashCode, boolean[] value)
int hashCode(ObjectLocator locator, int hashCode, byte[] value)
int hashCode(ObjectLocator locator, int hashCode, char[] value)
int hashCode(ObjectLocator locator, int hashCode, double[] value)
int hashCode(ObjectLocator locator, int hashCode, float[] value)
int hashCode(ObjectLocator locator, int hashCode, int[] value)
int hashCode(ObjectLocator locator, int hashCode, long[] value)
int hashCode(ObjectLocator locator, int hashCode, short[] value)
int hashCode(ObjectLocator locator, int hashCode, Object[] value)
Copyright © 2005–2018. All rights reserved.