Module net.luis.utils
Package net.luis.utils.collection
package net.luis.utils.collection
-
ClassesClassDescriptionSortedList<E>A list which is after every modification sorted
using the set comparator or if it isnull
the natural order.A collection which returns a random element based on the weight of the elements.
The higher the weight, the higher the chance that the element is returned.