Uses of Interface
com.jgalgo.graph.Weights.Short
-
Packages that use Weights.Short Package Description com.jgalgo.graph -
-
Uses of Weights.Short in com.jgalgo.graph
Methods in com.jgalgo.graph that return Weights.Short Modifier and Type Method Description static Weights.Short
IndexIdMaps. idToIndexWeights(Weights.Short 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.Short Modifier and Type Method Description static Weights.Short
IndexIdMaps. idToIndexWeights(Weights.Short 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.
-