@Deprecated public class EmptyIterator<T> extends Object implements Iterator<T>
| Constructor and Description |
|---|
EmptyIterator()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Deprecated.
|
static <T> Iterator<T> |
instance()
Deprecated.
|
T |
next()
Deprecated.
|
void |
remove()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining@Deprecated public static <T> Iterator<T> instance()
Collections.emptyIterator()T - the iterator's element typeCopyright © 2015–2018 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.