Package | Description |
---|---|
com.googlecode.javaewah | |
com.googlecode.javaewah32 |
Modifier and Type | Class and Description |
---|---|
(package private) class |
BufferedAndIterator |
(package private) class |
BufferedORIterator |
(package private) class |
BufferedXORIterator |
Modifier and Type | Field and Description |
---|---|
private CloneableIterator<EWAHIterator> |
BufferedIterator.masterIterator |
Modifier and Type | Method and Description |
---|---|
CloneableIterator<E> |
CloneableIterator.clone() |
Constructor and Description |
---|
BufferedIterator(CloneableIterator<EWAHIterator> iterator)
Instantiates a new iterating buffered running length word.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
AndIt |
(package private) class |
ORIt |
(package private) class |
XORIt |
Modifier and Type | Field and Description |
---|---|
private CloneableIterator<EWAHIterator32> |
BufferedIterator32.masterIterator |
Constructor and Description |
---|
BufferedIterator32(CloneableIterator<EWAHIterator32> iterator)
Instantiates a new iterating buffered running length word.
|