ImmutableDefaultStrand |
ImmutableDefaultStrand.Builder.build() |
|
static ImmutableDefaultStrand |
ImmutableDefaultStrand.copyOf(DefaultStrand instance) |
|
static ImmutableDefaultStrand |
ImmutableDefaultStrand.of(String name,
Iterable<? extends DotBracketSymbol> symbols) |
Construct a new immutable DefaultStrand instance.
|
static ImmutableDefaultStrand |
ImmutableDefaultStrand.of(String name,
List<DotBracketSymbol> symbols) |
Construct a new immutable DefaultStrand instance.
|
ImmutableDefaultStrand |
ImmutableDefaultStrand.withCombineStrands(Iterable<? extends DotBracket> elements) |
Copy the current immutable object with elements that replace the content of combineStrands.
|
ImmutableDefaultStrand |
ImmutableDefaultStrand.withCombineStrands(DotBracket... elements) |
Copy the current immutable object with elements that replace the content of combineStrands.
|
ImmutableDefaultStrand |
ImmutableDefaultStrand.withName(String value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableDefaultStrand |
ImmutableDefaultStrand.withSymbols(Iterable<? extends DotBracketSymbol> elements) |
Copy the current immutable object with elements that replace the content of symbols.
|
ImmutableDefaultStrand |
ImmutableDefaultStrand.withSymbols(DotBracketSymbol... elements) |
Copy the current immutable object with elements that replace the content of symbols.
|