Constructor and Description |
---|
SingletonIterator(E element) |
Modifier and Type | Method and Description |
---|---|
void |
forEachRemaining(Consumer<? super E> action) |
boolean |
hasNext() |
Iterator<E> |
iterator() |
E |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
Copyright © 2024. All rights reserved.