| Package | Description |
|---|---|
| de.vandermeer.skb.categories.options |
Categories and implementations of options.
|
| Modifier and Type | Method and Description |
|---|---|
OptionList |
OptionList.addOption(Collection<Option<?>> options)
Adds options from a collection to the list (all non-null options)
|
OptionList |
OptionList.addOption(Option<?> option)
Adds an option to the list
|
OptionList |
OptionList.addOption(Option<?>[] options)
Adds options from an array to the list (all non-null options)
|
OptionList |
HasOptions.getOptions()
Returns an option list.
|
Copyright © 2010–2015. All rights reserved.