public class EmptyIterator<E> extends Object implements Iterator<E>, Iterable<E>, Serializable
Constructor and Description |
---|
EmptyIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Iterator<E> |
iterator() |
E |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
forEach, spliterator
Copyright © 2024. All rights reserved.