| Package | Description |
|---|---|
| java.util |
Back 2 Browser Bytecode Translator
Copyright (C) 2012 Jaroslav Tulach
|
| 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.OfInt |
Spliterators.iterator(Spliterator.OfInt spliterator)
Creates an
PrimitiveIterator.OfInt from a
Spliterator.OfInt. |
| Modifier and Type | Method and Description |
|---|---|
static Spliterator.OfInt |
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. |
static Spliterator.OfInt |
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. |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveIterator.OfInt |
IntStream.iterator() |
Copyright © 2021 API Design. All Rights Reserved.