Uses of Class
org.miaixz.bus.core.lang.selector.WeightRandomSelector
Packages that use WeightRandomSelector
-
Uses of WeightRandomSelector in org.miaixz.bus.core.lang.selector
Methods in org.miaixz.bus.core.lang.selector that return WeightRandomSelectorModifier and TypeMethodDescriptionWeightRandomSelector.add(WeightObject<T> weightObj) 增加对象权重增加对象WeightRandomSelector.clear()清空权重表static <T> WeightRandomSelector<T> WeightRandomSelector.of()创建权重随机获取器 -
Uses of WeightRandomSelector in org.miaixz.bus.core.xyz
Methods in org.miaixz.bus.core.xyz that return WeightRandomSelectorModifier and TypeMethodDescriptionstatic <T> WeightRandomSelector<T> RandomKit.weightRandom(Iterable<WeightObject<T>> weightObjs) 带有权重的随机生成器static <T> WeightRandomSelector<T> RandomKit.weightRandom(WeightObject<T>[] weightObjs) 带有权重的随机生成器