Package com.luciad.util.collections
package com.luciad.util.collections
Provides a set of interfaces and implementations for lists of primitives.
- Since:
- 9.0
-
ClassDescriptionA
Listinterface that is optimized for booleans.AListinterface that is optimized for bytes.AListinterface that is optimized for chars.An extension of the JavaCollectionwhich fires aTLcdCollectionEventfor every element that is added to or removed from the collection.The listener interface forTLcdCollectionEvents.AListinterface that is optimized for doubles.AListinterface that is optimized for floats.AListinterface that is optimized for ints.ILcdList<T>An extension of the JavaListwhich fires aTLcdCollectionEventandTLcdListEventfor every element that is added to or removed from the list.The listener interface forTLcdListEvents.AListinterface that is optimized for longs.ILcdMap<K,V> An extension of the JavaMapwhich fires anTLcdMapEventfor every entry that is added to or removed from the map.ILcdMapListener<K,V> The listener interface forTLcdMapEvents.Multi-key cache used by the view to cache data.ILcdMultiKeyMap<K,V> Interface for a map that uses multiple keys per stored value.AListinterface that is optimized for shorts.Array-based implementation ofILcdBooleanList.Array-based implementation ofILcdByteList.Array-based implementation ofILcdCharList.An event describing a change in anILcdCollection.Enumeration of the types ofTLcdCollectionEventsArray-based implementation ofILcdDoubleList.Array-based implementation ofILcdFloatList.TLcdHashMap<K,V> A hash set that uses identity comparisons for its values.Array-based implementation ofILcdIntList.An event describing a change in anILcdListArray-based implementation ofILcdLongList.TLcdMapEvent<K,V> An event describing a change in anILcdMap.Enumeration of the types ofTLcdMapEventsArray-based implementation ofILcdShortList.Hash map implementation with weak keys and identity-based comparison semantics.