| Modifier and Type | Method and Description |
|---|---|
ImmutableEdge<V,E> |
ImmutableEdge.Builder.build()
Builds a new
ImmutableEdge. |
static <V,E> ImmutableEdge<V,E> |
ImmutableEdge.copyOf(Edge<V,E> instance)
Creates an immutable copy of a
Edge value. |
static <V,E> ImmutableEdge<V,E> |
ImmutableEdge.of(V start,
V end,
E edge)
Construct a new immutable
Edge instance. |
ImmutableEdge<V,E> |
ImmutableEdge.withEdge(E value)
Copy the current immutable object by setting a value for the
edge attribute. |
ImmutableEdge<V,E> |
ImmutableEdge.withEnd(V value)
Copy the current immutable object by setting a value for the
end attribute. |
ImmutableEdge<V,E> |
ImmutableEdge.withStart(V value)
Copy the current immutable object by setting a value for the
start attribute. |
Copyright © 2019. All rights reserved.