public class BitVectorReader extends Object
Modifier and Type | Field and Description |
---|---|
static BitVectorReader |
INFINITE_TRUE |
static BitVectorReader |
NULL |
Constructor and Description |
---|
BitVectorReader(BitVector vector) |
Modifier and Type | Method and Description |
---|---|
BitVector |
getBitVector() |
int |
getIndex() |
boolean |
hasMoreBitsSet() |
boolean |
peek() |
boolean |
read() |
String |
toString() |
public static final BitVectorReader NULL
public static final BitVectorReader INFINITE_TRUE
public BitVectorReader(BitVector vector)
Copyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.