stride library
Classes
-
CheckedReverseStrideIterator<
E> - Iterates an Iterable using a negative non-zero step size and a custom start index.
-
CheckedStrideIterator<
E> - Iterates an Iterable using a positive non-zero step size and a custom start index.
-
ReverseStrideIterator<
E> - Iterates an Iterable using a negative non-zero step size and a custom start index.
-
ReverseUncheckedStrideIterator<
E> - Iterates an Iterable using a negative non-zero step size and a custom start index.
-
StrideIterator<
E> - Iterates an Iterable using a positive non-zero step size and a custom start index.
-
UncheckedStrideIterator<
E> - Iterates an Iterable using a positive non-zero step size and a custom start index.
Extensions
-
FastStride
on Iterable<
E> -
Extension providing the method
fastStride
. Note: The backing iterable should be immutable or fixed length since concurrent modification is not checked. -
Stride
on Iterable<
E> -
Extension on
Iterable<E>
providing the methodstride
.