Uses of Interface
org.jheaps.AddressableHeapFactory
Packages that use AddressableHeapFactory
-
Uses of AddressableHeapFactory in org.jheaps.tree
Classes in org.jheaps.tree that implement AddressableHeapFactoryModifier and TypeClassDescriptionprivate static classprivate static classConstructors in org.jheaps.tree with parameters of type AddressableHeapFactoryModifierConstructorDescriptionReflectedHeap(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.