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

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

 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