- add(long) - Method in class com.googlecode.javaewah.BitCounter
-
Virtually add words directly to the bitmap
- add(long) - Method in interface com.googlecode.javaewah.BitmapStorage
-
Adding words directly to the bitmap (for expert use).
- add(long) - Method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
Adding words directly to the bitmap (for expert use).
- add(long, int) - Method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
Adding words directly to the bitmap (for expert use).
- add(long) - Method in class com.googlecode.javaewah.NonEmptyVirtualStorage
-
If the word to be added is non-zero, a NonEmptyException exception is
thrown.
- add(int) - Method in class com.googlecode.javaewah32.BitCounter32
-
Virtually add words directly to the bitmap
- add(int) - Method in interface com.googlecode.javaewah32.BitmapStorage32
-
Adding words directly to the bitmap (for expert use).
- add(int) - Method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
Adding words directly to the bitmap (for expert use).
- add(int, int) - Method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
Adding words directly to the bitmap (for expert use).
- add(int) - Method in class com.googlecode.javaewah32.NonEmptyVirtualStorage32
-
If the word to be added is non-zero, a NonEmptyException exception is thrown.
- addStreamOfEmptyWords(boolean, long) - Method in class com.googlecode.javaewah.BitCounter
-
virtually add many zeroes or ones.
- addStreamOfEmptyWords(boolean, long) - Method in interface com.googlecode.javaewah.BitmapStorage
-
For experts: You want to add many zeroes or ones? This is the method you
use.
- addStreamOfEmptyWords(boolean, long) - Method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
For experts: You want to add many zeroes or ones? This is the method you
use.
- addStreamOfEmptyWords(boolean, long) - Method in class com.googlecode.javaewah.NonEmptyVirtualStorage
-
If the boolean value is true and number is greater than 0, then it throws a NonEmptyException exception,
otherwise, nothing happens.
- addStreamOfEmptyWords(boolean, int) - Method in class com.googlecode.javaewah32.BitCounter32
-
virtually add many
zeroes or ones.
- addStreamOfEmptyWords(boolean, int) - Method in interface com.googlecode.javaewah32.BitmapStorage32
-
For experts: You want to add many
zeroes or ones? This is the method you use.
- addStreamOfEmptyWords(boolean, int) - Method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
For experts: You want to add many zeroes or ones? This is the method you
use.
- addStreamOfEmptyWords(boolean, int) - Method in class com.googlecode.javaewah32.NonEmptyVirtualStorage32
-
If the boolean value is true and number is greater than 0, then it throws a NonEmptyException exception,
otherwise, nothing happens.
- addStreamOfLiteralWords(long[], int, int) - Method in class com.googlecode.javaewah.BitCounter
-
virtually add several literal words.
- addStreamOfLiteralWords(long[], int, int) - Method in interface com.googlecode.javaewah.BitmapStorage
-
if you have several literal words to copy over, this might be faster.
- addStreamOfLiteralWords(long[], int, int) - Method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
if you have several literal words to copy over, this might be faster.
- addStreamOfLiteralWords(long[], int, int) - Method in class com.googlecode.javaewah.NonEmptyVirtualStorage
-
throws a NonEmptyException exception when number is greater than 0
- addStreamOfLiteralWords(int[], int, int) - Method in class com.googlecode.javaewah32.BitCounter32
-
virtually add several literal words.
- addStreamOfLiteralWords(int[], int, int) - Method in interface com.googlecode.javaewah32.BitmapStorage32
-
if you have several literal words to copy over, this might be faster.
- addStreamOfLiteralWords(int[], int, int) - Method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
if you have several literal words to copy over, this might be faster.
- addStreamOfLiteralWords(int[], int, int) - Method in class com.googlecode.javaewah32.NonEmptyVirtualStorage32
-
throws a NonEmptyException exception when number is greater than 0
- addStreamOfNegatedLiteralWords(long[], int, int) - Method in class com.googlecode.javaewah.BitCounter
-
virtually add several negated literal words.
- addStreamOfNegatedLiteralWords(long[], int, int) - Method in interface com.googlecode.javaewah.BitmapStorage
-
Like "addStreamOfLiteralWords" but negates the words being added.
- addStreamOfNegatedLiteralWords(long[], int, int) - Method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
Same as addStreamOfLiteralWords, but the words are negated.
- addStreamOfNegatedLiteralWords(long[], int, int) - Method in class com.googlecode.javaewah.NonEmptyVirtualStorage
-
throws a NonEmptyException exception when number is greater than 0
- addStreamOfNegatedLiteralWords(int[], int, int) - Method in class com.googlecode.javaewah32.BitCounter32
-
virtually add several negated literal words.
- addStreamOfNegatedLiteralWords(int[], int, int) - Method in interface com.googlecode.javaewah32.BitmapStorage32
-
Like "addStreamOfLiteralWords" but negates the words being added.
- addStreamOfNegatedLiteralWords(int[], int, int) - Method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
Same as addStreamOfLiteralWords, but the words are negated.
- addStreamOfNegatedLiteralWords(int[], int, int) - Method in class com.googlecode.javaewah32.NonEmptyVirtualStorage32
-
throws a NonEmptyException exception when number is greater than 0
- adjustContainerSizeWhenAggregating - Static variable in class com.googlecode.javaewah.EWAHCompressedBitmap
-
whether we adjust after some aggregation by adding in zeroes
- adjustContainerSizeWhenAggregating - Static variable in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
whether we adjust after some aggregation by adding in zeroes
- and(EWAHCompressedBitmap) - Method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
Returns a new compressed bitmap containing the bitwise AND values of the
current bitmap with some other bitmap.
- and(EWAHCompressedBitmap...) - Static method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
Returns a new compressed bitmap containing the bitwise AND values of the
provided bitmaps.
- and(T) - Method in interface com.googlecode.javaewah.LogicalElement
-
Compute the bitwise logical and
- and(EWAHCompressedBitmap32) - Method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
Returns a new compressed bitmap containing the bitwise AND values of the
current bitmap with some other bitmap.
- and(EWAHCompressedBitmap32...) - Static method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
Returns a new compressed bitmap containing the bitwise AND values of the
provided bitmaps.
- andCardinality(EWAHCompressedBitmap) - Method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
Returns the cardinality of the result of a bitwise AND of the values of the
current bitmap with some other bitmap.
- andCardinality(EWAHCompressedBitmap...) - Static method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
Returns the cardinality of the result of a bitwise AND of the values of the
provided bitmaps.
- andCardinality(EWAHCompressedBitmap32) - Method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
Returns the cardinality of the result of a bitwise AND of the values of the
current bitmap with some other bitmap.
- andCardinality(EWAHCompressedBitmap32...) - Static method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
Returns the cardinality of the result of a bitwise AND of the values of the
provided bitmaps.
- andNot(EWAHCompressedBitmap) - Method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
Returns a new compressed bitmap containing the bitwise AND NOT values of
the current bitmap with some other bitmap.
- andNot(T) - Method in interface com.googlecode.javaewah.LogicalElement
-
Compute the bitwise logical and not
- andNot(EWAHCompressedBitmap32) - Method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
Returns a new compressed bitmap containing the bitwise AND NOT values of
the current bitmap with some other bitmap.
- andNotCardinality(EWAHCompressedBitmap) - Method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
Returns the cardinality of the result of a bitwise AND NOT of the values of
the current bitmap with some other bitmap.
- andNotCardinality(EWAHCompressedBitmap32) - Method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
Returns the cardinality of the result of a bitwise AND NOT of the values of
the current bitmap with some other bitmap.
- andNotToContainer(EWAHCompressedBitmap, BitmapStorage) - Method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
Returns a new compressed bitmap containing the bitwise AND NOT values of
the current bitmap with some other bitmap.
- andNotToContainer(EWAHCompressedBitmap32, BitmapStorage32) - Method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
Returns a new compressed bitmap containing the bitwise AND NOT values of
the current bitmap with some other bitmap.
- andToContainer(EWAHCompressedBitmap, BitmapStorage) - Method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
Computes new compressed bitmap containing the bitwise AND values of the
current bitmap with some other bitmap.
- andToContainer(EWAHCompressedBitmap32, BitmapStorage32) - Method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
Computes new compressed bitmap containing the bitwise AND values of the
current bitmap with some other bitmap.
- andWithContainer(BitmapStorage, EWAHCompressedBitmap...) - Static method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
For internal use.
- andWithContainer(BitmapStorage32, EWAHCompressedBitmap32...) - Static method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
For internal use.
- Benchmark - Class in com.googlecode.javaewah.benchmark
-
This class is used to benchmark the performance EWAH.
- Benchmark() - Constructor for class com.googlecode.javaewah.benchmark.Benchmark
-
- Benchmark32 - Class in com.googlecode.javaewah.benchmark
-
This class is used to benchmark the performance EWAH.
- Benchmark32() - Constructor for class com.googlecode.javaewah.benchmark.Benchmark32
-
- BenchmarkIntersection - Class in com.googlecode.javaewah.benchmark
-
To benchmark the logical and (intersection) aggregate.
- BenchmarkIntersection() - Constructor for class com.googlecode.javaewah.benchmark.BenchmarkIntersection
-
- BenchmarkIntersection32 - Class in com.googlecode.javaewah.benchmark
-
To benchmark the logical and (intersection) aggregate.
- BenchmarkIntersection32() - Constructor for class com.googlecode.javaewah.benchmark.BenchmarkIntersection32
-
- BenchmarkUnion - Class in com.googlecode.javaewah.benchmark
-
To benchmark the logical or (union) aggregate.
- BenchmarkUnion() - Constructor for class com.googlecode.javaewah.benchmark.BenchmarkUnion
-
- BenchmarkUnion32 - Class in com.googlecode.javaewah.benchmark
-
To benchmark the logical or (union) aggregate.
- BenchmarkUnion32() - Constructor for class com.googlecode.javaewah.benchmark.BenchmarkUnion32
-
- BenchmarkXOR - Class in com.googlecode.javaewah.benchmark
-
To benchmark the logical xor aggregate.
- BenchmarkXOR() - Constructor for class com.googlecode.javaewah.benchmark.BenchmarkXOR
-
- BenchmarkXOR32 - Class in com.googlecode.javaewah.benchmark
-
To benchmark the logical xor aggregate.
- BenchmarkXOR32() - Constructor for class com.googlecode.javaewah.benchmark.BenchmarkXOR32
-
- BitCounter - Class in com.googlecode.javaewah
-
BitCounter is a fake bitset data structure.
- BitCounter() - Constructor for class com.googlecode.javaewah.BitCounter
-
- BitCounter32 - Class in com.googlecode.javaewah32
-
BitCounter is a fake bitset data structure.
- BitCounter32() - Constructor for class com.googlecode.javaewah32.BitCounter32
-
- bitmapOf(int...) - Static method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
Return a bitmap with the bit set to true at the given
positions.
- bitmapOf(int...) - Static method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
Return a bitmap with the bit set to true at the given
positions.
- BitmapStorage - Interface in com.googlecode.javaewah
-
Low level bitset writing methods.
- BitmapStorage32 - Interface in com.googlecode.javaewah32
-
Low level bitset writing methods.
- buffer() - Method in class com.googlecode.javaewah.EWAHIterator
-
Access to the array of words
- buffer() - Method in class com.googlecode.javaewah32.EWAHIterator32
-
Access to the array of words
- bufferedand(int, EWAHCompressedBitmap...) - Static method in class com.googlecode.javaewah.FastAggregation
-
Compute the and aggregate using a temporary uncompressed bitmap.
- bufferedand(IteratingRLW...) - Static method in class com.googlecode.javaewah.IteratorAggregation
-
Aggregate the iterators using a bitmap buffer.
- bufferedand(int, IteratingRLW...) - Static method in class com.googlecode.javaewah.IteratorAggregation
-
Aggregate the iterators using a bitmap buffer.
- bufferedand(int, EWAHCompressedBitmap32...) - Static method in class com.googlecode.javaewah32.FastAggregation32
-
Compute the and aggregate using a temporary uncompressed bitmap.
- bufferedand(IteratingRLW32...) - Static method in class com.googlecode.javaewah32.IteratorAggregation32
-
Aggregate the iterators using a bitmap buffer.
- bufferedand(int, IteratingRLW32...) - Static method in class com.googlecode.javaewah32.IteratorAggregation32
-
Aggregate the iterators using a bitmap buffer.
- bufferedandWithContainer(BitmapStorage, int, EWAHCompressedBitmap...) - Static method in class com.googlecode.javaewah.FastAggregation
-
Compute the and aggregate using a temporary uncompressed bitmap.
- bufferedandWithContainer(BitmapStorage32, int, EWAHCompressedBitmap32...) - Static method in class com.googlecode.javaewah32.FastAggregation32
-
Compute the and aggregate using a temporary uncompressed bitmap.
- BufferedIterator - Class in com.googlecode.javaewah
-
This class can be used to iterate over blocks of bitmap data.
- BufferedIterator(CloneableIterator<EWAHIterator>) - Constructor for class com.googlecode.javaewah.BufferedIterator
-
Instantiates a new iterating buffered running length word.
- BufferedIterator32 - Class in com.googlecode.javaewah32
-
This class can be used to iterate over blocks of bitmap data.
- BufferedIterator32(CloneableIterator<EWAHIterator32>) - Constructor for class com.googlecode.javaewah32.BufferedIterator32
-
Instantiates a new iterating buffered running length word.
- bufferedor(int, EWAHCompressedBitmap...) - Static method in class com.googlecode.javaewah.FastAggregation
-
Compute the or aggregate using a temporary uncompressed bitmap.
- bufferedor(IteratingRLW...) - Static method in class com.googlecode.javaewah.IteratorAggregation
-
Aggregate the iterators using a bitmap buffer.
- bufferedor(int, IteratingRLW...) - Static method in class com.googlecode.javaewah.IteratorAggregation
-
Aggregate the iterators using a bitmap buffer.
- bufferedor(int, EWAHCompressedBitmap32...) - Static method in class com.googlecode.javaewah32.FastAggregation32
-
Compute the or aggregate using a temporary uncompressed bitmap.
- bufferedor(IteratingRLW32...) - Static method in class com.googlecode.javaewah32.IteratorAggregation32
-
Aggregate the iterators using a bitmap buffer.
- bufferedor(int, IteratingRLW32...) - Static method in class com.googlecode.javaewah32.IteratorAggregation32
-
Aggregate the iterators using a bitmap buffer.
- bufferedorWithContainer(BitmapStorage, int, EWAHCompressedBitmap...) - Static method in class com.googlecode.javaewah.FastAggregation
-
Compute the or aggregate using a temporary uncompressed bitmap.
- bufferedorWithContainer(BitmapStorage32, int, EWAHCompressedBitmap32...) - Static method in class com.googlecode.javaewah32.FastAggregation32
-
Compute the or aggregate using a temporary uncompressed bitmap.
- BufferedRunningLengthWord - Class in com.googlecode.javaewah
-
Mostly for internal use.
- BufferedRunningLengthWord(long) - Constructor for class com.googlecode.javaewah.BufferedRunningLengthWord
-
Instantiates a new buffered running length word.
- BufferedRunningLengthWord(RunningLengthWord) - Constructor for class com.googlecode.javaewah.BufferedRunningLengthWord
-
Instantiates a new buffered running length word.
- BufferedRunningLengthWord32 - Class in com.googlecode.javaewah32
-
Mostly for internal use.
- BufferedRunningLengthWord32(int) - Constructor for class com.googlecode.javaewah32.BufferedRunningLengthWord32
-
Instantiates a new buffered running length word.
- BufferedRunningLengthWord32(RunningLengthWord32) - Constructor for class com.googlecode.javaewah32.BufferedRunningLengthWord32
-
Instantiates a new buffered running length word.
- bufferedxor(int, EWAHCompressedBitmap...) - Static method in class com.googlecode.javaewah.FastAggregation
-
Compute the xor aggregate using a temporary uncompressed bitmap.
- bufferedxor(IteratingRLW...) - Static method in class com.googlecode.javaewah.IteratorAggregation
-
Aggregate the iterators using a bitmap buffer.
- bufferedxor(int, IteratingRLW...) - Static method in class com.googlecode.javaewah.IteratorAggregation
-
Aggregate the iterators using a bitmap buffer.
- bufferedxor(int, EWAHCompressedBitmap32...) - Static method in class com.googlecode.javaewah32.FastAggregation32
-
Compute the xor aggregate using a temporary uncompressed bitmap.
- bufferedxor(IteratingRLW32...) - Static method in class com.googlecode.javaewah32.IteratorAggregation32
-
Aggregate the iterators using a bitmap buffer.
- bufferedxor(int, IteratingRLW32...) - Static method in class com.googlecode.javaewah32.IteratorAggregation32
-
Aggregate the iterators using a bitmap buffer.
- bufferedxorWithContainer(BitmapStorage, int, EWAHCompressedBitmap...) - Static method in class com.googlecode.javaewah.FastAggregation
-
Compute the xor aggregate using a temporary uncompressed bitmap.
- bufferedxorWithContainer(BitmapStorage32, int, EWAHCompressedBitmap32...) - Static method in class com.googlecode.javaewah32.FastAggregation32
-
Compute the xor aggregate using a temporary uncompressed bitmap.
- DEFAULTMAXBUFSIZE - Static variable in class com.googlecode.javaewah.IteratorAggregation
-
An optimization option.
- DEFAULTMAXBUFSIZE - Static variable in class com.googlecode.javaewah32.IteratorAggregation32
-
An optimization option.
- deserialize(DataInput) - Method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
Deserialize.
- deserialize(DataInput) - Method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
Deserialize.
- discardFirstWords(long) - Method in class com.googlecode.javaewah.BufferedIterator
-
Discard first words, iterating to the next running length word if needed.
- discardFirstWords(long) - Method in class com.googlecode.javaewah.BufferedRunningLengthWord
-
Discard first words.
- discardFirstWords(long) - Method in class com.googlecode.javaewah.IteratingBufferedRunningLengthWord
-
Discard first words, iterating to the next running length word if needed.
- discardFirstWords(long) - Method in interface com.googlecode.javaewah.IteratingRLW
-
- discardFirstWords(int) - Method in class com.googlecode.javaewah32.BufferedIterator32
-
Discard first words, iterating to the next running length word if needed.
- discardFirstWords(int) - Method in class com.googlecode.javaewah32.BufferedRunningLengthWord32
-
Discard first words.
- discardFirstWords(int) - Method in class com.googlecode.javaewah32.IteratingBufferedRunningLengthWord32
-
Discard first words, iterating to the next running length word if needed.
- discardFirstWords(int) - Method in interface com.googlecode.javaewah32.IteratingRLW32
-
- discharge(BitmapStorage, long) - Method in class com.googlecode.javaewah.IteratingBufferedRunningLengthWord
-
Write out up to max words, returns how many were written
- discharge(BitmapStorage) - Method in class com.googlecode.javaewah.IteratingBufferedRunningLengthWord
-
Write out the remaining words
- discharge(BitmapStorage, IteratingRLW, long) - Static method in class com.googlecode.javaewah.IteratorAggregation
-
Write out up to max words, returns how many were written
- discharge(BitmapStorage32, int) - Method in class com.googlecode.javaewah32.IteratingBufferedRunningLengthWord32
-
Write out up to max words, returns how many were written
- discharge(BitmapStorage32) - Method in class com.googlecode.javaewah32.IteratingBufferedRunningLengthWord32
-
Write out the remaining words
- discharge(BufferedRunningLengthWord32, EWAHIterator32, BitmapStorage32) - Static method in class com.googlecode.javaewah32.IteratingBufferedRunningLengthWord32
-
For internal use.
- discharge(BitmapStorage32, IteratingRLW32, int) - Static method in class com.googlecode.javaewah32.IteratorAggregation32
-
Write out up to max words, returns how many were written
- dischargeAsEmpty(BitmapStorage) - Method in class com.googlecode.javaewah.IteratingBufferedRunningLengthWord
-
Write out the remain words, transforming them to zeroes.
- dischargeAsEmpty(BitmapStorage, IteratingRLW) - Static method in class com.googlecode.javaewah.IteratorAggregation
-
Write out the content of the iterator, but as if it were all zeros.
- dischargeAsEmpty(BitmapStorage32) - Method in class com.googlecode.javaewah32.IteratingBufferedRunningLengthWord32
-
Write out the remain words, transforming them to zeroes.
- dischargeAsEmpty(BitmapStorage32, IteratingRLW32) - Static method in class com.googlecode.javaewah32.IteratorAggregation32
-
Write out the content of the iterator, but as if it were all zeros.
- dischargeNegated(BitmapStorage, long) - Method in class com.googlecode.javaewah.IteratingBufferedRunningLengthWord
-
Write out up to max words (negated), returns how many were written
- dischargeNegated(BitmapStorage, IteratingRLW, long) - Static method in class com.googlecode.javaewah.IteratorAggregation
-
Write out up to max negated words, returns how many were written
- dischargeNegated(BitmapStorage32, int) - Method in class com.googlecode.javaewah32.IteratingBufferedRunningLengthWord32
-
Write out up to max words (negated), returns how many were written
- dischargeNegated(BitmapStorage32, IteratingRLW32, int) - Static method in class com.googlecode.javaewah32.IteratorAggregation32
-
Write out up to max negated words, returns how many were written
- generateClustered(int, int) - Method in class com.googlecode.javaewah.benchmark.ClusteredDataGenerator
-
generates randomly N distinct integers from 0 to Max.
- generateUniform(int, int) - Method in class com.googlecode.javaewah.benchmark.UniformDataGenerator
-
generates randomly N distinct integers from 0 to Max.
- get(int) - Method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
Query the value of a single bit.
- get(int) - Method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
Query the value of a single bit.
- getCount() - Method in class com.googlecode.javaewah.BitCounter
-
As you act on this class, it records the number of set (true) bits.
- getCount() - Method in class com.googlecode.javaewah32.BitCounter32
-
As you act on this class, it records the number of set (true) bits.
- getEWAHIterator() - Method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
Gets an EWAHIterator over the data.
- getEWAHIterator(EWAHCompressedBitmap) - Static method in class com.googlecode.javaewah.EWAHIterator
-
Allow expert developers to instantiate an EWAHIterator.
- getEWAHIterator() - Method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
Gets an EWAHIterator over the data.
- getEWAHIterator(EWAHCompressedBitmap32) - Static method in class com.googlecode.javaewah32.EWAHIterator32
-
Allow expert developers to instantiate an EWAHIterator.
- getIteratingRLW() - Method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
- getIteratingRLW() - Method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
- getLiteralWordAt(int) - Method in class com.googlecode.javaewah.BufferedIterator
-
Get the nth literal word for the current running length word
- getLiteralWordAt(int) - Method in class com.googlecode.javaewah.IteratingBufferedRunningLengthWord
-
Get the nth literal word for the current running length word
- getLiteralWordAt(int) - Method in interface com.googlecode.javaewah.IteratingRLW
-
- getLiteralWordAt(int) - Method in class com.googlecode.javaewah32.BufferedIterator32
-
Get the nth literal word for the current running length word
- getLiteralWordAt(int) - Method in class com.googlecode.javaewah32.IteratingBufferedRunningLengthWord32
-
Get the nth literal word for the current running length word
- getLiteralWordAt(int) - Method in interface com.googlecode.javaewah32.IteratingRLW32
-
- getNumberOfLiteralWords() - Method in class com.googlecode.javaewah.BufferedIterator
-
Gets the number of literal words for the current running length word.
- getNumberOfLiteralWords() - Method in class com.googlecode.javaewah.BufferedRunningLengthWord
-
Gets the number of literal words.
- getNumberOfLiteralWords() - Method in class com.googlecode.javaewah.IteratingBufferedRunningLengthWord
-
Gets the number of literal words for the current running length word.
- getNumberOfLiteralWords() - Method in interface com.googlecode.javaewah.IteratingRLW
-
- getNumberOfLiteralWords() - Method in class com.googlecode.javaewah.RunningLengthWord
-
Gets the number of literal words.
- getNumberOfLiteralWords() - Method in class com.googlecode.javaewah32.BufferedIterator32
-
Gets the number of literal words for the current running length word.
- getNumberOfLiteralWords() - Method in class com.googlecode.javaewah32.BufferedRunningLengthWord32
-
Gets the number of literal words.
- getNumberOfLiteralWords() - Method in class com.googlecode.javaewah32.IteratingBufferedRunningLengthWord32
-
Gets the number of literal words for the current running length word.
- getNumberOfLiteralWords() - Method in interface com.googlecode.javaewah32.IteratingRLW32
-
- getNumberOfLiteralWords() - Method in class com.googlecode.javaewah32.RunningLengthWord32
-
Gets the number of literal words.
- getPositions() - Method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
get the locations of the true values as one vector.
- getPositions() - Method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
get the locations of the true values as one vector.
- getRunningBit() - Method in class com.googlecode.javaewah.BufferedIterator
-
Gets the running bit.
- getRunningBit() - Method in class com.googlecode.javaewah.BufferedRunningLengthWord
-
Gets the running bit.
- getRunningBit() - Method in class com.googlecode.javaewah.IteratingBufferedRunningLengthWord
-
Gets the running bit.
- getRunningBit() - Method in interface com.googlecode.javaewah.IteratingRLW
-
- getRunningBit() - Method in class com.googlecode.javaewah.RunningLengthWord
-
Gets the running bit.
- getRunningBit() - Method in class com.googlecode.javaewah32.BufferedIterator32
-
Gets the running bit.
- getRunningBit() - Method in class com.googlecode.javaewah32.BufferedRunningLengthWord32
-
Gets the running bit.
- getRunningBit() - Method in class com.googlecode.javaewah32.IteratingBufferedRunningLengthWord32
-
Gets the running bit.
- getRunningBit() - Method in interface com.googlecode.javaewah32.IteratingRLW32
-
- getRunningBit() - Method in class com.googlecode.javaewah32.RunningLengthWord32
-
Gets the running bit.
- getRunningLength() - Method in class com.googlecode.javaewah.BufferedIterator
-
Gets the running length.
- getRunningLength() - Method in class com.googlecode.javaewah.BufferedRunningLengthWord
-
Gets the running length.
- getRunningLength() - Method in class com.googlecode.javaewah.IteratingBufferedRunningLengthWord
-
Gets the running length.
- getRunningLength() - Method in interface com.googlecode.javaewah.IteratingRLW
-
- getRunningLength() - Method in class com.googlecode.javaewah.RunningLengthWord
-
Gets the running length.
- getRunningLength() - Method in class com.googlecode.javaewah32.BufferedIterator32
-
Gets the running length.
- getRunningLength() - Method in class com.googlecode.javaewah32.BufferedRunningLengthWord32
-
Gets the running length.
- getRunningLength() - Method in class com.googlecode.javaewah32.IteratingBufferedRunningLengthWord32
-
Gets the running length.
- getRunningLength() - Method in interface com.googlecode.javaewah32.IteratingRLW32
-
- getRunningLength() - Method in class com.googlecode.javaewah32.RunningLengthWord32
-
Gets the running length.
- inplaceand(long[], IteratingRLW) - Static method in class com.googlecode.javaewah.IteratorAggregation
-
- inplaceand(int[], IteratingRLW32) - Static method in class com.googlecode.javaewah32.IteratorAggregation32
-
- inplaceor(long[], IteratingRLW) - Static method in class com.googlecode.javaewah.IteratorAggregation
-
- inplaceor(int[], IteratingRLW32) - Static method in class com.googlecode.javaewah32.IteratorAggregation32
-
- inplacexor(long[], IteratingRLW) - Static method in class com.googlecode.javaewah.IteratorAggregation
-
- inplacexor(int[], IteratingRLW32) - Static method in class com.googlecode.javaewah32.IteratorAggregation32
-
- intersects(EWAHCompressedBitmap) - Method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
Return true if the two EWAHCompressedBitmap have both at least one true bit
in the same position.
- intersects(EWAHCompressedBitmap32) - Method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
Return true if the two EWAHCompressedBitmap have both at least one true bit
in the same position.
- intIterator() - Method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
Iterator over the set bits (this is what most people will want to use to
browse the content if they want an iterator).
- IntIterator - Interface in com.googlecode.javaewah
-
The IntIterator interface is used to iterate over a stream of integers.
- intIterator() - Method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
Iterator over the set bits (this is what most people will want to use to
browse the content if they want an iterator).
- IntIteratorOverIteratingRLW - Class in com.googlecode.javaewah
-
Implementation of an IntIterator over an IteratingRLW.
- IntIteratorOverIteratingRLW(IteratingRLW) - Constructor for class com.googlecode.javaewah.IntIteratorOverIteratingRLW
-
- IntIteratorOverIteratingRLW32 - Class in com.googlecode.javaewah32
-
Implementation of an IntIterator over an IteratingRLW.
- IntIteratorOverIteratingRLW32(IteratingRLW32) - Constructor for class com.googlecode.javaewah32.IntIteratorOverIteratingRLW32
-
- IteratingBufferedRunningLengthWord - Class in com.googlecode.javaewah
-
Mostly for internal use.
- IteratingBufferedRunningLengthWord(EWAHIterator) - Constructor for class com.googlecode.javaewah.IteratingBufferedRunningLengthWord
-
Instantiates a new iterating buffered running length word.
- IteratingBufferedRunningLengthWord(EWAHCompressedBitmap) - Constructor for class com.googlecode.javaewah.IteratingBufferedRunningLengthWord
-
Instantiates a new iterating buffered running length word.
- IteratingBufferedRunningLengthWord32 - Class in com.googlecode.javaewah32
-
Mostly for internal use.
- IteratingBufferedRunningLengthWord32(EWAHIterator32) - Constructor for class com.googlecode.javaewah32.IteratingBufferedRunningLengthWord32
-
Instantiates a new iterating buffered running length word.
- IteratingBufferedRunningLengthWord32(EWAHCompressedBitmap32) - Constructor for class com.googlecode.javaewah32.IteratingBufferedRunningLengthWord32
-
Instantiates a new iterating buffered running length word.
- IteratingRLW - Interface in com.googlecode.javaewah
-
High-level iterator over a compressed bitmap.
- IteratingRLW32 - Interface in com.googlecode.javaewah32
-
High-level iterator over a compressed bitmap.
- iterator() - Method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
iterate over the positions of the true values.
- iterator() - Method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
iterate over the positions of the true values.
- IteratorAggregation - Class in com.googlecode.javaewah
-
Set of helper functions to aggregate bitmaps.
- IteratorAggregation() - Constructor for class com.googlecode.javaewah.IteratorAggregation
-
- IteratorAggregation32 - Class in com.googlecode.javaewah32
-
Set of helper functions to aggregate bitmaps.
- IteratorAggregation32() - Constructor for class com.googlecode.javaewah32.IteratorAggregation32
-
- IteratorUtil - Class in com.googlecode.javaewah
-
Convenience functions for working over iterators
- IteratorUtil() - Constructor for class com.googlecode.javaewah.IteratorUtil
-
- IteratorUtil32 - Class in com.googlecode.javaewah32
-
Convenience functions for working over iterators
- IteratorUtil32() - Constructor for class com.googlecode.javaewah32.IteratorUtil32
-
- or(EWAHCompressedBitmap) - Method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
Returns a new compressed bitmap containing the bitwise OR values of the
current bitmap with some other bitmap.
- or(EWAHCompressedBitmap...) - Static method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
Returns a new compressed bitmap containing the bitwise OR values of the
provided bitmaps.
- or(T...) - Static method in class com.googlecode.javaewah.FastAggregation
-
Uses a priority queue to compute the or aggregate.
- or(T) - Method in interface com.googlecode.javaewah.LogicalElement
-
- or(EWAHCompressedBitmap32) - Method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
Returns a new compressed bitmap containing the bitwise OR values of the
current bitmap with some other bitmap.
- or(EWAHCompressedBitmap32...) - Static method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
Returns a new compressed bitmap containing the bitwise OR values of the
provided bitmaps.
- orCardinality(EWAHCompressedBitmap) - Method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
Returns the cardinality of the result of a bitwise OR of the values of the
current bitmap with some other bitmap.
- orCardinality(EWAHCompressedBitmap...) - Static method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
Returns the cardinality of the result of a bitwise OR of the values of the
provided bitmaps.
- orCardinality(EWAHCompressedBitmap32) - Method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
Returns the cardinality of the result of a bitwise OR of the values of the
current bitmap with some other bitmap.
- orCardinality(EWAHCompressedBitmap32...) - Static method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
Returns the cardinality of the result of a bitwise OR of the values of the
provided bitmaps.
- orToContainer(EWAHCompressedBitmap, BitmapStorage) - Method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
Computes the bitwise or between the current bitmap and the bitmap "a".
- orToContainer(BitmapStorage, EWAHCompressedBitmap...) - Static method in class com.googlecode.javaewah.FastAggregation
-
Uses a priority queue to compute the or aggregate.
- orToContainer(EWAHCompressedBitmap32, BitmapStorage32) - Method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
Computes the bitwise or between the current bitmap and the bitmap "a".
- orToContainer(BitmapStorage32, EWAHCompressedBitmap32...) - Static method in class com.googlecode.javaewah32.FastAggregation32
-
Uses a priority queue to compute the or aggregate.
- orWithContainer(BitmapStorage, EWAHCompressedBitmap...) - Static method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
Uses an adaptive technique to compute the logical OR.
- orWithContainer(BitmapStorage32, EWAHCompressedBitmap32...) - Static method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
For internal use.
- serialize(DataOutput) - Method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
Serialize.
- serialize(DataOutput) - Method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
Serialize.
- serializedSizeInBytes() - Method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
Report the size required to serialize this bitmap
- serializedSizeInBytes() - Method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
Report the size required to serialize this bitmap
- set(int) - Method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
Set the bit at position i to true, the bits must be set in (strictly) increasing
order.
- set(int) - Method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
Set the bit at position i to true, the bits must be set in (strictly) increasing
order.
- setNumberOfLiteralWords(int) - Method in class com.googlecode.javaewah.BufferedRunningLengthWord
-
Sets the number of literal words.
- setNumberOfLiteralWords(long) - Method in class com.googlecode.javaewah.RunningLengthWord
-
Sets the number of literal words.
- setNumberOfLiteralWords(int) - Method in class com.googlecode.javaewah32.BufferedRunningLengthWord32
-
Sets the number of literal words.
- setNumberOfLiteralWords(int) - Method in class com.googlecode.javaewah32.RunningLengthWord32
-
Sets the number of literal words.
- setRunningBit(boolean) - Method in class com.googlecode.javaewah.BufferedRunningLengthWord
-
Sets the running bit.
- setRunningBit(boolean) - Method in class com.googlecode.javaewah.RunningLengthWord
-
Sets the running bit.
- setRunningBit(boolean) - Method in class com.googlecode.javaewah32.BufferedRunningLengthWord32
-
Sets the running bit.
- setRunningBit(boolean) - Method in class com.googlecode.javaewah32.RunningLengthWord32
-
Sets the running bit.
- setRunningLength(long) - Method in class com.googlecode.javaewah.BufferedRunningLengthWord
-
Sets the running length.
- setRunningLength(long) - Method in class com.googlecode.javaewah.RunningLengthWord
-
Sets the running length.
- setRunningLength(int) - Method in class com.googlecode.javaewah32.BufferedRunningLengthWord32
-
Sets the running length.
- setRunningLength(int) - Method in class com.googlecode.javaewah32.RunningLengthWord32
-
Sets the running length.
- setSizeInBits(int) - Method in class com.googlecode.javaewah.BitCounter
-
should directly set the sizeinbits field, but is effectively ignored in
this class.
- setSizeInBits(int) - Method in interface com.googlecode.javaewah.BitmapStorage
-
directly set the sizeinbits field
- setSizeInBits(int) - Method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
Set the size in bits.
- setSizeInBits(int, boolean) - Method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
Change the reported size in bits of the *uncompressed* bitmap represented
by this compressed bitmap.
- setSizeInBits(int) - Method in class com.googlecode.javaewah.NonEmptyVirtualStorage
-
Does nothing.
- setSizeInBits(int) - Method in class com.googlecode.javaewah32.BitCounter32
-
should directly set the sizeinbits field, but is effectively ignored in this class.
- setSizeInBits(int) - Method in interface com.googlecode.javaewah32.BitmapStorage32
-
directly set the sizeinbits field
- setSizeInBits(int) - Method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
Set the size in bits.
- setSizeInBits(int, boolean) - Method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
Change the reported size in bits of the *uncompressed* bitmap represented
by this compressed bitmap.
- setSizeInBits(int) - Method in class com.googlecode.javaewah32.NonEmptyVirtualStorage32
-
Does nothing.
- size() - Method in class com.googlecode.javaewah.BufferedIterator
-
Size in uncompressed words of the current running length word.
- size() - Method in class com.googlecode.javaewah.BufferedRunningLengthWord
-
Size in uncompressed words.
- size() - Method in class com.googlecode.javaewah.IteratingBufferedRunningLengthWord
-
Size in uncompressed words of the current running length word.
- size() - Method in interface com.googlecode.javaewah.IteratingRLW
-
- size() - Method in class com.googlecode.javaewah.RunningLengthWord
-
Return the size in uncompressed words represented by this running
length word.
- size() - Method in class com.googlecode.javaewah32.BufferedIterator32
-
Size in uncompressed words of the current running length word.
- size() - Method in class com.googlecode.javaewah32.BufferedRunningLengthWord32
-
Size in uncompressed words.
- size() - Method in class com.googlecode.javaewah32.IteratingBufferedRunningLengthWord32
-
Size in uncompressed words of the current running length word.
- size() - Method in interface com.googlecode.javaewah32.IteratingRLW32
-
- size() - Method in class com.googlecode.javaewah32.RunningLengthWord32
-
Return the size in uncompressed words represented by this running
length word.
- sizeInBits() - Method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
Returns the size in bits of the *uncompressed* bitmap represented by this
compressed bitmap.
- sizeInBits() - Method in interface com.googlecode.javaewah.LogicalElement
-
How many logical bits does this element represent?
- sizeInBits() - Method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
Returns the size in bits of the *uncompressed* bitmap represented by this
compressed bitmap.
- sizeInBytes() - Method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
Report the *compressed* size of the bitmap (equivalent to memory usage,
after accounting for some overhead).
- sizeInBytes() - Method in interface com.googlecode.javaewah.LogicalElement
-
Should report the storage requirement
- sizeInBytes() - Method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
Report the *compressed* size of the bitmap (equivalent to memory usage,
after accounting for some overhead).
- swap(EWAHCompressedBitmap) - Method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
swap the content of the bitmap with another.
- swap(EWAHCompressedBitmap32) - Method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
swap the content of the bitmap with another.
- xor(EWAHCompressedBitmap) - Method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
Returns a new compressed bitmap containing the bitwise XOR values of the
current bitmap with some other bitmap.
- xor(EWAHCompressedBitmap...) - Static method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
Returns a new compressed bitmap containing the bitwise XOR values of the
provided bitmaps.
- xor(T...) - Static method in class com.googlecode.javaewah.FastAggregation
-
Uses a priority queue to compute the xor aggregate.
- xor(T) - Method in interface com.googlecode.javaewah.LogicalElement
-
Compute the bitwise logical Xor
- xor(EWAHCompressedBitmap32) - Method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
Returns a new compressed bitmap containing the bitwise XOR values of the
current bitmap with some other bitmap.
- xor(EWAHCompressedBitmap32...) - Static method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
Returns a new compressed bitmap containing the bitwise XOR values of the
provided bitmaps.
- xorCardinality(EWAHCompressedBitmap) - Method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
Returns the cardinality of the result of a bitwise XOR of the values of the
current bitmap with some other bitmap.
- xorCardinality(EWAHCompressedBitmap32) - Method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
Returns the cardinality of the result of a bitwise XOR of the values of the
current bitmap with some other bitmap.
- xorToContainer(EWAHCompressedBitmap, BitmapStorage) - Method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
Computes a new compressed bitmap containing the bitwise XOR values of the
current bitmap with some other bitmap.
- xorToContainer(BitmapStorage, EWAHCompressedBitmap...) - Static method in class com.googlecode.javaewah.FastAggregation
-
Uses a priority queue to compute the xor aggregate.
- xorToContainer(BitmapStorage, int, IteratingRLW, IteratingRLW) - Static method in class com.googlecode.javaewah.IteratorAggregation
-
Compute the first few words of the XOR aggregate between two iterators.
- xorToContainer(EWAHCompressedBitmap32, BitmapStorage32) - Method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
Computes a new compressed bitmap containing the bitwise XOR values of the
current bitmap with some other bitmap.
- xorToContainer(BitmapStorage32, EWAHCompressedBitmap32...) - Static method in class com.googlecode.javaewah32.FastAggregation32
-
Uses a priority queue to compute the xor aggregate.
- xorToContainer(BitmapStorage32, int, IteratingRLW32, IteratingRLW32) - Static method in class com.googlecode.javaewah32.IteratorAggregation32
-
Compute the first few words of the XOR aggregate between two iterators.
- xorWithContainer(BitmapStorage, EWAHCompressedBitmap...) - Static method in class com.googlecode.javaewah.EWAHCompressedBitmap
-
Uses an adaptive technique to compute the logical XOR.
- xorWithContainer(BitmapStorage32, EWAHCompressedBitmap32...) - Static method in class com.googlecode.javaewah32.EWAHCompressedBitmap32
-
For internal use.