| Modifier and Type | Method and Description |
|---|---|
static <V,E> ImmutableEdge.Builder<V,E> |
ImmutableEdge.builder()
Creates a builder for
ImmutableEdge. |
ImmutableEdge.Builder<V,E> |
ImmutableEdge.Builder.edge(E edge)
Initializes the value for the
edge attribute. |
ImmutableEdge.Builder<V,E> |
ImmutableEdge.Builder.end(V end)
Initializes the value for the
end attribute. |
ImmutableEdge.Builder<V,E> |
ImmutableEdge.Builder.from(Edge<V,E> instance)
Fill a builder with attribute values from the provided
Edge instance. |
ImmutableEdge.Builder<V,E> |
ImmutableEdge.Builder.start(V start)
Initializes the value for the
start attribute. |
Copyright © 2022. All rights reserved.