| de.anomic.kelondro.kelondroNaturalOrder
Method Summary | |
final public static kelondroByteOrder | bySignature(String signature) | final public long | cardinal(byte[] key) | final public kelondroOrder<byte[]> | clone() | final public int | compare(byte[] a, byte[] b) | final public int | compare(byte[] a, int aoffset, int alength, byte[] b, int boffset, int blength) | final public int | compare0(byte[] a, int aoffset, int alength, byte[] b, int boffset, int blength) | final public static int | compares(byte[] a, int aoffset, int alength, byte[] b, int boffset, int blength) | final public static long | decodeLong(byte[] s) | final public static long | decodeLong(byte[] s, int offset, int length) | final public static byte[] | encodeLong(long c, int length) | final public static void | encodeLong(long c, byte[] b, int offset, int length) | final public static boolean | equal(byte[] a, byte[] b) | public static void | main(String[] args) | final public String | signature() | public boolean | wellformed(byte[] a) | public boolean | wellformed(byte[] a, int astart, int alength) |
kelondroNaturalOrder | public kelondroNaturalOrder(boolean ascending)(Code) | | |
cardinal | final public long cardinal(byte[] key)(Code) | | |
compare | final public int compare(byte[] a, byte[] b)(Code) | | |
compare | final public int compare(byte[] a, int aoffset, int alength, byte[] b, int boffset, int blength)(Code) | | |
compare0 | final public int compare0(byte[] a, int aoffset, int alength, byte[] b, int boffset, int blength)(Code) | | |
compares | final public static int compares(byte[] a, int aoffset, int alength, byte[] b, int boffset, int blength)(Code) | | |
decodeLong | final public static long decodeLong(byte[] s)(Code) | | |
decodeLong | final public static long decodeLong(byte[] s, int offset, int length)(Code) | | |
encodeLong | final public static byte[] encodeLong(long c, int length)(Code) | | |
encodeLong | final public static void encodeLong(long c, byte[] b, int offset, int length)(Code) | | |
equal | final public static boolean equal(byte[] a, byte[] b)(Code) | | |
wellformed | public boolean wellformed(byte[] a)(Code) | | |
wellformed | public boolean wellformed(byte[] a, int astart, int alength)(Code) | | |
|
|