Package | Description |
---|---|
com.google.common.collect |
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
CollectSpliterators.FlatMapSpliteratorOfDouble<InElementT>
|
(package private) static class |
CollectSpliterators.FlatMapSpliteratorOfInt<InElementT>
|
(package private) static class |
CollectSpliterators.FlatMapSpliteratorOfLong<InElementT>
|
(package private) static class |
CollectSpliterators.FlatMapSpliteratorOfObject<InElementT,OutElementT>
Implementation of
Stream#flatMap with an object spliterator output type. |
(package private) static class |
CollectSpliterators.FlatMapSpliteratorOfPrimitive<InElementT,OutElementT,OutConsumerT,OutSpliteratorT extends java.util.Spliterator.OfPrimitive<OutElementT,OutConsumerT,OutSpliteratorT>>
Implementation of
Stream#flatMap with a primitive spliterator output type. |