| Package | Description |
|---|---|
| org.jheaps.tree |
Heaps using an explicit "pointer-based" tree representation
|
| Constructor and Description |
|---|
ReflectedHeap(AddressableHeapFactory<K,?> heapFactory)
Constructs a new, empty heap, using the natural ordering of its keys.
|
ReflectedHeap(AddressableHeapFactory<K,?> heapFactory,
Comparator<? super K> comparator)
Constructs a new, empty heap, ordered according to the given comparator.
|
Copyright © 2018. All rights reserved.