T
- Iterable object to proceed the round robin algorithm on itpublic class RandomRoundRobin<T> extends Object implements Iterable<T>
Constructor and Description |
---|
RandomRoundRobin(List<T> collection) |
Modifier and Type | Method and Description |
---|---|
Iterator<T> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
Copyright © 2023. All rights reserved.