Uses of Interface
org.jheaps.AddressableHeap.Handle
Packages that use AddressableHeap.Handle
Package
Description
Interfaces
Heaps using an array representation
Heaps using an explicit "pointer-based" dag representation
Heaps using an explicit "pointer-based" tree representation
-
Uses of AddressableHeap.Handle in org.jheaps
Subinterfaces of AddressableHeap.Handle in org.jheapsModifier and TypeInterfaceDescriptionstatic interfaceA double-ended heap element handle.Methods in org.jheaps that return AddressableHeap.Handle -
Uses of AddressableHeap.Handle in org.jheaps.array
Methods in org.jheaps.array that return types with arguments of type AddressableHeap.HandleModifier and TypeMethodDescriptionBinaryArrayAddressableHeap.handlesIterator()Get an iterator for all handles currently in the heap.DaryArrayAddressableHeap.handlesIterator()Get an iterator for all handles currently in the heap. -
Uses of AddressableHeap.Handle in org.jheaps.dag
Methods in org.jheaps.dag that return AddressableHeap.Handle -
Uses of AddressableHeap.Handle in org.jheaps.tree
Methods in org.jheaps.tree that return AddressableHeap.HandleModifier and TypeMethodDescriptionBinaryTreeAddressableHeap.deleteMin()Delete and return an element with the minimum key.BinaryTreeSoftAddressableHeap.deleteMin()Delete and return an element with the minimum key.CostlessMeldPairingHeap.deleteMin()Delete and return an element with the minimum key.DaryTreeAddressableHeap.deleteMin()FibonacciHeap.deleteMin()Delete and return an element with the minimum key.PairingHeap.deleteMin()Delete and return an element with the minimum key.RankPairingHeap.deleteMin()Delete and return an element with the minimum key.SimpleFibonacciHeap.deleteMin()Delete and return an element with the minimum key.SkewHeap.deleteMin()Delete and return an element with the minimum key.BinaryTreeAddressableHeap.findMin()Find an element with the minimum key.CostlessMeldPairingHeap.findMin()Find an element with the minimum key.DaryTreeAddressableHeap.findMin()FibonacciHeap.findMin()Find an element with the minimum key.PairingHeap.findMin()Find an element with the minimum key.RankPairingHeap.findMin()Find an element with the minimum key.SimpleFibonacciHeap.findMin()Find an element with the minimum key.SkewHeap.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.Insert a new element into the heap with a null value.Insert a new element into the heap.Insert a new element into the heap with a null value.Insert a new element into the heap.Insert a new element into the heap with a null value.Insert a new element into the heap.Insert a new element into the heap with a null value.Insert a new element into the heap.Insert a new element into the heap with a null value.Insert a new element into the heap.Insert a new element into the heap with a null value.Insert a new element into the heap.Insert a new element into the heap with a null value.Insert a new element into the heap.