| Modifier and Type | Method and Description |
|---|---|
void |
forEachRemaining(java.util.function.Consumer<? super E> action) |
boolean |
hasNext() |
static <E> Iterator<E> |
newInstance(E e) |
E |
next() |
void |
remove() |
public static <E> Iterator<E> newInstance(E e)
public void forEachRemaining(java.util.function.Consumer<? super E> action)
forEachRemaining in interface Iterator<E>Copyright © 2020 The Apache Software Foundation. All Rights Reserved.