Uses of Class
pl.poznan.put.structure.formats.ImmutableBpSeq
-
Packages that use ImmutableBpSeq Package Description pl.poznan.put.structure.formats -
-
Uses of ImmutableBpSeq in pl.poznan.put.structure.formats
Methods in pl.poznan.put.structure.formats that return ImmutableBpSeq Modifier and Type Method Description ImmutableBpSeqImmutableBpSeq.Builder. build()Builds a newImmutableBpSeq.static ImmutableBpSeqImmutableBpSeq. copyOf(BpSeq instance)Creates an immutable copy of aBpSeqvalue.static ImmutableBpSeqImmutableBpSeq. of(Iterable<? extends BpSeq.Entry> entries)Construct a new immutableBpSeqinstance.static ImmutableBpSeqImmutableBpSeq. of(SortedSet<BpSeq.Entry> entries)Construct a new immutableBpSeqinstance.ImmutableBpSeqImmutableBpSeq. withEntries(Iterable<? extends BpSeq.Entry> elements)Copy the current immutable object with elements that replace the content ofentries.ImmutableBpSeqImmutableBpSeq. withEntries(BpSeq.Entry... elements)Copy the current immutable object with elements that replace the content ofentries.
-