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 ImmutableEntryImmutableEntry.copyOf(BpSeq.Entry instance) Creates an immutable copy of aBpSeq.Entryvalue.static ImmutableEntryImmutableEntry.of(int index, char seq, int pair) Construct a new immutableEntryinstance.final ImmutableEntryImmutableEntry.withComment(String value) Copy the current immutable object by setting a value for thecommentattribute.final ImmutableEntryImmutableEntry.withIndex(int value) Copy the current immutable object by setting a value for theindexattribute.final ImmutableEntryImmutableEntry.withPair(int value) Copy the current immutable object by setting a value for thepairattribute.final ImmutableEntryImmutableEntry.withSeq(char value) Copy the current immutable object by setting a value for theseqattribute.