Uses of Interface
com.floragunn.fluent.collections.views.IteratorView
-
Packages that use IteratorView Package Description com.floragunn.fluent.collections.views -
-
Uses of IteratorView in com.floragunn.fluent.collections.views
Methods in com.floragunn.fluent.collections.views that return IteratorView Modifier and Type Method Description static <E> IteratorView<E>IteratorView. concat(Iterator<E> e1, Iterator<E> e2)static <ES,ET>
IteratorView<ET>IteratorView. map(Iterator<ES> iterator, Function<ES,ET> valueMappingFunction)
-