- chainIterables(Iterable<? extends E>...) - Static method in class com.github.robtimus.util.iterator.IteratorUtils
-
Returns an iterator that contains the elements of several other iterables.
- chainIterables(Iterable<? extends Iterable<? extends E>>) - Static method in class com.github.robtimus.util.iterator.IteratorUtils
-
Returns an iterator that contains the elements of several other iterables.
- chainIterators(Iterator<? extends E>...) - Static method in class com.github.robtimus.util.iterator.IteratorUtils
-
Returns an iterator that contains the elements of several other iterators.
- chainIterators(Iterable<? extends Iterator<? extends E>>) - Static method in class com.github.robtimus.util.iterator.IteratorUtils
-
Returns an iterator that contains the elements of several other iterators.
- collect(Iterator<E>, Supplier<R>, BiConsumer<R, ? super E>) - Static method in class com.github.robtimus.util.iterator.IteratorUtils
-
Performs a reduction on the elements of an iterator.
- collect(Iterator<E>, Collector<? super E, A, R>) - Static method in class com.github.robtimus.util.iterator.IteratorUtils
-
Performs a reduction on the elements of an iterator.
- collect(Supplier<R>, BiConsumer<R, ? super E>) - Method in class com.github.robtimus.util.iterator.StreamLikeIterator
-
Performs a reduction on the elements of this iterator.
- collect(Collector<? super E, A, R>) - Method in class com.github.robtimus.util.iterator.StreamLikeIterator
-
Performs a reduction on the elements of this iterator.
- com.github.robtimus.util.iterator - package com.github.robtimus.util.iterator
-
Provides classes and interfaces to help implement iterators.
- count(Iterator<?>) - Static method in class com.github.robtimus.util.iterator.IteratorUtils
-
Returns the number of elements of an iterator.
- count() - Method in class com.github.robtimus.util.iterator.StreamLikeIterator
-
Returns the number of elements of this iterator.