model/hash library
Functions
-
hash2(
Object a, Object b) → int - Generates a hash code for two objects.
-
hash3(
Object a, Object b, Object c) → int - Generates a hash code for three objects.
-
hash4(
Object a, Object b, Object c, Object d) → int - Generates a hash code for four objects.
-
hashObjects(
Iterable< Object> objects) → int -
Generates a hash code for multiple
objects
.