Interface DoubleObjectHeap.UnsortedIter<V>

    • Method Detail

      • getKey

        double getKey()
        Get the current key.
        Returns:
        Current key
      • getValue

        V getValue()
        Get the current value.
        Returns:
        Current value