类 BatchIntIterator

java.lang.Object
org.bitlap.roaringbitmap.BatchIntIterator
所有已实现的接口:
Cloneable, IntIterator

public class BatchIntIterator extends Object implements 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

      public IntIterator clone()
      从接口复制的说明: IntIterator
      Creates a copy of the iterator.
      指定者:
      clone 在接口中 IntIterator
      覆盖:
      clone 在类中 Object
      返回:
      a clone of the current iterator