Uses of Class
org.anchoranalysis.bean.shared.StringMapItem
| Package | Description |
|---|---|
| org.anchoranalysis.bean.shared |
Utility beans which have a generally broader use than a specific module.
|
-
Uses of StringMapItem in org.anchoranalysis.bean.shared
Methods in org.anchoranalysis.bean.shared that return types with arguments of type StringMapItem Modifier and Type Method Description List<StringMapItem>StringMap. getList()A list of mappings between a single-items in the respective sets.Method parameters in org.anchoranalysis.bean.shared with type arguments of type StringMapItem Modifier and Type Method Description voidStringMap. setList(List<StringMapItem> list)A list of mappings between a single-items in the respective sets.