Uses of Class
org.jheaps.tree.ReflectedHeap.HandleMap
-
Packages that use ReflectedHeap.HandleMap Package Description org.jheaps.tree Heaps using an explicit "pointer-based" tree representation -
-
Uses of ReflectedHeap.HandleMap in org.jheaps.tree
Fields in org.jheaps.tree with type parameters of type ReflectedHeap.HandleMap Modifier and Type Field Description (package private) AddressableHeap.Handle<K,ReflectedHeap.HandleMap<K,V>>
ReflectedHeap.ReflectedHandle. inner
private AddressableHeap<K,ReflectedHeap.HandleMap<K,V>>
ReflectedHeap. maxHeap
A maximum heapprivate AddressableHeap<K,ReflectedHeap.HandleMap<K,V>>
ReflectedHeap. minHeap
A minimum heap(package private) AddressableHeap.Handle<K,ReflectedHeap.HandleMap<K,V>>
ReflectedHeap.HandleMap. otherInner
Constructor parameters in org.jheaps.tree with type arguments of type ReflectedHeap.HandleMap Constructor Description HandleMap(ReflectedHeap.ReflectedHandle<K,V> outer, AddressableHeap.Handle<K,ReflectedHeap.HandleMap<K,V>> otherInner)
-