public class RoundRobinStore<T> extends Object
All operations can be called dynamically and are thread-safe.
| Constructor and Description |
|---|
RoundRobinStore() |
RoundRobinStore(Set<T> initSet,
boolean shuffle) |
Copyright © 2017-2019 Oracle Corporation. All Rights Reserved.