| Package | Description |
|---|---|
| org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
| org.eclipse.collections.api.ordered | |
| org.eclipse.collections.api.ordered.primitive |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BooleanList
This file was automatically generated from template file primitiveList.stg.
|
interface |
ImmutableBooleanList
This file was automatically generated from template file immutablePrimitiveList.stg.
|
interface |
MutableBooleanList
This file was automatically generated from template file mutablePrimitiveList.stg.
|
| Modifier and Type | Method and Description |
|---|---|
ReversibleBooleanIterable |
ReversibleIterable.collectBoolean(BooleanFunction<? super T> booleanFunction) |
| Modifier and Type | Method and Description |
|---|---|
ReversibleBooleanIterable |
ReversibleBooleanIterable.distinct() |
ReversibleBooleanIterable |
ReversibleBooleanIterable.reject(BooleanPredicate predicate) |
ReversibleBooleanIterable |
ReversibleBooleanIterable.select(BooleanPredicate predicate) |
ReversibleBooleanIterable |
ReversibleBooleanIterable.toReversed() |
Copyright © 2004–2020. All rights reserved.