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
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new empty TLcdAssoc, with key and value both equal to null.Creates a newTLcdAssocthat has the same key/value pair as the the given ILcdAssoc.Creates a newTLcdAssocwith 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 newTLcdAssocthat has the same key/value pair as the the given ILcdAssoc.- Parameters:
aAssoc- the ILcdAssoc to be copied.
-
TLcdAssoc
Creates a newTLcdAssocwith the given key/value pair.- Parameters:
aKey- the key.aValue- the corresponding value.
-
-
Method Details
-
getKey
-
setKey
Description copied from interface:ILcdAssocSets the key of this association. -
getValue
-
setValue
Description copied from interface:ILcdAssocSets the value of this association. -
cloneAsILcdAssoc
- Specified by:
cloneAsILcdAssocin interfaceILcdAssoc- Returns:
- a clone of this
ILcdAssoc.
-
toString
-