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