| Modifier and Type | Method and Description |
|---|---|
void |
forEachRemaining(Consumer<? super E> action) |
boolean |
hasNext() |
static <E> Iterator<E> |
newInstance(E e) |
E |
next() |
void |
remove() |
Copyright © 2022 The Apache Software Foundation. All rights reserved.