| Modifier and Type | Method and Description |
|---|---|
ImmutableEnd |
ImmutableEnd.Builder.build()
Builds a new
ImmutableEnd. |
static ImmutableEnd |
ImmutableEnd.copyOf(End instance)
Creates an immutable copy of a
End value. |
static ImmutableEnd |
ImmutableEnd.of(Line line)
Construct a new immutable
End instance. |
static ImmutableEnd |
End.of(Line line) |
ImmutableEnd |
ImmutableEnd.withLine(Line value)
Copy the current immutable object by setting a value for the
line attribute. |
Copyright © 2022. All rights reserved.