public interface Iterable<E> extends Traversable<E>, java.lang.Iterable<E>
Iterable defines collections that can be accessed via an Iterator.| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<E> |
iterator() |
forEach, isEmpty, makeString, makeString, size, to, toArray, toArray, toIndexedList, toSet, toSortedSet