Class CollapsePathTaskSupplier

  • All Implemented Interfaces:
    java.util.function.Supplier<java.lang.Runnable>

    public final class CollapsePathTaskSupplier
    extends java.lang.Object
    implements java.util.function.Supplier<java.lang.Runnable>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Runnable get()
      A task will process (up to) omega (64) nodes in a chunk.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • get

        public java.lang.Runnable get()
        A task will process (up to) omega (64) nodes in a chunk.
        Specified by:
        get in interface java.util.function.Supplier<java.lang.Runnable>