T
- the type of elements returned by the iteratorpublic interface Iterable<T>
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<T> |
iterator()
Returns an iterator over a set of elements of type T.
|
java.util.Iterator<T> iterator()