de.enough.polish.predictive.trie
Class TrieUtils

java.lang.Object
  extended by de.enough.polish.predictive.trie.TrieUtils

public class TrieUtils
extends Object


Method Summary
static byte[] byteToByte(byte value)
           
static byte byteToByte(byte[] bytes, int offset)
           
static char byteToChar(byte[] bytes, int offset)
           
static int byteToInt(byte[] bytes, int offset)
           
static byte[] charToByte(char value)
           
static byte[] intToByte(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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)