ELEMENTTYPE - The pseudo element type to iterate@ThreadSafe public final class EmptyIterator<ELEMENTTYPE> extends Object implements Iterator<ELEMENTTYPE>
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static <ELEMENTTYPE> |
getInstance() |
int |
hashCode() |
boolean |
hasNext() |
ELEMENTTYPE |
next() |
void |
remove() |
String |
toString() |
public boolean hasNext()
hasNext in interface Iterator<ELEMENTTYPE>public ELEMENTTYPE next()
next in interface Iterator<ELEMENTTYPE>@UnsupportedOperation public void remove()
remove in interface Iterator<ELEMENTTYPE>@Nonnull public static <ELEMENTTYPE> EmptyIterator<ELEMENTTYPE> getInstance()
Copyright © 2006–2014 phloc systems. All rights reserved.