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