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