public interface EnvironmentOptionsList
A list of environment options.
| Modifier and Type | Method and Description |
|---|---|
static Collection<Apo_TypedE<?>> |
sortedList(Set<Apo_TypedE<?>> set)
Returns a sorted collection of environment options.
|
static TreeMap<String,Apo_TypedE<?>> |
sortedMap(Set<Apo_TypedE<?>> set)
Returns a mapping of comparison strings to typed environment options, a sorted map
|
static TreeMap<String,Apo_TypedE<?>> sortedMap(Set<Apo_TypedE<?>> set)
Returns a mapping of comparison strings to typed environment options, a sorted map
set - environment optionsstatic Collection<Apo_TypedE<?>> sortedList(Set<Apo_TypedE<?>> set)
Returns a sorted collection of environment options.
set - option set to sortCopyright © 2016–2017. All rights reserved.