| Modifier | Constructor and Description |
|---|---|
protected |
RandomisedCyclicIterator(Collection<? extends T> collection) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
boolean |
hasSameContent(Collection<T> externalElements) |
T |
next() |
static <T> RandomisedCyclicIterator<T> |
of(Collection<? extends T> collection) |
clone, 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)
public boolean hasSameContent(Collection<T> externalElements)
Copyright © 2021. All rights reserved.