Skip navigation links
LuciadLightspeed
2023.1.08

Package com.luciad.lucy.util.properties

Provides support facilities for working with key-value pairs.

See: Description

Package com.luciad.lucy.util.properties Description

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:
TLcyProperties
Skip navigation links
LuciadLightspeed
2023.1.08