Uses of Interface
java.util.PrimitiveIterator.OfLong
Packages that use PrimitiveIterator.OfLong
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.OfLong in java.utilMethods in java.util that return PrimitiveIterator.OfLongModifier and TypeMethodDescriptionstatic PrimitiveIterator.OfLongSpliterators.iterator(Spliterator.OfLong spliterator)Creates anPrimitiveIterator.OfLongfrom aSpliterator.OfLong.Methods in java.util with parameters of type PrimitiveIterator.OfLongModifier and TypeMethodDescriptionstatic Spliterator.OfLongSpliterators.spliterator(PrimitiveIterator.OfLong iterator, long size, int characteristics)Creates aSpliterator.OfLongusing a givenLongStream.LongIteratoras the source of elements, and with a given initially reported size.static Spliterator.OfLongSpliterators.spliteratorUnknownSize(PrimitiveIterator.OfLong iterator, int characteristics)Creates aSpliterator.OfLongusing a givenLongStream.LongIteratoras the source of elements, with no initial size estimate.