public class GapShuffler.GapIterator extends Object implements Iterator<T>, Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Returns
true if the iteration has more elements. |
T |
next()
Returns the next element in the iteration.
|
void |
remove()
Not supported.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public boolean hasNext()
true
if the iteration has more elements.
This is always the case for this Iterator.public void remove()
remove
in interface Iterator<T>
UnsupportedOperationException
- always throws this exceptionCopyright © 2012–2016. All rights reserved.