public final class HashUtil extends Object
Modifier and Type | Method and Description |
---|---|
static int |
hashCode(Object... objects)
Hash code for multiple objects using
Arrays.hashCode(Object[]) . |
public static int hashCode(Object... objects)
Arrays.hashCode(Object[])
.Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.