public class HTable extends java.lang.Object implements java.lang.Comparable<HTable>
static int
AC_CLAZZ
DC_CLAZZ
HTable(int clazz, int id, byte[] bits, byte[] values)
int
compareTo(HTable that)
byte[]
getBits()
getClazz()
getID()
getValues()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final int DC_CLAZZ
public static final int AC_CLAZZ
public HTable(int clazz, int id, byte[] bits, byte[] values)
public int getClazz()
public int getID()
public byte[] getBits()
public byte[] getValues()
public int compareTo(HTable that)
compareTo
java.lang.Comparable<HTable>