| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableLine
Immutable implementation of
Line. |
| Modifier and Type | Method and Description |
|---|---|
Line |
ImmutableEnd.line() |
Line |
ImmutableStart.line() |
Line |
Start.line() |
Line |
HasLine.line() |
Line |
End.line() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableLine |
ImmutableLine.copyOf(Line instance)
Creates an immutable copy of a
Line value. |
ImmutableLine.Builder |
ImmutableLine.Builder.from(Line instance)
Fill a builder with attribute values from the provided
Line instance. |
ImmutableEnd.Builder |
ImmutableEnd.Builder.line(Line line)
Initializes the value for the
line attribute. |
ImmutableStart.Builder |
ImmutableStart.Builder.line(Line line)
Initializes the value for the
line attribute. |
static ImmutableEnd |
ImmutableEnd.of(Line line)
Construct a new immutable
End instance. |
static ImmutableStart |
ImmutableStart.of(Line line)
Construct a new immutable
Start instance. |
static ImmutableStart |
Start.of(Line line) |
static ImmutableEnd |
End.of(Line line) |
ImmutableEnd |
ImmutableEnd.withLine(Line value)
Copy the current immutable object by setting a value for the
line attribute. |
ImmutableStart |
ImmutableStart.withLine(Line value)
Copy the current immutable object by setting a value for the
line attribute. |
Copyright © 2017. All rights reserved.