Uses of Class
org.jheaps.tree.ReflectedHeap
-
Packages that use ReflectedHeap Package Description org.jheaps.tree Heaps using an explicit "pointer-based" tree representation -
-
Uses of ReflectedHeap in org.jheaps.tree
Subclasses of ReflectedHeap in org.jheaps.tree Modifier and Type Class Description class
ReflectedFibonacciHeap<K,V>
Reflected double ended heaps based on Fibonacci heaps.class
ReflectedPairingHeap<K,V>
Reflected double ended heaps based on pairing heaps.
-