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