T - - object of type specified at the time of instantiation of
the implementer class.public interface ICollectionIterable<T>
extends java.lang.Iterable<T>
| Modifier and Type | Method and Description |
|---|---|
ICollectionIterator<T> |
iterator() |
ICollectionIterator<T> iterator()
iterator in interface java.lang.Iterable<T>