| Modifier and Type | Method and Description |
|---|---|
InputGroup<P> |
InputGroup.InputGroupBuilder.build()
Builds an
InputGroup out of the InputParts currently contained by this InputGroup.InputGroupBuilder. |
InputGroup<P> |
InputGroup.InputGroupBuilder.build(boolean matchesAny)
Builds an
InputGroup out of the InputParts currently contained by this
InputGroup.InputGroupBuilder. |
InputGroup<P> |
InputGroup.InputGroupBuilder.build(boolean matchesAny,
String spliterator)
Builds an
InputGroup out of the InputParts currently contained by this
InputGroup.InputGroupBuilder. |
InputGroup<P> |
InputGroup.InputGroupBuilder.build(String spliterator)
Builds an
InputGroup out of the InputParts currently contained by this
InputGroup.InputGroupBuilder. |
| Modifier and Type | Method and Description |
|---|---|
InputAnalyzer.InputAnalyzerBuilder<G,P> |
InputAnalyzer.InputAnalyzerBuilder.andGroup(G identifier,
InputGroup<P> group)
Adds the given
InputGroup identified by the given identifier to the
InputAnalyzer to build. |
static <G extends Enum<G>,P extends Enum<P> & InputPart> |
InputAnalyzer.forGroup(G identifier,
InputGroup<P> group)
Begins a new
InputAnalyzer.InputAnalyzerBuilder. |
Copyright © 2020. All rights reserved.