Uses of Class
pl.poznan.put.structure.formats.ImmutableBpSeq
Packages that use ImmutableBpSeq
-
Uses of ImmutableBpSeq in pl.poznan.put.structure.formats
Methods in pl.poznan.put.structure.formats that return ImmutableBpSeqModifier and TypeMethodDescriptionImmutableBpSeq.Builder.build()
Builds a newImmutableBpSeq
.static ImmutableBpSeq
Creates an immutable copy of aBpSeq
value.static ImmutableBpSeq
ImmutableBpSeq.of
(Iterable<? extends BpSeq.Entry> entries) Construct a new immutableBpSeq
instance.static ImmutableBpSeq
ImmutableBpSeq.of
(SortedSet<BpSeq.Entry> entries) Construct a new immutableBpSeq
instance.final ImmutableBpSeq
ImmutableBpSeq.withEntries
(Iterable<? extends BpSeq.Entry> elements) Copy the current immutable object with elements that replace the content ofentries
.final ImmutableBpSeq
ImmutableBpSeq.withEntries
(BpSeq.Entry... elements) Copy the current immutable object with elements that replace the content ofentries
.