Uses of Interface
com.luciad.util.collections.ILcdMultiKeyMap
Packages that use ILcdMultiKeyMap
Package
Description
Provides a set of interfaces and implementations for lists of primitives.
Provides a mechanism for caching OpenGL resources used in a
view.
-
Uses of ILcdMultiKeyMap in com.luciad.util.collections
Subinterfaces of ILcdMultiKeyMap in com.luciad.util.collectionsModifier and TypeInterfaceDescriptioninterface
Multi-key cache used by the view to cache data.Methods in com.luciad.util.collections that return ILcdMultiKeyMapModifier and TypeMethodDescriptionReturns the branch that is associated with the given key, ornull
if the branch does not exist.ILcdMultiKeyMap.getOrCreateBranch
(K[] aKeys) Creates and returns a new branch for the given key.Methods in com.luciad.util.collections that return types with arguments of type ILcdMultiKeyMapModifier and TypeMethodDescriptionILcdMultiKeyMap.branchEntrySet()
Gets the entries of this branch's branch map.Collection
<? extends ILcdMultiKeyMap<K, V>> ILcdMultiKeyMap.branchValues()
Gets the values of this branch's leaf map. -
Uses of ILcdMultiKeyMap in com.luciad.view.lightspeed.services.glcache
Subinterfaces of ILcdMultiKeyMap in com.luciad.view.lightspeed.services.glcacheModifier and TypeInterfaceDescriptioninterface
Cache that stores OpenGL resource objects.