类 ImmutableLongBitmapDataProvider.RoaringOfLong
java.lang.Object
org.bitlap.roaringbitmap.longlong.ImmutableLongBitmapDataProvider.RoaringOfLong
- 所有已实现的接口:
Iterator<Long>,PrimitiveIterator<Long,,LongConsumer> PrimitiveIterator.OfLong
public static final class ImmutableLongBitmapDataProvider.RoaringOfLong
extends Object
implements PrimitiveIterator.OfLong
An internal class to help provide streams.
Sad but true the interface of LongIterator and PrimitiveIterator.OfLong
Does not match. Otherwise it would be easier to just make LongIterator
implement PrimitiveIterator.OfLong.
-
嵌套类概要
从接口继承的嵌套类/接口 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.OfLong
forEachRemaining, forEachRemaining, next
-
构造器详细资料
-
RoaringOfLong
-
-
方法详细资料
-
nextLong
public long nextLong()- 指定者:
nextLong在接口中PrimitiveIterator.OfLong
-
hasNext
public boolean hasNext()
-