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 intgetCchMax()intgetValue(java.lang.String s, int start, int end)static inthash(java.lang.String key)static inthash(java.lang.String key, int start, int end)static voidloadTables()static intlookup(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:
getCchMaxin interfaceucnhashAPI
-
getValue
public int getValue(java.lang.String s, int start, int end)- Specified by:
getValuein interfaceucnhashAPI
-
-