Uses of Class
com.google.common.collect.CollectSpliterators.FlatMapSpliterator
Packages that use CollectSpliterators.FlatMapSpliterator
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of CollectSpliterators.FlatMapSpliterator in com.google.common.collect
Subclasses of CollectSpliterators.FlatMapSpliterator in com.google.common.collectModifier and TypeClassDescription(package private) static final class
CollectSpliterators.FlatMapSpliteratorOfDouble<InElementT>
(package private) static final class
CollectSpliterators.FlatMapSpliteratorOfInt<InElementT>
(package private) static final class
CollectSpliterators.FlatMapSpliteratorOfLong<InElementT>
(package private) static final class
CollectSpliterators.FlatMapSpliteratorOfObject<InElementT,
OutElementT> Implementation ofStream#flatMap
with an object spliterator output type.(package private) static class
CollectSpliterators.FlatMapSpliteratorOfPrimitive<InElementT,
OutElementT, OutConsumerT, OutSpliteratorT extends Spliterator.OfPrimitive<OutElementT, OutConsumerT, OutSpliteratorT>> Implementation ofStream#flatMap
with a primitive spliterator output type.