-
Returns a
Stream
out of the elements returned by a supplier, made of
Pair
s
(index, value)
.
Returns a
Stream
out of the elements returned by a supplier, made of
Pair
s
(index, value)
.
Returns a
Stream
out of the elements returned by a supplier, made of
Pair
s
(index, value)
.
Returns a
Stream
out of the elements returned by an iterable, made of
Pair
s
(index, value)
.
Returns a
Stream
out of the elements in a given
Stream
made of
Pair
s
(index,
value)
.
Returns a
Stream
out of the elements in a given
Stream
made of
Pair
s
(index,
value)
.
Returns a
Stream
out of the elements in a given
Stream
made of
Pair
s
(index,
value)
.
Returns a
Stream
out of the elements returned by a Stream, made of
Pair
s
(index, value)
.
Returns a
Stream
out of the elements in a given array made of
Pair
s
(index, value)
.
Returns a
Stream
out of the elements in a given array made of
Pair
s
(index, value)
.
Returns a
Stream
out of the elements in the array, made of
Pair
s
(index, value)
.
Returns a
Stream
out of the elements in the array, made of
Pair
s
(index, value)
.
Creates a
Stream
of
Pair
s composed of a given fixed value and an integer in the given range.
Creates a
Stream
of
Pair
s composed of a given fixed value and an integer in the given range.
A
Collector
that produces a
Map
whose key is field
a
and value field
b
.
Creates a
Stream
of
Pair
s composed of a given fixed value and another element taken from another
Stream
.
Zips two streams into a stream of
Pair
s.
static <T,
U,
V> Triple<T,U,V>
Triple.of(Pair<T,U> pair,
V value)
Creates a Triple
from a Pair
and another value.
Creates a
Stream
of
Triple
s composed of a given fixed
Pair
and an integer in the given
range.
Creates a
Stream
of
Triple
s composed of a given fixed
Pair
and an integer in the given
range.
Creates a
Stream
of
Triple
s composed of a given
Pair
and another element taken from
Stream
.