Package com.luciad.lucy.util.properties
package com.luciad.lucy.util.properties
Provides support facilities for working with key-value pairs.
The main class of this package is ALcyProperties, which
represents an observable collection of key-value pairs where the key is always a
String.
Furthermore this package contains an implementation of ALcyProperties that only
accepts Strings as value, TLcyStringProperties. The package
com.luciad.lucy.util contains TLcyProperties, an implementation that
accepts any kind of object as value.
- Since:
- 8.1
- See Also:
-
ClassesClassDescriptionThis abstract class represents a key-value pair collection.Convenience class to wrap an
ALcyPropertiesin that one only has to overwrite those methods that are required.Composite implementation ofALcyProperties.Default implementation ofALcyPropertiesthat can only storeStringvalues.