Uses of Class
org.miaixz.bus.core.lang.selector.WeightObject
Packages that use WeightObject
-
Uses of WeightObject in org.miaixz.bus.core.lang.selector
Subclasses of WeightObject in org.miaixz.bus.core.lang.selectorMethods in org.miaixz.bus.core.lang.selector with parameters of type WeightObjectModifier and TypeMethodDescriptionSmoothWeightSelector.add(WeightObject<T> weightObj) 增加权重对象WeightRandomSelector.add(WeightObject<T> weightObj) 增加对象权重Constructors in org.miaixz.bus.core.lang.selector with parameters of type WeightObjectModifierConstructorDescriptionWeightRandomSelector(WeightObject<T> weightObj) 构造WeightRandomSelector(WeightObject<T>[] weightObjs) 构造Constructor parameters in org.miaixz.bus.core.lang.selector with type arguments of type WeightObjectModifierConstructorDescriptionSmoothWeightSelector(Iterable<? extends WeightObject<T>> weightObjList) 构造WeightRandomSelector(Iterable<WeightObject<T>> weightObjs) 构造 -
Uses of WeightObject in org.miaixz.bus.core.xyz
Methods in org.miaixz.bus.core.xyz with parameters of type WeightObjectModifier and TypeMethodDescriptionstatic <T> WeightRandomSelector<T> RandomKit.weightRandom(WeightObject<T>[] weightObjs) 带有权重的随机生成器Method parameters in org.miaixz.bus.core.xyz with type arguments of type WeightObjectModifier and TypeMethodDescriptionstatic <T> WeightRandomSelector<T> RandomKit.weightRandom(Iterable<WeightObject<T>> weightObjs) 带有权重的随机生成器