Class BatchNodeIterable.BitSetIdIterator

  • All Implemented Interfaces:
    java.util.Iterator<java.lang.Long>, java.util.PrimitiveIterator<java.lang.Long,​java.util.function.LongConsumer>, java.util.PrimitiveIterator.OfLong
    Enclosing interface:
    BatchNodeIterable

    public static final class BatchNodeIterable.BitSetIdIterator
    extends java.lang.Object
    implements java.util.PrimitiveIterator.OfLong
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface java.util.PrimitiveIterator

        java.util.PrimitiveIterator.OfDouble, java.util.PrimitiveIterator.OfInt, java.util.PrimitiveIterator.OfLong
    • Constructor Summary

      Constructors 
      Constructor Description
      BitSetIdIterator​(com.carrotsearch.hppc.BitSet labelBitSet)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      long nextLong()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        remove
      • Methods inherited from interface java.util.PrimitiveIterator.OfLong

        forEachRemaining, forEachRemaining, next
    • Constructor Detail

      • BitSetIdIterator

        public BitSetIdIterator​(com.carrotsearch.hppc.BitSet labelBitSet)
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<java.lang.Long>
      • nextLong

        public long nextLong()
        Specified by:
        nextLong in interface java.util.PrimitiveIterator.OfLong