Uses of Class
pl.poznan.put.structure.formats.ImmutableEntry
Packages that use ImmutableEntry
-
Uses of ImmutableEntry in pl.poznan.put.structure.formats
Methods in pl.poznan.put.structure.formats that return ImmutableEntryModifier and TypeMethodDescriptionImmutableEntry.Builder.build()
Builds a newImmutableEntry
.static ImmutableEntry
ImmutableEntry.copyOf
(BpSeq.Entry instance) Creates an immutable copy of aBpSeq.Entry
value.static ImmutableEntry
ImmutableEntry.of
(int index, char seq, int pair) Construct a new immutableEntry
instance.final ImmutableEntry
ImmutableEntry.withComment
(String value) Copy the current immutable object by setting a value for thecomment
attribute.final ImmutableEntry
ImmutableEntry.withIndex
(int value) Copy the current immutable object by setting a value for theindex
attribute.final ImmutableEntry
ImmutableEntry.withPair
(int value) Copy the current immutable object by setting a value for thepair
attribute.final ImmutableEntry
ImmutableEntry.withSeq
(char value) Copy the current immutable object by setting a value for theseq
attribute.