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