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 ImmutableExtendedEntry
ImmutableExtendedEntry.copyOf
(Ct.ExtendedEntry instance) Creates an immutable copy of aCt.ExtendedEntry
value.static ImmutableExtendedEntry
ImmutableExtendedEntry.of
(int index, char seq, int before, int after, int pair, int original) Construct a new immutableExtendedEntry
instance.final ImmutableExtendedEntry
ImmutableExtendedEntry.withAfter
(int value) Copy the current immutable object by setting a value for theafter
attribute.final ImmutableExtendedEntry
ImmutableExtendedEntry.withBefore
(int value) Copy the current immutable object by setting a value for thebefore
attribute.final ImmutableExtendedEntry
ImmutableExtendedEntry.withComment
(String value) Copy the current immutable object by setting a value for thecomment
attribute.final ImmutableExtendedEntry
ImmutableExtendedEntry.withIndex
(int value) Copy the current immutable object by setting a value for theindex
attribute.final ImmutableExtendedEntry
ImmutableExtendedEntry.withOriginal
(int value) Copy the current immutable object by setting a value for theoriginal
attribute.final ImmutableExtendedEntry
ImmutableExtendedEntry.withPair
(int value) Copy the current immutable object by setting a value for thepair
attribute.final ImmutableExtendedEntry
ImmutableExtendedEntry.withSeq
(char value) Copy the current immutable object by setting a value for theseq
attribute.