| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableGraphAsDot<T>
Immutable implementation of
GraphAsDot. |
| Modifier and Type | Method and Description |
|---|---|
static <T> ImmutableGraphAsDot<T> |
ImmutableGraphAsDot.copyOf(GraphAsDot<T> instance)
Creates an immutable copy of a
GraphAsDot value. |
ImmutableGraphAsDot.Builder<T> |
ImmutableGraphAsDot.Builder.from(GraphAsDot<T> instance)
Fill a builder with attribute values from the provided
GraphAsDot instance. |
Copyright © 2023. All rights reserved.