Uses of Enum Class
com.luciad.util.collections.TLcdMapEvent.Type
Package
Description
Provides a set of interfaces and implementations for lists of primitives.
-
Uses of TLcdMapEvent.Type in com.luciad.util.collections
Modifier and TypeMethodDescriptionTLcdMapEvent.getType()
Returns the type describing the nature of the change.static TLcdMapEvent.Type
Returns the enum constant of this class with the specified name.static TLcdMapEvent.Type[]
TLcdMapEvent.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionTLcdMapEvent
(ILcdMap<K, V> aMap, TLcdMapEvent.Type aType, K aKey, V aValue, boolean aIsAdjusting) Create a new event describing a change in the mapaMap
.