Class | Description |
---|---|
LazyIterablesConcatenator<T> |
Creates a "smooth" wrapping
Iterable using several underlying ones to provide the values. |
LazyMatchingTypeIterable<T> |
Provides a selective
Iterable over values that match a specific type out of all available. |
LazyMatchingTypeIterator<T> |
An
Iterator that selects only objects of a certain type from the underlying available ones. |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.