Class SimpleRandomCollection<E>

java.lang.Object
com.plotsquared.core.collection.RandomCollection<E>
com.plotsquared.core.collection.SimpleRandomCollection<E>

public class SimpleRandomCollection<E> extends RandomCollection<E>
  • Constructor Details

    • SimpleRandomCollection

      public SimpleRandomCollection(Map<E,​Double> weights, Random random)
  • Method Details

    • add

      public void add(double weight, E result)
    • next

      public E next()
      Specified by:
      next in class RandomCollection<E>