Package | Description |
---|---|
com.googlecode.javaewah | |
com.googlecode.javaewah.datastructure | |
com.googlecode.javaewah.symmetric | |
com.googlecode.javaewah32 |
Class and Description |
---|
BitmapStorage
Low level bitset writing methods.
|
BufferedIterator
This class can be used to iterate over blocks of bitmap data.
|
BufferedRunningLengthWord
Mostly for internal use.
|
ChunkIterator
The ChunkIterator interface is used to iterate over chunks of ones or zeros.
|
CloneableIterator
Like a standard Java iterator, except that you can clone it.
|
EWAHCompressedBitmap
This implements the patent-free(1) EWAH scheme.
|
EWAHIterator
The class EWAHIterator represents a special type of efficient iterator
iterating over (uncompressed) words of bits.
|
IntIterator
The IntIterator interface is used to iterate over a stream of integers.
|
IteratingBufferedRunningLengthWord
Mostly for internal use.
|
IteratingRLW
High-level iterator over a compressed bitmap.
|
LogicalElement
A prototypical model for bitmaps.
|
RunningLengthWord
Mostly for internal use.
|
Class and Description |
---|
IntIterator
The IntIterator interface is used to iterate over a stream of integers.
|
Class and Description |
---|
BitmapStorage
Low level bitset writing methods.
|
EWAHCompressedBitmap
This implements the patent-free(1) EWAH scheme.
|
IteratingBufferedRunningLengthWord
Mostly for internal use.
|
Class and Description |
---|
ChunkIterator
The ChunkIterator interface is used to iterate over chunks of ones or zeros.
|
CloneableIterator
Like a standard Java iterator, except that you can clone it.
|
IntIterator
The IntIterator interface is used to iterate over a stream of integers.
|
LogicalElement
A prototypical model for bitmaps.
|
Copyright © 2014. All Rights Reserved.