public class HashFunctions extends Object
| Constructor and Description |
|---|
HashFunctions() |
| Modifier and Type | Method and Description |
|---|---|
static int |
cwi(Object[] o) |
static int |
doobs(Object[] o) |
static int |
doobs(String s,
int c) |
static int |
mix(int a,
int b,
int c) |
static int |
oneAtATime(Object[] o) |
static int |
simple(Object[] o) |
static int |
stringHashFunction(String name,
int arity) |
public static int oneAtATime(Object[] o)
public static int simple(Object[] o)
public static int cwi(Object[] o)
public static int doobs(Object[] o)
public static int doobs(String s, int c)
public static int mix(int a,
int b,
int c)
public static int stringHashFunction(String name, int arity)
Copyright © 2012 CWI. All Rights Reserved.