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 ImmutableRegionCreates an immutable copy of aRegionvalue.static ImmutableRegionImmutableRegion.of(Iterable<? extends BpSeq.Entry> entries) Construct a new immutableRegioninstance.static ImmutableRegionImmutableRegion.of(List<BpSeq.Entry> entries) Construct a new immutableRegioninstance.final ImmutableRegionImmutableRegion.withBegin(int value) Copy the current immutable object by setting a value for thebeginattribute.final ImmutableRegionImmutableRegion.withEnd(int value) Copy the current immutable object by setting a value for theendattribute.final ImmutableRegionImmutableRegion.withEntries(Iterable<? extends BpSeq.Entry> elements) Copy the current immutable object with elements that replace the content ofentries.final ImmutableRegionImmutableRegion.withEntries(BpSeq.Entry... elements) Copy the current immutable object with elements that replace the content ofentries.final ImmutableRegionImmutableRegion.withIsRemoved(boolean value) Copy the current immutable object by setting a value for theisRemovedattribute.