de.enough.polish.predictive.trie
Class TrieUtils
java.lang.Object
de.enough.polish.predictive.trie.TrieUtils
public class TrieUtils
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
byteToInt
public static int byteToInt(byte[] bytes,
int offset)
byteToChar
public static char byteToChar(byte[] bytes,
int offset)
byteToByte
public static byte byteToByte(byte[] bytes,
int offset)
intToByte
public static byte[] intToByte(int value)
byteToByte
public static byte[] byteToByte(byte value)
charToByte
public static byte[] charToByte(char value)