|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.unimi.dsi.bits.BitVectors
public class BitVectors
A class providing static methods and objects that do useful things with bit vectors.
BitVector
Field Summary | |
---|---|
static BitVector |
EMPTY_VECTOR
An immutable, singleton empty bit vector. |
static BitVector |
ONE
An immutable bit vector of length one containing a one. |
static BitVector |
ZERO
An immutable bit vector of length one containing a zero. |
Method Summary | ||
---|---|---|
static void |
ensureFromTo(long bitVectorLength,
long from,
long to)
|
|
static
|
identity()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final BitVector EMPTY_VECTOR
public static final BitVector ZERO
public static final BitVector ONE
Method Detail |
---|
@Deprecated public static <T extends BitVector> TransformationStrategy<T> identity()
public static void ensureFromTo(long bitVectorLength, long from, long to)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |