T
- the type of the elements over which the iteration is being performed@Immutable public final class EmptyIterator<T> extends Object implements Iterator<T>
Iterator
implementation that has no elements. Note that the objects are immutable, and therefore may be
shared and reused.Constructor and Description |
---|
EmptyIterator() |
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 © 2008–2016 JBoss, a division of Red Hat. All rights reserved.