| Package | Description |
|---|---|
| org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
| Modifier and Type | Method and Description |
|---|---|
default <T> ListIterable<BooleanObjectPair<T>> |
BooleanList.zip(Iterable<T> iterable)
Returns a
ListIterable formed from this BooleanList and a ListIterable by
combining corresponding elements in pairs. |
default <T> MutableList<BooleanObjectPair<T>> |
MutableBooleanList.zip(Iterable<T> list)
Returns a
MutableList formed from this MutableBooleanList and a ListIterable by
combining corresponding elements in pairs. |
default <T> ImmutableList<BooleanObjectPair<T>> |
ImmutableBooleanList.zip(Iterable<T> iterable)
Returns an
ImmutableList formed from this ImmutableBooleanList and a ListIterable by
combining corresponding elements in pairs. |
Copyright © 2004–2021. All rights reserved.