ImmutableExtendedEntry |
ImmutableExtendedEntry.Builder.build() |
|
static ImmutableExtendedEntry |
ImmutableExtendedEntry.copyOf(Ct.ExtendedEntry instance) |
|
static ImmutableExtendedEntry |
ImmutableExtendedEntry.of(int index,
char seq,
int before,
int after,
int pair,
int original) |
Construct a new immutable ExtendedEntry instance.
|
ImmutableExtendedEntry |
ImmutableExtendedEntry.withAfter(int value) |
Copy the current immutable object by setting a value for the after attribute.
|
ImmutableExtendedEntry |
ImmutableExtendedEntry.withBefore(int value) |
Copy the current immutable object by setting a value for the before attribute.
|
ImmutableExtendedEntry |
ImmutableExtendedEntry.withComment(String value) |
Copy the current immutable object by setting a value for the comment attribute.
|
ImmutableExtendedEntry |
ImmutableExtendedEntry.withIndex(int value) |
Copy the current immutable object by setting a value for the index attribute.
|
ImmutableExtendedEntry |
ImmutableExtendedEntry.withOriginal(int value) |
Copy the current immutable object by setting a value for the original attribute.
|
ImmutableExtendedEntry |
ImmutableExtendedEntry.withPair(int value) |
Copy the current immutable object by setting a value for the pair attribute.
|
ImmutableExtendedEntry |
ImmutableExtendedEntry.withSeq(char value) |
Copy the current immutable object by setting a value for the seq attribute.
|