Class BinaryHeap.Node

  • Enclosing class:
    BinaryHeap<T extends BinaryHeap.Node>

    public static class BinaryHeap.Node
    extends java.lang.Object
    A binary heap node.
    • Constructor Summary

      Constructors 
      Constructor Description
      Node​(float value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float getValue()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • getValue

        public float getValue()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object