|
XNIO API 3.0.7.GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xnio.Option.SetBuilder
public static class Option.SetBuilder
A builder for an immutable option set.
| Method Summary | |
|---|---|
Option.SetBuilder |
add(Option<?> option)
Add an option to this set. |
Option.SetBuilder |
addAll(Collection<Option<?>> options)
Add all options from a collection to this set. |
Set<Option<?>> |
create()
Create the immutable option set instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Option.SetBuilder add(Option<?> option)
option - the option to add
public Option.SetBuilder addAll(Collection<Option<?>> options)
options - the options to add
public Set<Option<?>> create()
|
XNIO API 3.0.7.GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||