|
XNIO API 2.0.2.GA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OptionMap.Builder | |
|---|---|
| org.jboss.xnio | The main API package for XNIO. |
| Uses of OptionMap.Builder in org.jboss.xnio |
|---|
| Methods in org.jboss.xnio that return OptionMap.Builder | ||
|---|---|---|
OptionMap.Builder |
OptionMap.Builder.add(java.util.Map<?,?> map)
Add all the entries of a map. |
|
OptionMap.Builder |
OptionMap.Builder.addAll(OptionMap optionMap)
Add all entries from an existing option map to the one being built. |
|
static OptionMap.Builder |
OptionMap.builder()
Create a new builder. |
|
OptionMap.Builder |
OptionMap.Builder.set(Option<java.lang.Boolean> key,
boolean value)
Set a boolean value for a Boolean key. |
|
OptionMap.Builder |
OptionMap.Builder.set(Option<java.lang.Integer> key,
int value)
Set an int value for an Integer key. |
|
OptionMap.Builder |
OptionMap.Builder.set(Option<java.lang.Long> key,
long value)
Set a long value for a Long key. |
|
|
OptionMap.Builder.set(Option<T> key,
T value)
Set a key-value pair. |
|
OptionMap.Builder |
OptionMap.Builder.setSequence(Option<Sequence<java.lang.Boolean>> key,
boolean... values)
Set boolean values for an Boolean sequence key. |
|
OptionMap.Builder |
OptionMap.Builder.setSequence(Option<Sequence<java.lang.Integer>> key,
int... values)
Set int values for an Integer sequence key. |
|
OptionMap.Builder |
OptionMap.Builder.setSequence(Option<Sequence<java.lang.Long>> key,
long... values)
Set long values for a Long sequence key. |
|
|
OptionMap.Builder.setSequence(Option<Sequence<T>> key,
T... values)
Set a key-value pair, where the value is a sequence type. |
|
|
XNIO API 2.0.2.GA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||