class PairingHeapDup::Heap::Node(K, V)
- PairingHeapDup::Heap::Node(K, V)
- Reference
- Object
Defined in:
pairing_heap_dup.crConstructors
Instance Method Summary
- #key : K
- #key=(key : K)
- #prepend_child(new_child : Nil | PairingHeapDup::Heap::Node(K, V))
- #unlink
- #value : V
- #value=(value : V)