java.lang.Object
org.bitlap.roaringbitmap.ImmutableBitmapDataProvider.RoaringOfInt
- 所有已实现的接口:
Iterator<Integer>,PrimitiveIterator<Integer,,IntConsumer> PrimitiveIterator.OfInt
public static final class ImmutableBitmapDataProvider.RoaringOfInt
extends Object
implements PrimitiveIterator.OfInt
An internal class to help provide streams.
Sad but true the interface of IntIterator and PrimitiveIterator.OfInt
Does not match. Otherwise it would be easier to just make IntIterator
implement PrimitiveIterator.OfInt.
-
嵌套类概要
从接口继承的嵌套类/接口 java.util.PrimitiveIterator
PrimitiveIterator.OfDouble, PrimitiveIterator.OfInt, PrimitiveIterator.OfLong -
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 java.util.PrimitiveIterator.OfInt
forEachRemaining, forEachRemaining, next
-
构造器详细资料
-
RoaringOfInt
-
-
方法详细资料
-
nextInt
public int nextInt()- 指定者:
nextInt在接口中PrimitiveIterator.OfInt
-
hasNext
public boolean hasNext()
-