Uses of Class
pl.poznan.put.structure.formats.ImmutableExtendedEntry
Packages that use ImmutableExtendedEntry
-
Uses of ImmutableExtendedEntry in pl.poznan.put.structure.formats
Methods in pl.poznan.put.structure.formats that return ImmutableExtendedEntryModifier and TypeMethodDescriptionImmutableExtendedEntry.Builder.build()Builds a newImmutableExtendedEntry.static ImmutableExtendedEntryImmutableExtendedEntry.copyOf(Ct.ExtendedEntry instance) Creates an immutable copy of aCt.ExtendedEntryvalue.static ImmutableExtendedEntryImmutableExtendedEntry.of(int index, char seq, int before, int after, int pair, int original) Construct a new immutableExtendedEntryinstance.final ImmutableExtendedEntryImmutableExtendedEntry.withAfter(int value) Copy the current immutable object by setting a value for theafterattribute.final ImmutableExtendedEntryImmutableExtendedEntry.withBefore(int value) Copy the current immutable object by setting a value for thebeforeattribute.final ImmutableExtendedEntryImmutableExtendedEntry.withComment(String value) Copy the current immutable object by setting a value for thecommentattribute.final ImmutableExtendedEntryImmutableExtendedEntry.withIndex(int value) Copy the current immutable object by setting a value for theindexattribute.final ImmutableExtendedEntryImmutableExtendedEntry.withOriginal(int value) Copy the current immutable object by setting a value for theoriginalattribute.final ImmutableExtendedEntryImmutableExtendedEntry.withPair(int value) Copy the current immutable object by setting a value for thepairattribute.final ImmutableExtendedEntryImmutableExtendedEntry.withSeq(char value) Copy the current immutable object by setting a value for theseqattribute.