JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
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
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.