public class RandomSelector<T> extends Object
RandomSelector()
void
addItem(T item, double weight)
T
getItem()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RandomSelector()
public void addItem(T item, double weight)
public T getItem()