public class NullIterator<T> extends NiceIterator<T>
| Constructor and Description |
|---|
NullIterator() |
| Modifier and Type | Method and Description |
|---|---|
<X extends T> |
andThen(Iterator<X> it)
make a new iterator, which is us then the other chap.
|
static <T> NullIterator<T> |
instance() |
andThen, asList, asSet, close, close, emptyIterator, filterDrop, filterKeep, hasNext, mapWith, next, remove, removeNext, toList, toSetequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnextOptionalforEachRemainingpublic static <T> NullIterator<T> instance()
public <X extends T> ExtendedIterator<T> andThen(Iterator<X> it)
NiceIteratorandThen in interface ExtendedIterator<T>andThen in class NiceIterator<T>Licenced under the Apache License, Version 2.0