Uses of Interface
uk.ac.ebi.utils.collections.OptionsMap
Packages that use OptionsMap
-
Uses of OptionsMap in uk.ac.ebi.utils.collections
Classes in uk.ac.ebi.utils.collections that implement OptionsMapModifier and TypeClassDescriptionclass
An implementation ofOptionsMap
that is simply based on the delegator pattern and forwards all its operations to an underliningMap
.Methods in uk.ac.ebi.utils.collections that return OptionsMapModifier and TypeMethodDescriptionstatic OptionsMap
OptionsMap.create()
This is based onOptionsMapWrapper
.static OptionsMap
This is based onOptionsMapWrapper
.static OptionsMap
OptionsMap.from
(Properties base) This is based onOptionsMapWrapper
static OptionsMap
A little helper, which turns a row (typically from a table) into a dictionary, where the keys are the column headers.static OptionsMap
OptionsMap.unmodifiableOptionsMap
(Map<String, Object> base) This is simply the chaining offrom(Map)
andCollections.unmodifiableMap(Map)
, ie, returns a read-only options map.static OptionsMap
OptionsMap.unmodifiableOptionsMap
(Properties base) -
Uses of OptionsMap in uk.ac.ebi.utils.opt.net
Methods in uk.ac.ebi.utils.opt.net that return OptionsMapModifier and TypeMethodDescriptionstatic OptionsMap
ConfigBootstrapWebListener.getBootstrapParameters()