Uses of Class
org.jheaps.tree.SkewHeap
-
Packages that use SkewHeap Package Description org.jheaps.tree Heaps using an explicit "pointer-based" tree representation -
-
Uses of SkewHeap in org.jheaps.tree
Subclasses of SkewHeap in org.jheaps.tree Modifier and Type Class Description class
LeftistHeap<K,V>
Leftist heaps.Fields in org.jheaps.tree declared as SkewHeap Modifier and Type Field Description (package private) SkewHeap<K,V>
SkewHeap.Node. heap
protected SkewHeap<K,V>
SkewHeap. other
Used to reference the current heap or some other heap in case of melding, so that handles remain valid even after a meld, without having to iterate over them.Methods in org.jheaps.tree that return SkewHeap Modifier and Type Method Description (package private) SkewHeap<K,V>
SkewHeap.Node. getOwner()
Constructors in org.jheaps.tree with parameters of type SkewHeap Constructor Description Node(SkewHeap<K,V> heap, K key, V value)
-