Uses of Class
org.jheaps.dag.HollowHeap.Item
-
Packages that use HollowHeap.Item Package Description org.jheaps.dag Heaps using an explicit "pointer-based" dag representation -
-
Uses of HollowHeap.Item in org.jheaps.dag
Fields in org.jheaps.dag declared as HollowHeap.Item Modifier and Type Field Description (package private) HollowHeap.Item<K,V>HollowHeap.HollowNode. itemMethods in org.jheaps.dag with parameters of type HollowHeap.Item Modifier and Type Method Description private voidHollowHeap. decreaseKey(HollowHeap.Item<K,V> e, K newKey)Decrease the key of an item.private voidHollowHeap. delete(HollowHeap.Item<K,V> e)Delete an item
-