public static interface BitmapIndex.Bitmap extends Iterable<BitmapObject>
ObjectIds or operated on with other Bitmaps.| Modifier and Type | Method and Description | 
|---|---|
BitmapIndex.Bitmap | 
andNot(BitmapIndex.Bitmap other)
Bitwise-AND-NOT the current bitmap with the value from the other
 bitmap. 
 | 
Iterator<BitmapObject> | 
iterator()
Returns an iterator over a set of elements of type BitmapObject. 
 | 
BitmapIndex.Bitmap | 
or(BitmapIndex.Bitmap other)
Bitwise-OR the current bitmap with the value from the other
 bitmap. 
 | 
BitmapIndex.Bitmap | 
xor(BitmapIndex.Bitmap other)
Bitwise-XOR the current bitmap with the value from the other
 bitmap. 
 | 
forEach, spliteratorBitmapIndex.Bitmap or(BitmapIndex.Bitmap other)
other - the other bitmapBitmapIndex.Bitmap andNot(BitmapIndex.Bitmap other)
other - the other bitmapBitmapIndex.Bitmap xor(BitmapIndex.Bitmap other)
other - the other bitmapIterator<BitmapObject> iterator()
Iterator.next() for performance reasons.iterator in interface Iterable<BitmapObject>Copyright © 2020 Eclipse JGit Project. All rights reserved.