default <T,WeightsT extends Weights<E,T>> WeightsT |
Graph.addEdgesWeights(String key,
Class<? super T> type) |
Add a new weights container associated with the edges of this graph.
|
<T,WeightsT extends Weights<E,T>> WeightsT |
Graph.addEdgesWeights(String key,
Class<? super T> type,
T defVal) |
Add a new weights container associated with the edges of this graph with default value.
|
default <T,WeightsT extends Weights<E,T>> WeightsT |
GraphBuilder.addEdgesWeights(String key,
Class<? super T> type) |
Add a new weights container associated with the edges of the built graph.
|
<T,WeightsT extends Weights<E,T>> WeightsT |
GraphBuilder.addEdgesWeights(String key,
Class<? super T> type,
T defVal) |
Add a new weights container associated with the edges of the built graph with default value.
|
default <T,WeightsT extends Weights<Integer,T>> WeightsT |
IndexGraph.addEdgesWeights(String key,
Class<? super T> type) |
Add a new weights container associated with the edges of this graph.
|
<T,WeightsT extends Weights<Integer,T>> WeightsT |
IndexGraph.addEdgesWeights(String key,
Class<? super T> type,
T defVal) |
Add a new weights container associated with the edges of this graph with default value.
|
default <T,WeightsT extends Weights<V,T>> WeightsT |
Graph.addVerticesWeights(String key,
Class<? super T> type) |
Add a new weights container associated with the vertices of this graph.
|
<T,WeightsT extends Weights<V,T>> WeightsT |
Graph.addVerticesWeights(String key,
Class<? super T> type,
T defVal) |
Add a new weights container associated with the vertices of this graph with default value.
|
default <T,WeightsT extends Weights<V,T>> WeightsT |
GraphBuilder.addVerticesWeights(String key,
Class<? super T> type) |
Add a new weights container associated with the vertices of the built graph.
|
<T,WeightsT extends Weights<V,T>> WeightsT |
GraphBuilder.addVerticesWeights(String key,
Class<? super T> type,
T defVal) |
Add a new weights container associated with the vertices of built graph with default value.
|
default <T,WeightsT extends Weights<Integer,T>> WeightsT |
IndexGraph.addVerticesWeights(String key,
Class<? super T> type) |
Add a new weights container associated with the vertices of this graph.
|
<T,WeightsT extends Weights<Integer,T>> WeightsT |
IndexGraph.addVerticesWeights(String key,
Class<? super T> type,
T defVal) |
Add a new weights container associated with the vertices of this graph with default value.
|
static <E,T,WeightsT extends Weights<E,T>> WeightsT |
Weights.createExternalEdgesWeights(Graph<?,E> g,
Class<? super T> type) |
Create an external edge weights container.
|
static <E,T,WeightsT extends Weights<E,T>> WeightsT |
Weights.createExternalEdgesWeights(Graph<?,E> g,
Class<? super T> type,
T defVal) |
Create an external edge weights container with default values.
|
static <V,T,WeightsT extends Weights<V,T>> WeightsT |
Weights.createExternalVerticesWeights(Graph<V,?> g,
Class<? super T> type) |
Create an external vertex weights container.
|
static <V,T,WeightsT extends Weights<V,T>> WeightsT |
Weights.createExternalVerticesWeights(Graph<V,?> g,
Class<? super T> type,
T defVal) |
Create an external vertex weights container with default values.
|
<T,WeightsT extends Weights<E,T>> WeightsT |
Graph.edgesWeights(String key) |
Get the edges weights of some key.
|
<T,WeightsT extends Weights<E,T>> WeightsT |
GraphBuilder.edgesWeights(String key) |
Get the edges weights of some key.
|
<T,WeightsT extends Weights<Integer,T>> WeightsT |
IntGraph.edgesWeights(String key) |
Get the edges weights of some key.
|
<T,WeightsT extends Weights<Integer,T>> WeightsT |
IntGraphBuilder.edgesWeights(String key) |
Get the edges weights of some key.
|
<T,WeightsT extends Weights<V,T>> WeightsT |
Graph.verticesWeights(String key) |
Get the vertices weights of some key.
|
<T,WeightsT extends Weights<V,T>> WeightsT |
GraphBuilder.verticesWeights(String key) |
Get the vertices weights of some key.
|
<T,WeightsT extends Weights<Integer,T>> WeightsT |
IntGraph.verticesWeights(String key) |
Get the vertices weights of some key.
|
<T,WeightsT extends Weights<Integer,T>> WeightsT |
IntGraphBuilder.verticesWeights(String key) |
Get the vertices weights of some key.
|