public class BitVectorMath extends Object
public static void split(BitVector bs, BitVector[] result)
bs into result by putting the
lowest bits at the end of result and so on until the highest bits
are put at the beginning of result. This is similar to the big
endian representation of numbers, only that each digit has a potentially
different size. The bit set length must be equal to sum(elementLengths).bs - little endian bit setresult - outputCopyright © 2014. All Rights Reserved.