- 所有超级接口:
CharIterator,Cloneable,PeekableCharIterator
PeekableCharIterator that calculates the next value rank during iteration
-
方法概要
修饰符和类型方法说明clone()Creates a copy of the iterator.intpeek in-container rank of the next value Uses integer because internal representation of rank is int and in-container rank lies in range 1-65536从接口继承的方法 org.bitlap.roaringbitmap.CharIterator
hasNext, next, nextAsInt, remove从接口继承的方法 org.bitlap.roaringbitmap.PeekableCharIterator
advanceIfNeeded, peekNext
-
方法详细资料
-
peekNextRank
int peekNextRank()peek in-container rank of the next value Uses integer because internal representation of rank is int and in-container rank lies in range 1-65536- 返回:
- rank of the next value
-
clone
PeekableCharRankIterator clone()从接口复制的说明:PeekableCharIteratorCreates a copy of the iterator.- 指定者:
clone在接口中CharIterator- 指定者:
clone在接口中PeekableCharIterator- 返回:
- a clone of the current iterator
-