public interface IPropertyCollection
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears the map.
|
Object |
get(String string)
Gets the value for a string
|
Map<String,Object> |
getAll()
Gets the map of all associations.
|
void |
set(String string,
Object object)
Sets a string/value association.
|
void |
setAll(Map<String,Object> map)
Sets the map of all associations.
|
Copyright © 2015–2022 SciJava. All rights reserved.