Uses of Interface
uk.ac.ebi.utils.collections.OptionsMap
-
Uses of OptionsMap in uk.ac.ebi.utils.collections
Modifier and TypeClassDescriptionclass
An implementation ofOptionsMap
that is simply based on the delegator pattern and forwards all its operations to an underliningMap
.Modifier 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
Modifier and TypeMethodDescriptionstatic OptionsMap
ConfigBootstrapWebListener.getBootstrapParameters()