T
- the type of items to returnU
- the type of items to wrap/convert frompublic abstract class IterableWrapper<T,U> extends Object implements Iterable<T>
Iterable
so that it returns items of another type. The
iteration is done lazily.Constructor and Description |
---|
IterableWrapper(Iterable<U> iterableToWrap) |
Modifier and Type | Method and Description |
---|---|
Iterator<T> |
iterator() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
Copyright © 2023. All rights reserved.