ImmutableStrandView |
ImmutableStrandView.Builder.build() |
|
static ImmutableStrandView |
ImmutableStrandView.copyOf(StrandView instance) |
|
static ImmutableStrandView |
ImmutableStrandView.of(String name,
DotBracket parent,
int begin,
int end) |
Construct a new immutable StrandView instance.
|
ImmutableStrandView |
ImmutableStrandView.withBegin(int value) |
Copy the current immutable object by setting a value for the begin attribute.
|
ImmutableStrandView |
ImmutableStrandView.withCombineStrands(Iterable<? extends DotBracket> elements) |
Copy the current immutable object with elements that replace the content of combineStrands.
|
ImmutableStrandView |
ImmutableStrandView.withCombineStrands(DotBracket... elements) |
Copy the current immutable object with elements that replace the content of combineStrands.
|
ImmutableStrandView |
ImmutableStrandView.withEnd(int value) |
Copy the current immutable object by setting a value for the end attribute.
|
ImmutableStrandView |
ImmutableStrandView.withName(String value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableStrandView |
ImmutableStrandView.withParent(DotBracket value) |
Copy the current immutable object by setting a value for the parent attribute.
|