| Modifier and Type | Method and Description |
|---|---|
ImmutableLoop<V,E> |
ImmutableLoop.Builder.build()
Builds a new
ImmutableLoop. |
static <V,E> ImmutableLoop<V,E> |
ImmutableLoop.copyOf(Loop<V,E> instance)
Creates an immutable copy of a
Loop value. |
ImmutableLoop<V,E> |
ImmutableLoop.withEdges(Edge<V,E>... elements)
Copy the current immutable object with elements that replace the content of
edges. |
ImmutableLoop<V,E> |
ImmutableLoop.withEdges(Iterable<? extends Edge<V,E>> elements)
Copy the current immutable object with elements that replace the content of
edges. |
Copyright © 2022. All rights reserved.