Package net.luis.utils.collection


package net.luis.utils.collection
  • Classes
    Class
    Description
    A list which is after every modification sorted
    using the set comparator or if it is null 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.