Package org.python.modules
Class ucnhash
- java.lang.Object
-
- org.python.modules.ucnhash
-
- All Implemented Interfaces:
ucnhashAPI
public class ucnhash extends java.lang.Object implements ucnhashAPI
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]
__depends__
-
Constructor Summary
Constructors Constructor Description ucnhash()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods 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)
-
-
-
Method Detail
-
loadTables
public static void loadTables() throws java.lang.Exception
- Throws:
java.lang.Exception
-
hash
public static int hash(java.lang.String key)
-
hash
public static int hash(java.lang.String key, int start, int end)
-
lookup
public static int lookup(java.lang.String name)
-
getCchMax
public int getCchMax()
- Specified by:
getCchMax
in interfaceucnhashAPI
-
getValue
public int getValue(java.lang.String s, int start, int end)
- Specified by:
getValue
in interfaceucnhashAPI
-
-