Uses of Interface
java.util.PrimitiveIterator.OfInt
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.OfInt in java.util
Modifier and TypeMethodDescriptionstatic PrimitiveIterator.OfInt
Spliterators.iterator
(Spliterator.OfInt spliterator) Creates anPrimitiveIterator.OfInt
from aSpliterator.OfInt
.Modifier and TypeMethodDescriptionstatic Spliterator.OfInt
Spliterators.spliterator
(PrimitiveIterator.OfInt iterator, long size, int characteristics) Creates aSpliterator.OfInt
using a givenIntStream.IntIterator
as the source of elements, and with a given initially reported size.static Spliterator.OfInt
Spliterators.spliteratorUnknownSize
(PrimitiveIterator.OfInt iterator, int characteristics) Creates aSpliterator.OfInt
using a givenIntStream.IntIterator
as the source of elements, with no initial size estimate.