public final class EmptyIterator<S> extends Object implements Iterator<S>, Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
static <S> Iterator<S> |
instance() |
S |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.