T - type of elementspublic class CompoundCollection<T> extends Object implements Iterable<T>
| Constructor and Description |
|---|
CompoundCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Enumeration<T> e) |
void |
add(Iterable<T> collection) |
void |
addSingleton(T element) |
Enumeration<T> |
enumeration() |
Iterator<T> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorCopyright © 2019. All rights reserved.