Uses of Interface
uk.co.parnmatt.vector.util.Iterator
Packages that use Iterator
Package
Description
Iterator and resource utilities used across the reader.
-
Uses of Iterator in uk.co.parnmatt.vector.util
Subinterfaces of Iterator in uk.co.parnmatt.vector.utilModifier and TypeInterfaceDescriptioninterfaceCloseableIterator<E extends @Nullable Object>interfaceResourceIterator<E extends @Nullable Object, X extends Exception>Methods in uk.co.parnmatt.vector.util that return IteratorModifier and TypeMethodDescriptionReturn an iterator that reusesiteratorif it is already one, otherwise wraps itReturn an iterator over the elements after the leading elements that satisfypredicateReturn an iterator over the elements that satisfypredicateIterator.limit(long limit) Return an iterator over at mostlimitelementsReturn an iterator that appliesmapperto each elementReturn an iterator that appliesactionto each element as it is returnedIterator.skip(long skip) Return an iterator over the elements after the firstskipReturn an iterator over the leading elements that satisfypredicate