Class PairingHeap.Node
java.lang.Object
smile.util.PairingHeap.Node
- Enclosing class:
PairingHeap<E extends Comparable<E>>
A multiway tree node in the pairing heap.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Node
-
-
Method Details
-
decrease
Decreases the value of an element.- Parameters:
newValue- the new value.
-