public class RandomisedCyclicIterator<T> extends CyclicIterator<T>
| Modifier | Constructor and Description |
|---|---|
protected |
RandomisedCyclicIterator(Collection<? extends T> collection) |
| Modifier and Type | Method and Description |
|---|---|
static <T> RandomisedCyclicIterator<T> |
of(Collection<? extends T> collection) |
hasNext, next, sizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removeprotected RandomisedCyclicIterator(Collection<? extends T> collection)
public static <T> RandomisedCyclicIterator<T> of(Collection<? extends T> collection)
Copyright © 2021. All rights reserved.