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