public class HashCode extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
hc(boolean o) |
static int |
hc(boolean[] oa) |
static int |
hc(byte o) |
static int |
hc(byte[] oa) |
static int |
hc(char o) |
static int |
hc(char[] oa) |
static int |
hc(double o) |
static int |
hc(double[] oa) |
static int |
hc(float o) |
static int |
hc(float[] oa) |
static int |
hc(int o) |
static int |
hc(int[] oa) |
static int |
hc(long o) |
static int |
hc(long[] oa) |
static int |
hc(Object o) |
static int |
hc(Object o1,
Object o2) |
static int |
hc(Object o1,
Object o2,
Object o3) |
static int |
hc(Object o1,
Object o2,
Object o3,
Object o4) |
static int |
hc(Object o1,
Object o2,
Object o3,
Object o4,
Object o5) |
static int |
hc(Object o1,
Object o2,
Object o3,
Object o4,
Object o5,
Object... args)
Calculate hashcode of objects specified
|
static int |
hc(short o) |
static int |
hc(short[] oa) |
static int |
iterableHashCode(Iterable<?> it) |
public static final int iterableHashCode(Iterable<?> it)
public static final int hc(boolean o)
public static final int hc(boolean[] oa)
public static final int hc(short o)
public static final int hc(short[] oa)
public static final int hc(byte o)
public static final int hc(byte[] oa)
public static final int hc(char o)
public static final int hc(char[] oa)
public static final int hc(int o)
public static final int hc(int[] oa)
public static final int hc(float o)
public static final int hc(float[] oa)
public static final int hc(long o)
public static final int hc(long[] oa)
public static final int hc(double o)
public static final int hc(double[] oa)
public static final int hc(Object o)
Copyright 2013-2016, The Rythm Engine project