Package com.google.common.collect
Class CollectSpliterators.FlatMapSpliteratorOfDouble<InElementT>
java.lang.Object
com.google.common.collect.CollectSpliterators.FlatMapSpliterator<InElementT,Double,Spliterator.OfDouble>
com.google.common.collect.CollectSpliterators.FlatMapSpliteratorOfPrimitive<InElementT,Double,DoubleConsumer,Spliterator.OfDouble>
com.google.common.collect.CollectSpliterators.FlatMapSpliteratorOfDouble<InElementT>
- All Implemented Interfaces:
Spliterator<Double>,Spliterator.OfDouble,Spliterator.OfPrimitive<Double,DoubleConsumer, Spliterator.OfDouble>
- Enclosing class:
CollectSpliterators
static final class CollectSpliterators.FlatMapSpliteratorOfDouble<InElementT>
extends CollectSpliterators.FlatMapSpliteratorOfPrimitive<InElementT,Double,DoubleConsumer,Spliterator.OfDouble>
implements Spliterator.OfDouble
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.common.collect.CollectSpliterators.FlatMapSpliterator
CollectSpliterators.FlatMapSpliterator.Factory<InElementT,OutSpliteratorT extends Spliterator<?>> Nested classes/interfaces inherited from interface java.util.Spliterator
Spliterator.OfDouble, Spliterator.OfInt, Spliterator.OfLong, Spliterator.OfPrimitive<T,T_CONS, T_SPLITR extends Spliterator.OfPrimitive<T, T_CONS, T_SPLITR>> -
Field Summary
Fields inherited from class com.google.common.collect.CollectSpliterators.FlatMapSpliterator
characteristics, estimatedSize, factory, from, function, prefixFields inherited from interface java.util.Spliterator
CONCURRENT, DISTINCT, IMMUTABLE, NONNULL, ORDERED, SIZED, SORTED, SUBSIZED -
Constructor Summary
ConstructorsConstructorDescriptionFlatMapSpliteratorOfDouble(Spliterator.OfDouble prefix, Spliterator<InElementT> from, Function<? super InElementT, Spliterator.OfDouble> function, int characteristics, long estimatedSize) -
Method Summary
Methods inherited from class com.google.common.collect.CollectSpliterators.FlatMapSpliteratorOfPrimitive
forEachRemaining, tryAdvanceMethods inherited from class com.google.common.collect.CollectSpliterators.FlatMapSpliterator
characteristics, estimateSize, forEachRemaining, tryAdvance, trySplitMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Spliterator
characteristics, estimateSize, getComparator, getExactSizeIfKnown, hasCharacteristicsMethods inherited from interface java.util.Spliterator.OfDouble
forEachRemaining, forEachRemaining, tryAdvance, tryAdvance, trySplit
-
Constructor Details
-
FlatMapSpliteratorOfDouble
FlatMapSpliteratorOfDouble(@CheckForNull Spliterator.OfDouble prefix, Spliterator<InElementT> from, Function<? super InElementT, Spliterator.OfDouble> function, int characteristics, long estimatedSize)
-