Uses of Class
pl.poznan.put.structure.formats.ImmutableBpSeq
Packages that use ImmutableBpSeq
- 
Uses of ImmutableBpSeq in pl.poznan.put.structure.formatsMethods in pl.poznan.put.structure.formats that return ImmutableBpSeqModifier and TypeMethodDescriptionImmutableBpSeq.Builder.build()Builds a newImmutableBpSeq.static ImmutableBpSeqCreates 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.final ImmutableBpSeqImmutableBpSeq.withEntries(Iterable<? extends BpSeq.Entry> elements) Copy the current immutable object with elements that replace the content ofentries.final ImmutableBpSeqImmutableBpSeq.withEntries(BpSeq.Entry... elements) Copy the current immutable object with elements that replace the content ofentries.