| Package | Description |
|---|---|
| org.jheaps |
Interfaces
|
| org.jheaps.tree |
Heaps using an explicit "pointer-based" tree representation
|
| Modifier and Type | Method and Description |
|---|---|
void |
MergeableDoubleEndedAddressableHeap.meld(MergeableDoubleEndedAddressableHeap<K,V> other)
Meld a heap into the current heap.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReflectedFibonacciHeap<K,V>
Reflected double ended heaps based on Fibonacci heaps.
|
class |
ReflectedHeap<K,V>
Reflected double ended heaps.
|
class |
ReflectedPairingHeap<K,V>
Reflected double ended heaps based on pairing heaps.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReflectedHeap.meld(MergeableDoubleEndedAddressableHeap<K,V> other)
Meld a heap into the current heap.
|
Copyright © 2018. All rights reserved.