| Package | Description |
|---|---|
| de.flapdoodle.eval.core.tree |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableVariable
Immutable implementation of
Variable. |
| Modifier and Type | Method and Description |
|---|---|
static Variable |
Variable.of(String name,
int hash,
int position) |
| Modifier and Type | Method and Description |
|---|---|
List<Variable> |
ImmutableVariables.list() |
abstract List<Variable> |
Variables.list() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableVariables.Builder |
ImmutableVariables.Builder.addList(Variable... elements)
Adds elements to
list list. |
ImmutableVariables.Builder |
ImmutableVariables.Builder.addList(Variable element)
Adds one element to
list list. |
static ImmutableVariable |
ImmutableVariable.copyOf(Variable instance)
Creates an immutable copy of a
Variable value. |
ImmutableVariable.Builder |
ImmutableVariable.Builder.from(Variable instance)
Fill a builder with attribute values from the provided
Variable instance. |
ImmutableVariables |
ImmutableVariables.withList(Variable... elements)
Copy the current immutable object with elements that replace the content of
list. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableVariables.Builder |
ImmutableVariables.Builder.addAllList(Iterable<? extends Variable> elements)
Adds elements to
list list. |
ImmutableVariables.Builder |
ImmutableVariables.Builder.list(Iterable<? extends Variable> elements)
Sets or replaces all elements for
list list. |
ImmutableVariables |
ImmutableVariables.withList(Iterable<? extends Variable> elements)
Copy the current immutable object with elements that replace the content of
list. |
Copyright © 2024. All rights reserved.