Uses of Interface
com.luciad.util.collections.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
Modifier and TypeInterfaceDescriptioninterface
Multi-key cache used by the view to cache data.Modifier 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.Modifier 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
Modifier and TypeInterfaceDescriptioninterface
Cache that stores OpenGL resource objects.