| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static PrimitiveIterator |
Spliterators.iterator(Spliterator
Creates an
PrimitiveIterator.OfLong from a
Spliterator.OfLong.
|
| Modifier and Type | Method and Description |
|---|---|
static Spliterator |
Spliterators.spliterator(PrimitiveIterator
Creates a
Spliterator.OfLong using a given
LongStream.LongIterator as the source of elements, and with a given initially reported size.
|
static Spliterator |
Spliterators.spliteratorUnknownSize(PrimitiveIterator
Creates a
Spliterator.OfLong using a given
LongStream.LongIterator as the source of elements, with no initial size estimate.
|
| Modifier and Type | Method and Description |
|---|---|
PrimitiveIterator |
LongStream.iterator()
|