public final class ArrayHashCodeOperator extends Object
| Modifier and Type | Method and Description |
|---|---|
static long |
hash(MethodHandle hashFunction,
Type type,
Block block) |
static long |
hashBoolean(MethodHandle hashFunction,
Type type,
Block block) |
static long |
hashDouble(MethodHandle hashFunction,
Type type,
Block block) |
static long |
hashLong(MethodHandle hashFunction,
Type type,
Block block) |
static long |
hashSlice(MethodHandle hashFunction,
Type type,
Block block) |
public static long hash(MethodHandle hashFunction, Type type, Block block)
public static long hashLong(MethodHandle hashFunction, Type type, Block block)
public static long hashBoolean(MethodHandle hashFunction, Type type, Block block)
public static long hashSlice(MethodHandle hashFunction, Type type, Block block)
public static long hashDouble(MethodHandle hashFunction, Type type, Block block)
Copyright © 2012–2019. All rights reserved.