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