Uses of Enum Class
io.nosqlbench.virtdata.core.bindings.ArgsComparator.MATCHRANK
Packages that use ArgsComparator.MATCHRANK
-
Uses of ArgsComparator.MATCHRANK in io.nosqlbench.virtdata.core.bindings
Subclasses with type arguments of type ArgsComparator.MATCHRANK in io.nosqlbench.virtdata.core.bindingsMethods in io.nosqlbench.virtdata.core.bindings that return ArgsComparator.MATCHRANKModifier and TypeMethodDescriptionArgsComparator.matchRank(Constructor<?> ctor, Object[] arguments) Establish a priority value (lower is better) based on how well the arguments match to the given constructor's parameters.static ArgsComparator.MATCHRANKReturns the enum constant of this class with the specified name.static ArgsComparator.MATCHRANK[]ArgsComparator.MATCHRANK.values()Returns an array containing the constants of this enum class, in the order they are declared.