|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IteratingRLW32 | |
---|---|
com.googlecode.javaewah32 |
Uses of IteratingRLW32 in com.googlecode.javaewah32 |
---|
Classes in com.googlecode.javaewah32 that implement IteratingRLW32 | |
---|---|
class |
BufferedIterator32
This class can be used to iterate over blocks of bitmap data. |
class |
IteratingBufferedRunningLengthWord32
Mostly for internal use. |
Methods in com.googlecode.javaewah32 that return IteratingRLW32 | |
---|---|
static IteratingRLW32 |
IteratorAggregation32.bufferedand(int bufsize,
IteratingRLW32... al)
Aggregate the iterators using a bitmap buffer. |
static IteratingRLW32 |
IteratorAggregation32.bufferedand(IteratingRLW32... al)
Aggregate the iterators using a bitmap buffer. |
static IteratingRLW32 |
IteratorAggregation32.bufferedor(int bufsize,
IteratingRLW32... al)
Aggregate the iterators using a bitmap buffer. |
static IteratingRLW32 |
IteratorAggregation32.bufferedor(IteratingRLW32... al)
Aggregate the iterators using a bitmap buffer. |
static IteratingRLW32 |
IteratorAggregation32.bufferedxor(int bufsize,
IteratingRLW32... al)
Aggregate the iterators using a bitmap buffer. |
static IteratingRLW32 |
IteratorAggregation32.bufferedxor(IteratingRLW32... al)
Aggregate the iterators using a bitmap buffer. |
IteratingRLW32 |
IteratingRLW32.clone()
|
IteratingRLW32 |
EWAHCompressedBitmap32.getIteratingRLW()
Gets an IteratingRLW to iterate over the data. |
static IteratingRLW32 |
IteratorAggregation32.not(IteratingRLW32 x)
|
static IteratingRLW32[] |
IteratorUtil32.toIterators(EWAHCompressedBitmap32... x)
|
Methods in com.googlecode.javaewah32 with parameters of type IteratingRLW32 | |
---|---|
static IteratingRLW32 |
IteratorAggregation32.bufferedand(int bufsize,
IteratingRLW32... al)
Aggregate the iterators using a bitmap buffer. |
static IteratingRLW32 |
IteratorAggregation32.bufferedand(IteratingRLW32... al)
Aggregate the iterators using a bitmap buffer. |
static IteratingRLW32 |
IteratorAggregation32.bufferedor(int bufsize,
IteratingRLW32... al)
Aggregate the iterators using a bitmap buffer. |
static IteratingRLW32 |
IteratorAggregation32.bufferedor(IteratingRLW32... al)
Aggregate the iterators using a bitmap buffer. |
static IteratingRLW32 |
IteratorAggregation32.bufferedxor(int bufsize,
IteratingRLW32... al)
Aggregate the iterators using a bitmap buffer. |
static IteratingRLW32 |
IteratorAggregation32.bufferedxor(IteratingRLW32... al)
Aggregate the iterators using a bitmap buffer. |
static int |
IteratorUtil32.cardinality(IteratingRLW32 i)
|
protected static int |
IteratorAggregation32.discharge(BitmapStorage32 container,
IteratingRLW32 i,
int max)
Write out up to max words, returns how many were written |
protected static void |
IteratorAggregation32.dischargeAsEmpty(BitmapStorage32 container,
IteratingRLW32 i)
Write out the content of the iterator, but as if it were all zeros. |
protected static int |
IteratorAggregation32.dischargeNegated(BitmapStorage32 container,
IteratingRLW32 i,
int max)
Write out up to max negated words, returns how many were written |
protected static int |
IteratorAggregation32.inplaceand(int[] bitmap,
IteratingRLW32 i)
|
protected static int |
IteratorAggregation32.inplaceor(int[] bitmap,
IteratingRLW32 i)
|
protected static int |
IteratorAggregation32.inplacexor(int[] bitmap,
IteratingRLW32 i)
|
static EWAHCompressedBitmap32 |
IteratorUtil32.materialize(IteratingRLW32 i)
Turn an iterator into a bitmap |
static void |
IteratorUtil32.materialize(IteratingRLW32 i,
BitmapStorage32 c)
Turn an iterator into a bitmap |
static long |
IteratorUtil32.materialize(IteratingRLW32 i,
BitmapStorage32 c,
int Max)
Turn an iterator into a bitmap |
static IteratingRLW32 |
IteratorAggregation32.not(IteratingRLW32 x)
|
static IntIterator |
IteratorUtil32.toSetBitsIntIterator(IteratingRLW32 i)
|
static Iterator<Integer> |
IteratorUtil32.toSetBitsIterator(IteratingRLW32 i)
|
static void |
IteratorAggregation32.xorToContainer(BitmapStorage32 container,
int desiredrlwcount,
IteratingRLW32 rlwi,
IteratingRLW32 rlwj)
Compute the first few words of the XOR aggregate between two iterators. |
Constructors in com.googlecode.javaewah32 with parameters of type IteratingRLW32 | |
---|---|
IntIteratorOverIteratingRLW32(IteratingRLW32 p)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |