ImmutableRegion |
ImmutableRegion.Builder.build() |
|
static ImmutableRegion |
ImmutableRegion.copyOf(Region instance) |
Creates an immutable copy of a Region value.
|
static ImmutableRegion |
ImmutableRegion.of(Iterable<? extends BpSeq.Entry> entries) |
Construct a new immutable Region instance.
|
static ImmutableRegion |
ImmutableRegion.of(List<BpSeq.Entry> entries) |
Construct a new immutable Region instance.
|
ImmutableRegion |
ImmutableRegion.withBegin(int value) |
Copy the current immutable object by setting a value for the begin attribute.
|
ImmutableRegion |
ImmutableRegion.withEnd(int value) |
Copy the current immutable object by setting a value for the end attribute.
|
ImmutableRegion |
ImmutableRegion.withEntries(Iterable<? extends BpSeq.Entry> elements) |
Copy the current immutable object with elements that replace the content of entries.
|
ImmutableRegion |
ImmutableRegion.withEntries(BpSeq.Entry... elements) |
Copy the current immutable object with elements that replace the content of entries.
|
ImmutableRegion |
ImmutableRegion.withIsRemoved(boolean value) |
Copy the current immutable object by setting a value for the isRemoved attribute.
|