| Package | Description |
|---|---|
| org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
| org.eclipse.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
LazyIterable<BooleanBooleanPair> |
BooleanSet.cartesianProduct(BooleanSet set)
Returns the set whose members are all possible ordered pairs (a, b) where a is a member of
this and b is a
member of set. |
Copyright © 2004–2021. All rights reserved.