java.lang.Object
org.bitlap.roaringbitmap.BatchIntIterator
- 所有已实现的接口:
Cloneable,IntIterator
Wraps a batch iterator for use as an IntIterator
-
方法概要
-
方法详细资料
-
hasNext
public boolean hasNext()- 指定者:
hasNext在接口中IntIterator- 返回:
- whether there is another value
-
next
public int next()- 指定者:
next在接口中IntIterator- 返回:
- next integer value
-
clone
从接口复制的说明:IntIteratorCreates a copy of the iterator.- 指定者:
clone在接口中IntIterator- 覆盖:
clone在类中Object- 返回:
- a clone of the current iterator
-