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
Classes in org.jheaps.tree that implement AddressableHeapFactory Modifier and Type Class Description private static class
ReflectedFibonacciHeap.Factory<K,V>
private static class
ReflectedPairingHeap.Factory<K,V>
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, java.util.Comparator<? super K> comparator)
Constructs a new, empty heap, ordered according to the given comparator.
-