Interface Partition


  • public interface Partition
    • Method Detail

      • startNode

        long startNode()
      • nodeCount

        long nodeCount()
      • consume

        default void consume​(java.util.function.LongConsumer consumer)
      • of

        static Partition of​(long startNode,
                            long nodeCount)
      • stream

        default java.util.stream.LongStream stream()