Uses of Interface
org.jheaps.AddressableHeapFactory
-
Packages that use AddressableHeapFactory Package Description org.jheaps.tree Heaps using an explicit "pointer-based" tree representation -
-
Uses of AddressableHeapFactory in org.jheaps.tree
Constructors in org.jheaps.tree with parameters of type AddressableHeapFactory Constructor 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.
-