|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.python.modules.ucnhash
public class ucnhash
| Field Summary | |
|---|---|
static String[] |
__depends__
|
| Constructor Summary | |
|---|---|
ucnhash()
|
|
| Method Summary | |
|---|---|
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)
|
static void |
main(String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static String[] __depends__
| Constructor Detail |
|---|
public ucnhash()
| Method Detail |
|---|
public static void loadTables()
throws Exception
Exceptionpublic 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
public static void main(String[] args)
throws Exception
Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||