Class WeightObject<T>
java.lang.Object
org.miaixz.bus.core.lang.selector.WeightObject<T>
- Type Parameters:
T- 对象类型
- Direct Known Subclasses:
SmoothWeightObject
带有权重的对象包装
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
weight
protected final int weight权重 -
object
对象
-
-
Constructor Details
-
WeightObject
构造- Parameters:
object- 对象weight- 权重
-
-
Method Details