T
- type of the elements contained in the listpublic final class CyclicListIterator<T> extends Object implements Iterator<T>
ConcurrentMOdificationException
.Constructor and Description |
---|
CyclicListIterator(List<T> elements) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
Copyright © 2015–2020. All rights reserved.