|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.asunder.util.BitArray
public class BitArray
Method Summary | |
---|---|
static int |
firstBitDiscrepancy(byte[] a,
byte[] b)
find the first bit where the two arrays differ assumes byte arrays are of equal length |
static byte[] |
reverseBytes(byte[] a)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static byte[] reverseBytes(byte[] a)
public static int firstBitDiscrepancy(byte[] a, byte[] b)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |