Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Iterator<E> |
iterator() |
E |
next()
Prior to call this method, call hasNext() once!
|
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
forEach, spliterator
public E next()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.