Uses of Interface
java.util.PrimitiveIterator.OfDouble
Packages that use PrimitiveIterator.OfDouble
Package
Description
Contains the collections framework, some internationalization support classes,
 a service loader, properties, random number generation, string parsing
 and scanning classes, base64 encoding and decoding, a bit array, and
 several miscellaneous utility classes.
- 
Uses of PrimitiveIterator.OfDouble in java.utilMethods in java.util that return PrimitiveIterator.OfDoubleModifier and TypeMethodDescriptionstatic PrimitiveIterator.OfDoubleSpliterators.iterator(Spliterator.OfDouble spliterator)Creates anPrimitiveIterator.OfDoublefrom aSpliterator.OfDouble.Methods in java.util with parameters of type PrimitiveIterator.OfDoubleModifier and TypeMethodDescriptionstatic Spliterator.OfDoubleSpliterators.spliterator(PrimitiveIterator.OfDouble iterator, long size, int characteristics)Creates aSpliterator.OfDoubleusing a givenDoubleStream.DoubleIteratoras the source of elements, and with a given initially reported size.static Spliterator.OfDoubleSpliterators.spliteratorUnknownSize(PrimitiveIterator.OfDouble iterator, int characteristics)Creates aSpliterator.OfDoubleusing a givenDoubleStream.DoubleIteratoras the source of elements, with no initial size estimate.