ELEMENTTYPE - The pseudo element type to iterate@Immutable public class EmptyIterator<ELEMENTTYPE> extends Object implements Iterator<ELEMENTTYPE>
| Constructor and Description |
|---|
EmptyIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
hasNext() |
ELEMENTTYPE |
next() |
void |
remove() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEachRemainingpublic boolean hasNext()
hasNext in interface Iterator<ELEMENTTYPE>public ELEMENTTYPE next()
next in interface Iterator<ELEMENTTYPE>@UnsupportedOperation public void remove()
remove in interface Iterator<ELEMENTTYPE>Copyright © 2014–2017 Philip Helger. All rights reserved.