Package com.luciad.util
Class TLcdAssoc
java.lang.Object
com.luciad.util.TLcdAssoc
- All Implemented Interfaces:
ILcdAssoc
,Serializable
This class provides an implementation of
ILcdAssoc
.- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionCreates a new empty TLcdAssoc, with key and value both equal to null.Creates a newTLcdAssoc
that has the same key/value pair as the the given ILcdAssoc.Creates a newTLcdAssoc
with the given key/value pair. -
Method Summary
-
Field Details
-
key
-
value
-
-
Constructor Details
-
TLcdAssoc
public TLcdAssoc()Creates a new empty TLcdAssoc, with key and value both equal to null. -
TLcdAssoc
Creates a newTLcdAssoc
that has the same key/value pair as the the given ILcdAssoc.- Parameters:
aAssoc
- the ILcdAssoc to be copied.
-
TLcdAssoc
Creates a newTLcdAssoc
with the given key/value pair.- Parameters:
aKey
- the key.aValue
- the corresponding value.
-
-
Method Details
-
getKey
-
setKey
Description copied from interface:ILcdAssoc
Sets the key of this association. -
getValue
-
setValue
Description copied from interface:ILcdAssoc
Sets the value of this association. -
cloneAsILcdAssoc
- Specified by:
cloneAsILcdAssoc
in interfaceILcdAssoc
- Returns:
- a clone of this
ILcdAssoc
.
-
toString
-