Uses of Class
pl.poznan.put.structure.formats.ImmutableEntry
-
Packages that use ImmutableEntry Package Description pl.poznan.put.structure.formats -
-
Uses of ImmutableEntry in pl.poznan.put.structure.formats
Methods in pl.poznan.put.structure.formats that return ImmutableEntry Modifier and Type Method Description ImmutableEntryImmutableEntry.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.ImmutableEntryImmutableEntry. withComment(String value)Copy the current immutable object by setting a value for thecommentattribute.ImmutableEntryImmutableEntry. withIndex(int value)Copy the current immutable object by setting a value for theindexattribute.ImmutableEntryImmutableEntry. withPair(int value)Copy the current immutable object by setting a value for thepairattribute.ImmutableEntryImmutableEntry. withSeq(char value)Copy the current immutable object by setting a value for theseqattribute.
-