| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableLoop<V,E>
Immutable implementation of
Loop. |
| Modifier and Type | Method and Description |
|---|---|
Set<Loop<V,E>> |
ImmutableVerticesAndEdges.loops() |
default Set<Loop<V,E>> |
VerticesAndEdges.loops() |
static <V,E> List<? extends Loop<V,E>> |
Graphs.loopsOf(org.jgrapht.graph.DefaultDirectedGraph<V,E> src) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableVerticesAndEdges.Builder<V,E> |
ImmutableVerticesAndEdges.Builder.addLoops(Loop<V,E>... elements)
Adds elements to
loops set. |
ImmutableVerticesAndEdges.Builder<V,E> |
ImmutableVerticesAndEdges.Builder.addLoops(Loop<V,E> element)
Adds one element to
loops set. |
static <V,E> ImmutableLoop<V,E> |
ImmutableLoop.copyOf(Loop<V,E> instance)
Creates an immutable copy of a
Loop value. |
ImmutableLoop.Builder<V,E> |
ImmutableLoop.Builder.from(Loop<V,E> instance)
Fill a builder with attribute values from the provided
Loop instance. |
ImmutableVerticesAndEdges<V,E> |
ImmutableVerticesAndEdges.withLoops(Loop<V,E>... elements)
Copy the current immutable object with elements that replace the content of
loops. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableVerticesAndEdges.Builder<V,E> |
ImmutableVerticesAndEdges.Builder.addAllLoops(Iterable<? extends Loop<V,E>> elements)
Adds elements to
loops set. |
ImmutableVerticesAndEdges.Builder<V,E> |
ImmutableVerticesAndEdges.Builder.loops(Iterable<? extends Loop<V,E>> elements)
Sets or replaces all elements for
loops set. |
ImmutableVerticesAndEdges<V,E> |
ImmutableVerticesAndEdges.withLoops(Iterable<? extends Loop<V,E>> elements)
Copy the current immutable object with elements that replace the content of
loops. |
Copyright © 2022. All rights reserved.