| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableVerticesAndEdges<V,E>
Immutable implementation of
VerticesAndEdges. |
| Modifier and Type | Method and Description |
|---|---|
static <V,E> Collection<VerticesAndEdges<V,E>> |
Graphs.leavesOf(org.jgrapht.graph.DefaultDirectedGraph<V,E> src) |
static <V,E> Collection<VerticesAndEdges<V,E>> |
Graphs.rootsOf(org.jgrapht.graph.DefaultDirectedGraph<V,E> src) |
| Modifier and Type | Method and Description |
|---|---|
static <V,E> ImmutableVerticesAndEdges<V,E> |
ImmutableVerticesAndEdges.copyOf(VerticesAndEdges<V,E> instance)
Creates an immutable copy of a
VerticesAndEdges value. |
ImmutableVerticesAndEdges.Builder<V,E> |
ImmutableVerticesAndEdges.Builder.from(VerticesAndEdges<V,E> instance)
Fill a builder with attribute values from the provided
VerticesAndEdges instance. |
Copyright © 2023. All rights reserved.