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 String
s 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:
-
ClassDescriptionThis abstract class represents a key-value pair collection.Convenience class to wrap an
ALcyProperties
in that one only has to overwrite those methods that are required.Composite implementation ofALcyProperties
.Default implementation ofALcyProperties
that can only storeString
values.