org.python.modules
Class ucnhash
java.lang.Object
org.python.modules.ucnhash
- All Implemented Interfaces:
- ucnhashAPI
public class ucnhash
- extends Object
- implements ucnhashAPI
__depends__
public static String[] __depends__
ucnhash
public ucnhash()
loadTables
public static void loadTables()
throws Exception
- Throws:
Exception
hash
public static int hash(String key)
hash
public static int hash(String key,
int start,
int end)
lookup
public static int lookup(String name)
getCchMax
public int getCchMax()
- Specified by:
getCchMax
in interface ucnhashAPI
getValue
public int getValue(String s,
int start,
int end)
- Specified by:
getValue
in interface ucnhashAPI
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Jython homepage