public class ucnhash extends Object implements ucnhashAPI
Modifier and Type | Field and Description |
---|---|
static String[] |
__depends__ |
Constructor and Description |
---|
ucnhash() |
Modifier and Type | Method and Description |
---|---|
int |
getCchMax() |
int |
getValue(String s,
int start,
int end) |
static int |
hash(String key) |
static int |
hash(String key,
int start,
int end) |
static void |
loadTables() |
static int |
lookup(String name) |
public static String[] __depends__
public static int hash(String key)
public static int hash(String key, int start, int end)
public static int lookup(String name)
public int getCchMax()
getCchMax
in interface ucnhashAPI
public int getValue(String s, int start, int end)
getValue
in interface ucnhashAPI