| Constructor and Description |
|---|
CompositeIterator(Collection<? extends Collection<? extends T>> collections)
This constructor creates an iterator instance from a set of collections
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic CompositeIterator(Collection<? extends Collection<? extends T>> collections)
collections - to be iterated over.Copyright © 2016 BioPAX. All rights reserved.