E - public class FlatteningIterator<E> extends Object implements Iterator<E>
| Constructor and Description |
|---|
FlatteningIterator(Object... objects)
Constructor for FlatteningIterator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Returns if there are any objects left to iterate over.
|
E |
next()
Returns the next element in our iteration, throwing a
NoSuchElementException if none is found.
|
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic E next()
Copyright © 2016. All Rights Reserved.