ImmutableTerminalMissing |
ImmutableTerminalMissing.Builder.build() |
|
static ImmutableTerminalMissing |
ImmutableTerminalMissing.copyOf(TerminalMissing instance) |
|
static ImmutableTerminalMissing |
ImmutableTerminalMissing.of(Iterable<? extends DotBracketSymbol> symbols) |
Construct a new immutable TerminalMissing instance.
|
static ImmutableTerminalMissing |
ImmutableTerminalMissing.of(List<DotBracketSymbol> symbols) |
Construct a new immutable TerminalMissing instance.
|
ImmutableTerminalMissing |
ImmutableTerminalMissing.withSymbols(Iterable<? extends DotBracketSymbol> elements) |
Copy the current immutable object with elements that replace the content of symbols.
|
ImmutableTerminalMissing |
ImmutableTerminalMissing.withSymbols(DotBracketSymbol... elements) |
Copy the current immutable object with elements that replace the content of symbols.
|