Class WeightedSet.Element
-
- All Implemented Interfaces:
@JvmRecord() public final class WeightedSet.Element<E extends Object> extends Record
-
-
Constructor Summary
Constructors Constructor Description WeightedSet.Element(E element, Float weight)
-
Method Summary
Modifier and Type Method Description final E
getElement()
final Float
getWeight()
-