public interface ReIterable<T> extends Iterable<T>
| Modifier and Type | Method and Description |
|---|---|
ReIterator<T> |
iterator() |
default <Z> ReIterator<Z> |
iterator(Function<? super T,Z> mapper) |
forEach, spliteratorReIterator<T> iterator()
default <Z> ReIterator<Z> iterator(Function<? super T,Z> mapper)
Copyright © 2021. All rights reserved.