- 所有超级接口:
Cloneable,IntIterator,PeekableIntIterator
PeekableIntIterator that calculates the next value rank during iteration
-
方法概要
修饰符和类型方法说明clone()Creates a copy of the iterator.intLook at rank of the next value without advancing从接口继承的方法 org.bitlap.roaringbitmap.IntIterator
hasNext, next从接口继承的方法 org.bitlap.roaringbitmap.PeekableIntIterator
advanceIfNeeded, peekNext
-
方法详细资料
-
peekNextRank
int peekNextRank()Look at rank of the next value without advancing- 返回:
- rank of next value
-
clone
PeekableIntRankIterator clone()从接口复制的说明:PeekableIntIteratorCreates a copy of the iterator.- 指定者:
clone在接口中IntIterator- 指定者:
clone在接口中PeekableIntIterator- 返回:
- a clone of the current iterator
-