Uses of Interface
com.jgalgo.graph.Weights.Char
-
Packages that use Weights.Char Package Description com.jgalgo.graph -
-
Uses of Weights.Char in com.jgalgo.graph
Methods in com.jgalgo.graph that return Weights.Char Modifier and Type Method Description static Weights.Char
IndexIdMaps. idToIndexWeights(Weights.Char weights, IndexIdMap map)
Create a weights view that is accessed by the elements indices, given a weights container that is accessed by the elements IDs.Methods in com.jgalgo.graph with parameters of type Weights.Char Modifier and Type Method Description static Weights.Char
IndexIdMaps. idToIndexWeights(Weights.Char weights, IndexIdMap map)
Create a weights view that is accessed by the elements indices, given a weights container that is accessed by the elements IDs.
-