Uses of Class
pl.poznan.put.structure.pseudoknots.ImmutableRegion
Packages that use ImmutableRegion
Package
Description
Package contains classes that handle pseudoknots in secondary structure.
-
Uses of ImmutableRegion in pl.poznan.put.structure.pseudoknots
Methods in pl.poznan.put.structure.pseudoknots that return ImmutableRegionModifier and TypeMethodDescriptionImmutableRegion.Builder.build()
Builds a newImmutableRegion
.static ImmutableRegion
Creates an immutable copy of aRegion
value.static ImmutableRegion
ImmutableRegion.of
(Iterable<? extends BpSeq.Entry> entries) Construct a new immutableRegion
instance.static ImmutableRegion
ImmutableRegion.of
(List<BpSeq.Entry> entries) Construct a new immutableRegion
instance.final ImmutableRegion
ImmutableRegion.withBegin
(int value) Copy the current immutable object by setting a value for thebegin
attribute.final ImmutableRegion
ImmutableRegion.withEnd
(int value) Copy the current immutable object by setting a value for theend
attribute.final ImmutableRegion
ImmutableRegion.withEntries
(Iterable<? extends BpSeq.Entry> elements) Copy the current immutable object with elements that replace the content ofentries
.final ImmutableRegion
ImmutableRegion.withEntries
(BpSeq.Entry... elements) Copy the current immutable object with elements that replace the content ofentries
.final ImmutableRegion
ImmutableRegion.withIsRemoved
(boolean value) Copy the current immutable object by setting a value for theisRemoved
attribute.