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 TypeClassDescriptionclassAn implementation ofOptionsMapthat 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 OptionsMapOptionsMap.create()This is based onOptionsMapWrapper.static OptionsMapThis is based onOptionsMapWrapper.static OptionsMapOptionsMap.from(Properties base) This is based onOptionsMapWrapperstatic OptionsMapA little helper, which turns a row (typically from a table) into a dictionary, where the keys are the column headers.static OptionsMapOptionsMap.unmodifiableOptionsMap(Map<String, Object> base) This is simply the chaining offrom(Map)andCollections.unmodifiableMap(Map), ie, returns a read-only options map.static OptionsMapOptionsMap.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 OptionsMapConfigBootstrapWebListener.getBootstrapParameters()