Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Uses of Interface
java.util.Spliterator.OfDouble
Packages that use Spliterator.OfDouble
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.
Classes in java.util that implement Spliterator.OfDouble
abstract static class
An abstract Spliterator.OfDouble that implements trySplit to permit limited parallelism.
Class declarations in java.util with type arguments of type Spliterator.OfDouble
static interface
A Spliterator specialized for double values.
Methods in java.util that return Spliterator.OfDouble
Arrays.spliterator(double[] array)
Returns a Spliterator.OfDouble covering all of the specified array.
Arrays.spliterator(double[] array, int startInclusive, int endExclusive)
Returns a Spliterator.OfDouble covering the specified range of the specified array.
Spliterator.OfDouble.trySplit()
If this spliterator can be partitioned, returns a Spliterator covering elements, that will, upon return from this method, not be covered by this Spliterator.
Spliterators.emptyDoubleSpliterator()
Creates an empty Spliterator.OfDouble
Spliterators.spliterator(double[] array, int additionalCharacteristics)
Creates a Spliterator.OfDouble covering the elements of a given array, using a customized set of spliterator characteristics.
Spliterators.spliterator(double[] array, int fromIndex, int toIndex, int additionalCharacteristics)
Creates a Spliterator.OfDouble covering a range of elements of a given array, using a customized set of spliterator characteristics.
Spliterators.spliterator(PrimitiveIterator.OfDouble iterator, long size, int characteristics)
Creates a Spliterator.OfDouble using a given DoubleStream.DoubleIterator as the source of elements, and with a given initially reported size.
Spliterators.spliteratorUnknownSize(PrimitiveIterator.OfDouble iterator, int characteristics)
Creates a Spliterator.OfDouble using a given DoubleStream.DoubleIterator as the source of elements, with no initial size estimate.
Spliterators.AbstractDoubleSpliterator.trySplit()
If this spliterator can be partitioned, returns a Spliterator covering elements, that will, upon return from this method, not be covered by this Spliterator. This implementation permits limited parallelism.
Methods in java.util with parameters of type Spliterator.OfDouble
Spliterators.iterator(Spliterator.OfDouble spliterator)
Creates an PrimitiveIterator.OfDouble from a Spliterator.OfDouble.

 Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz