Class ChunkTaskPriorityQueueSorter.RunnableEntry

  • Enclosing class:
    ChunkTaskPriorityQueueSorter

    public static final class ChunkTaskPriorityQueueSorter.RunnableEntry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean clearQueue  
      private long pos  
      private java.lang.Runnable task  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private RunnableEntry​(java.lang.Runnable p_i50026_1_, long p_i50026_2_, boolean p_i50026_4_)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • task

        private final java.lang.Runnable task
      • pos

        private final long pos
      • clearQueue

        private final boolean clearQueue
    • Constructor Detail

      • RunnableEntry

        private RunnableEntry​(java.lang.Runnable p_i50026_1_,
                              long p_i50026_2_,
                              boolean p_i50026_4_)