Uses of Interface
com.jgalgo.WeightFunction.Int
-
-
Uses of WeightFunction.Int in com.jgalgo
Subinterfaces of WeightFunction.Int in com.jgalgo Modifier and Type Interface Description static interface
Weights.Byte
Specific weights of primitive typebyte
.static interface
Weights.Int
Specific weights of primitive typeint
.static interface
Weights.Short
Specific weights of primitive typeshort
.Fields in com.jgalgo declared as WeightFunction.Int Modifier and Type Field Description static WeightFunction.Int
WeightFunction. CardinalityWeightFunction
A weight function that assign a weight of1
to any element.
-