Uses of Class
com.aoapps.collections.AoCollections.PeekIterator
-
-
Uses of AoCollections.PeekIterator in com.aoapps.collections
Methods in com.aoapps.collections that return AoCollections.PeekIterator Modifier and Type Method Description static <E> AoCollections.PeekIterator<E>AoCollections. peekIterator(Iterator<? extends E> iter)Wraps the provided iterator, allowing peek of first element.
-