Class MinMaxPriorityQueue.MoveDesc<E>

  • Enclosing class:
    MinMaxPriorityQueue<E>

    static class MinMaxPriorityQueue.MoveDesc<E>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) E replaced  
      (package private) E toTrickle  
    • Constructor Summary

      Constructors 
      Constructor Description
      MoveDesc​(E toTrickle, E replaced)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • toTrickle

        final E toTrickle
      • replaced

        final E replaced
    • Constructor Detail

      • MoveDesc

        MoveDesc​(E toTrickle,
                 E replaced)