JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Class
org.anchoranalysis.bean.shared.StringMapItem
Packages that use
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
void
StringMap.
setList
(
List
<
StringMapItem
> list)
A list of mappings between a single-items in the respective sets.