pylon-core
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
pylon-core
pylon-core
/
io.github.pylonmc.pylon.core.util
/
WeightedSet
/
WeightedSet
Weighted
Set
constructor
(
value
:
E
,
weight
:
Float
)
(
source
)
@
SafeVarargs
constructor
(
vararg
values
:
Pair
<
E
,
Float
>
)
(
source
)
@
JvmOverloads
constructor
(
innerSet
:
MutableSet
<
WeightedSet.Element
<
E
>
>
=
mutableSetOf()
)
(
source
)