
T - type of returned iteratorpublic interface Iterable<T>
| Modifier and Type | Method and Description |
|---|---|
default void |
forEach(Consumer<? super T> action) |
Iterator<T> |
iterator() |
default Spliterator<T> |
spliterator() |
Copyright © 2018. All rights reserved.