Interface RandomSelector.UniformRandomSelector<T>

All Superinterfaces:
RandomSelector<T>
Enclosing interface:
RandomSelector<T>

public static interface RandomSelector.UniformRandomSelector<T> extends RandomSelector<T>
  • Method Details

    • addObject

      void addObject(T object)