Interface BfsSources

  • All Superinterfaces:
    java.util.Iterator<java.lang.Long>, java.util.PrimitiveIterator<java.lang.Long,​java.util.function.LongConsumer>, java.util.PrimitiveIterator.OfLong

    public interface BfsSources
    extends 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
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int size()  
      • Methods inherited from interface java.util.Iterator

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

        forEachRemaining, forEachRemaining, next, nextLong
    • Method Detail

      • size

        int size()