| Package | Description |
|---|---|
| net.anwiba.commons.lang.functional | |
| net.anwiba.commons.lang.stream |
| Modifier and Type | Method and Description |
|---|---|
IIterator<O,E> |
IIterable.iterator() |
default IIterator<O,E> |
IIterable.iterator(IAcceptor<O> acceptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConvertingIteratorIterator<I,O,E extends Exception> |
class |
CountingIteratorIterator<I,O,E extends Exception> |
class |
FilteredJavaUtilIteratorIterator<T,E extends Exception> |
class |
FilteringIteratorIterator<T,E extends Exception> |
| Modifier and Type | Method and Description |
|---|---|
IIterator<T,E> |
FilteringIterableIterable.iterator() |
IIterator<T,E> |
FilteredJavaUtilIterableIterable.iterator() |
IIterator<O,E> |
CountingIterableIterable.iterator() |
IIterator<O,E> |
ConvertingIterableIterable.iterator() |
| Constructor and Description |
|---|
ConvertingIteratorIterator(IIterator<I,E> input,
IAcceptor<I> acceptor,
IConverter<I,O,E> converter) |
CountingIteratorIterator(IIterator<I,E> input,
IAcceptor<I> acceptor,
IAggregator<Integer,I,O,E> aggegator) |
FilteringIteratorIterator(IIterator<T,E> input,
IAcceptor<T> acceptor) |
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.