Uses of Interface
net.anwiba.commons.lang.functional.IIterator
-
Packages that use IIterator Package Description net.anwiba.commons.lang.functional net.anwiba.commons.lang.stream -
-
Uses of IIterator in net.anwiba.commons.lang.functional
Methods in net.anwiba.commons.lang.functional that return IIterator Modifier and Type Method Description IIterator<O,E>IIterable. iterator()default IIterator<O,E>IIterable. iterator(IAcceptor<O> acceptor) -
Uses of IIterator in net.anwiba.commons.lang.stream
Classes in net.anwiba.commons.lang.stream that implement IIterator Modifier and Type Class Description classIteratorConvertingIterator<I,O,E extends java.lang.Exception>classIteratorCountingIterator<I,O,E extends java.lang.Exception>classIteratorFilteringIterator<T,E extends java.lang.Exception>classIteratorFlattingIterator<I,O,E extends java.lang.Exception>classJavaUtilIteratorFilteringIterator<T,E extends java.lang.Exception>Methods in net.anwiba.commons.lang.stream that return IIterator Modifier and Type Method Description IIterator<O,E>IterableConvertingIterable. iterator()IIterator<O,E>IterableCountingIterable. iterator()IIterator<T,E>IterableFilteringIterable. iterator()IIterator<O,E>IterableFlattingIterable. iterator()IIterator<T,E>JavaUtilIterableFilteringIterable. iterator()Constructors in net.anwiba.commons.lang.stream with parameters of type IIterator Constructor Description IteratorConvertingIterator(IIterator<I,E> input, IAcceptor<I> acceptor, IConverter<I,O,E> converter)IteratorCountingIterator(IIterator<I,E> input, IAcceptor<I> acceptor, IAggregator<java.lang.Integer,I,O,E> aggegator)IteratorFilteringIterator(IIterator<T,E> input, IAcceptor<T> acceptor)IteratorFlattingIterator(IIterator<I,E> input, IAcceptor<I> acceptor, IConverter<I,java.lang.Iterable<O>,E> converter)
-