public class AugmentationsImpl extends Object implements Augmentations
| Constructor and Description |
|---|
AugmentationsImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Remove all objects from the Augmentations structure.
|
Object |
get(String key)
Get information identified by a key from the Augmentations structure
|
Set<String> |
keys()
Returns an enumeration of the keys in the Augmentations structure
|
Object |
put(String key,
Object item)
Add additional information identified by a key to the Augmentations structure.
|
Object |
remove(String key)
Remove additional info from the Augmentations structure
|
String |
toString() |
public Object put(String key, Object item)
put in interface Augmentationskey - Identifier, can't be nullitem - Additional informationnull if it did not have one.public Object get(String key)
get in interface Augmentationskey - Identifier, can't be nullnull if the key is not mapped to any value.public Object remove(String key)
remove in interface Augmentationskey - Identifier, can't be nullnull if it did not have one.public Set<String> keys()
keys in interface Augmentationspublic void clear()
clear in interface AugmentationsCopyright © 2023 Gargoyle Software Inc.. All rights reserved.