JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
org.anchoranalysis.bean.shared
StringMapItem
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
Subclasses with type arguments of type
StringMapItem
in
org.anchoranalysis.bean.shared
Modifier and Type
Class
Description
class
StringMapItem
A bean with a pair of strings, representing a mapping from one string to the other.
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.