Uses of Interface
org.jheaps.DoubleEndedAddressableHeap.Handle
Packages that use DoubleEndedAddressableHeap.Handle
Package
Description
Interfaces
Heaps using an explicit "pointer-based" tree representation
-
Uses of DoubleEndedAddressableHeap.Handle in org.jheaps
Methods in org.jheaps that return DoubleEndedAddressableHeap.HandleModifier and TypeMethodDescriptionDoubleEndedAddressableHeap.deleteMax()Delete and return an element with the maximum key.DoubleEndedAddressableHeap.deleteMin()Delete and return an element with the minimum key.DoubleEndedAddressableHeap.findMax()Find an element with the maximum key.DoubleEndedAddressableHeap.findMin()Find an element with the minimum key.Insert a new element into the heap with a null value.Insert a new element into the heap. -
Uses of DoubleEndedAddressableHeap.Handle in org.jheaps.tree
Classes in org.jheaps.tree that implement DoubleEndedAddressableHeap.HandleMethods in org.jheaps.tree that return DoubleEndedAddressableHeap.HandleModifier and TypeMethodDescriptionReflectedHeap.deleteMax()Delete and return an element with the maximum key.ReflectedHeap.deleteMin()Delete and return an element with the minimum key.ReflectedHeap.findMax()Find an element with the maximum key.ReflectedHeap.findMin()Find an element with the minimum key.Insert a new element into the heap with a null value.Insert a new element into the heap.