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. innerprivate AddressableHeap<K,ReflectedHeap.HandleMap<K,V>>ReflectedHeap. maxHeapA maximum heapprivate AddressableHeap<K,ReflectedHeap.HandleMap<K,V>>ReflectedHeap. minHeapA minimum heap(package private) AddressableHeap.Handle<K,ReflectedHeap.HandleMap<K,V>>ReflectedHeap.HandleMap. otherInnerConstructor 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)
-