T - object of type specified at the time of instantiation of the implementor classpublic interface ICollectionIterable<T>
extends java.lang.Iterable<T>
| Modifier and Type | Method and Description |
|---|---|
ICollectionIterator<T> |
iterator()
Returns an CollectionIterator over the elements in this collection.
|
ICollectionIterator<T> iterator()
iterator in interface java.lang.Iterable<T>