Uses of Class
gov.nasa.worldwind.util.BoundedHashMap
-
Packages that use BoundedHashMap Package Description gov.nasa.worldwind.cache gov.nasa.worldwind.util.tree A tree control drawn in the WorldWindow. -
-
Uses of BoundedHashMap in gov.nasa.worldwind.cache
Fields in gov.nasa.worldwind.cache declared as BoundedHashMap Modifier and Type Field Description protected BoundedHashMap<java.lang.Object,java.lang.Object>BasicSessionCache. entries -
Uses of BoundedHashMap in gov.nasa.worldwind.util.tree
Fields in gov.nasa.worldwind.util.tree declared as BoundedHashMap Modifier and Type Field Description protected BoundedHashMap<TreeNode,BasicTreeLayout.NodeLayout>BasicTreeLayout. layoutCacheCache of computed node layout data.protected BoundedHashMap<BasicTreeLayout.TextCacheKey,java.awt.geom.Rectangle2D>BasicTreeLayout. textCacheCache of computed text bounds.
-