Uses of Class
pl.poznan.put.structure.formats.BpSeq.Entry
Packages that use BpSeq.Entry
Package
Description
Package contains classes that handle pseudoknots in secondary structure.
-
Uses of BpSeq.Entry in pl.poznan.put.structure.formats
Subclasses of BpSeq.Entry in pl.poznan.put.structure.formatsMethods in pl.poznan.put.structure.formats that return BpSeq.EntryModifier and TypeMethodDescriptionstatic BpSeq.Entry
BpSeq.Entry.fromString
(String line) Parses a string into a BPSEQ entry.Methods in pl.poznan.put.structure.formats that return types with arguments of type BpSeq.EntryModifier and TypeMethodDescriptionabstract SortedSet<BpSeq.Entry>
BpSeq.entries()
ImmutableBpSeq.entries()
final SortedSet<BpSeq.Entry>
BpSeq.paired()
Methods in pl.poznan.put.structure.formats with parameters of type BpSeq.EntryModifier and TypeMethodDescriptionfinal ImmutableBpSeq.Builder
ImmutableBpSeq.Builder.addEntries
(BpSeq.Entry element) Adds one element toentries
sortedSet.final ImmutableBpSeq.Builder
ImmutableBpSeq.Builder.addEntries
(BpSeq.Entry... elements) Adds elements toentries
sortedSet.final int
BpSeq.Entry.compareTo
(BpSeq.Entry t) static ImmutableEntry
ImmutableEntry.copyOf
(BpSeq.Entry instance) Creates an immutable copy of aBpSeq.Entry
value.final ImmutableEntry.Builder
ImmutableEntry.Builder.from
(BpSeq.Entry instance) Fill a builder with attribute values from the providedEntry
instance.static Ct.ExtendedEntry
Ct.ExtendedEntry.fromEntry
(BpSeq.Entry entry) Converts a BPSEQ entry into an instance of this class.final ImmutableBpSeq
ImmutableBpSeq.withEntries
(BpSeq.Entry... elements) Copy the current immutable object with elements that replace the content ofentries
.final BpSeq
BpSeq.withoutPair
(BpSeq.Entry entry) Creates a copy of this instance, but with the given pair removed.Method parameters in pl.poznan.put.structure.formats with type arguments of type BpSeq.EntryModifier and TypeMethodDescriptionfinal ImmutableBpSeq.Builder
ImmutableBpSeq.Builder.addAllEntries
(Iterable<? extends BpSeq.Entry> elements) Adds elements toentries
sortedSet.final ImmutableBpSeq.Builder
ImmutableBpSeq.Builder.entries
(Iterable<? extends BpSeq.Entry> elements) Sets or replaces all elements forentries
sortedSet.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
. -
Uses of BpSeq.Entry in pl.poznan.put.structure.pseudoknots
Methods in pl.poznan.put.structure.pseudoknots that return types with arguments of type BpSeq.EntryModifier and TypeMethodDescriptionImmutableRegion.entries()
abstract List<BpSeq.Entry>
Region.entries()
Methods in pl.poznan.put.structure.pseudoknots with parameters of type BpSeq.EntryModifier and TypeMethodDescriptionfinal ImmutableRegion.Builder
ImmutableRegion.Builder.addEntries
(BpSeq.Entry element) Adds one element toentries
list.final ImmutableRegion.Builder
ImmutableRegion.Builder.addEntries
(BpSeq.Entry... elements) Adds elements toentries
list.final ImmutableRegion
ImmutableRegion.withEntries
(BpSeq.Entry... elements) Copy the current immutable object with elements that replace the content ofentries
.Method parameters in pl.poznan.put.structure.pseudoknots with type arguments of type BpSeq.EntryModifier and TypeMethodDescriptionfinal ImmutableRegion.Builder
ImmutableRegion.Builder.addAllEntries
(Iterable<? extends BpSeq.Entry> elements) Adds elements toentries
list.final ImmutableRegion.Builder
ImmutableRegion.Builder.entries
(Iterable<? extends BpSeq.Entry> elements) Sets or replaces all elements forentries
list.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.withEntries
(Iterable<? extends BpSeq.Entry> elements) Copy the current immutable object with elements that replace the content ofentries
.