public class BufferReverseIntIteratorFlyweight extends java.lang.Object implements IntIterator
wrap(ImmutableRoaringBitmap)
This iterator enumerates the stored values in reverse (starting from the end).| 构造器和说明 |
|---|
BufferReverseIntIteratorFlyweight()
Creates an instance that is not ready for iteration.
|
BufferReverseIntIteratorFlyweight(ImmutableRoaringBitmap r)
Creates an instance that is ready for iteration.
|
| 限定符和类型 | 方法和说明 |
|---|---|
IntIterator |
clone()
Creates a copy of the iterator.
|
boolean |
hasNext() |
int |
next() |
void |
wrap(ImmutableRoaringBitmap r)
Prepares a bitmap for iteration
|
public BufferReverseIntIteratorFlyweight()
wrap(ImmutableRoaringBitmap).public BufferReverseIntIteratorFlyweight(ImmutableRoaringBitmap r)
r - bitmap to be iterated overpublic IntIterator clone()
IntIteratorclone 在接口中 IntIteratorclone 在类中 java.lang.Objectpublic boolean hasNext()
hasNext 在接口中 IntIteratorpublic int next()
next 在接口中 IntIteratorpublic void wrap(ImmutableRoaringBitmap r)
r - bitmap to be iterated over