Class WeightedIntMap<T>

Type Parameters:
T - The values in the table
All Implemented Interfaces:
Serializable, Cloneable, Map<Integer,T>, NavigableMap<Integer,T>, SequencedMap<Integer,T>, SortedMap<Integer,T>

public class WeightedIntMap<T> extends AbstractWeightedMap<Integer,T>
Constructs a table of values each with an int weight that makes them more or less likely to be selected at random
See Also:
  • Constructor Details

    • WeightedIntMap

      public WeightedIntMap()
  • Method Details