Uses of Interface
java.util.PrimitiveIterator.OfLong
-
Packages that use PrimitiveIterator.OfLong Package Description java.util Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array).java.util.stream Classes to support functional-style operations on streams of elements, such as map-reduce transformations on collections. -
-
Uses of PrimitiveIterator.OfLong in java.util
Methods in java.util that return PrimitiveIterator.OfLong Modifier and Type Method Description static PrimitiveIterator.OfLongSpliterators. iterator(Spliterator.OfLong spliterator)Creates anPrimitiveIterator.OfLongfrom aSpliterator.OfLong.Methods in java.util with parameters of type PrimitiveIterator.OfLong Modifier and Type Method Description static 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. -
Uses of PrimitiveIterator.OfLong in java.util.stream
Methods in java.util.stream that return PrimitiveIterator.OfLong Modifier and Type Method Description PrimitiveIterator.OfLongLongStream. iterator()
-