Uses of Class
io.github.bakedlibs.dough.collections.WeightedNode
Packages that use WeightedNode
-
Uses of WeightedNode in io.github.bakedlibs.dough.collections
Constructor parameters in io.github.bakedlibs.dough.collections with type arguments of type WeightedNodeModifierConstructorDescriptionRandomizedSet(Supplier<Set<WeightedNode<T>>> constructor) This will initialize a newRandomizedSetusing the given implementation ofSetRandomizedSet>String< map = new RandomizedSet><(HashSet::new);