T - the type of elements returned by the iteratorpublic interface Iterable<T>
| Modifier and Type | Method and Description |
|---|---|
Iterator<T> |
iterator()
Returns an iterator over a set of elements of type T.
|
Copyright © 2019 API Design. All Rights Reserved.