public abstract class HashCodeUtils extends java.lang.Object
Object.hashCode().| Constructor and Description |
|---|
HashCodeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static int |
hashArrayPart(java.lang.Object[] objects,
int startInclusive,
int endExclusive)
Generates a hash code for part of an array.
|
public HashCodeUtils()
public static int hashArrayPart(java.lang.Object[] objects, int startInclusive, int endExclusive)
Objects.hashCode(Object).