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:
  • Classes
    Class
    Description
    This 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 of ALcyProperties.
    Default implementation of ALcyProperties that can only store String values.