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

Uses of Interface
java.util.Spliterator.OfLong
Packages that use Spliterator.OfLong
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.OfLong
abstract static class
An abstract Spliterator.OfLong that implements trySplit to permit limited parallelism.
Class declarations in java.util with type arguments of type Spliterator.OfLong
static interface
A Spliterator specialized for long values.
Methods in java.util that return Spliterator.OfLong
Arrays.spliterator(long[] array)
Returns a Spliterator.OfLong covering all of the specified array.
Arrays.spliterator(long[] array, int startInclusive, int endExclusive)
Returns a Spliterator.OfLong covering the specified range of the specified array.
Spliterator.OfLong.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.emptyLongSpliterator()
Creates an empty Spliterator.OfLong
Spliterators.spliterator(long[] array, int additionalCharacteristics)
Creates a Spliterator.OfLong covering the elements of a given array, using a customized set of spliterator characteristics.
Spliterators.spliterator(long[] array, int fromIndex, int toIndex, int additionalCharacteristics)
Creates a Spliterator.OfLong covering a range of elements of a given array, using a customized set of spliterator characteristics.
Spliterators.spliterator(PrimitiveIterator.OfLong iterator, long size, int characteristics)
Creates a Spliterator.OfLong using a given LongStream.LongIterator as the source of elements, and with a given initially reported size.
Spliterators.spliteratorUnknownSize(PrimitiveIterator.OfLong iterator, int characteristics)
Creates a Spliterator.OfLong using a given LongStream.LongIterator as the source of elements, with no initial size estimate.
Spliterators.AbstractLongSpliterator.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.OfLong
Spliterators.iterator(Spliterator.OfLong spliterator)
Creates an PrimitiveIterator.OfLong from a Spliterator.OfLong.

 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