| Package | Description |
|---|---|
| org.aoju.bus.core.lang |
| Modifier and Type | Method and Description |
|---|---|
WeightRandom<T> |
WeightRandom.add(T obj,
double weight)
增加对象
|
WeightRandom<T> |
WeightRandom.add(WeightRandom.WeightObj<T> weightObj)
增加对象权重
|
WeightRandom<T> |
WeightRandom.clear()
清空权重表
|
static <T> WeightRandom<T> |
WeightRandom.create()
创建权重随机获取器
|
Copyright © 2019. All rights reserved.