Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Iterator<V> |
iterator() |
V |
next() |
ArrayList<V> |
toArray()
Returns a new array containing the remaining values.
|
void |
toArray(ArrayList<V> array)
Adds the remaining values to the specified array.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
forEachRemaining, remove
Copyright © 2018. All rights reserved.