| Package | Description |
|---|---|
| org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
| org.eclipse.collections.api.bag.primitive |
This package contains API for Primitive Bags with Mutable and Immutable variants.
|
| org.eclipse.collections.api.collection | |
| org.eclipse.collections.api.collection.primitive |
This package contains mutable and immutable primitive collection API.
|
| org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
| org.eclipse.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
| org.eclipse.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
| Modifier and Type | Method and Description |
|---|---|
<R extends MutableBooleanCollection> |
RichIterable.collectBoolean(BooleanFunction<? super T> booleanFunction,
R target)
Same as
RichIterable.collectBoolean(BooleanFunction), except that the results are gathered into the specified target
collection. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableBooleanBag
This file was automatically generated from template file mutablePrimitiveBag.stg.
|
| Modifier and Type | Method and Description |
|---|---|
MutableBooleanCollection |
MutableCollection.collectBoolean(BooleanFunction<? super T> booleanFunction) |
| Modifier and Type | Method and Description |
|---|---|
MutableBooleanCollection |
MutableBooleanCollection.asSynchronized() |
MutableBooleanCollection |
MutableBooleanCollection.asUnmodifiable() |
MutableBooleanCollection |
MutableBooleanCollection.reject(BooleanPredicate predicate) |
MutableBooleanCollection |
MutableBooleanCollection.select(BooleanPredicate predicate) |
MutableBooleanCollection |
MutableBooleanCollection.with(boolean element) |
MutableBooleanCollection |
MutableBooleanCollection.withAll(BooleanIterable elements) |
MutableBooleanCollection |
MutableBooleanCollection.without(boolean element) |
MutableBooleanCollection |
MutableBooleanCollection.withoutAll(BooleanIterable elements) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableBooleanList
This file was automatically generated from template file mutablePrimitiveList.stg.
|
| Modifier and Type | Method and Description |
|---|---|
MutableBooleanCollection |
MutablePrimitiveObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction) |
MutableBooleanCollection |
MutableBooleanValuesMap.reject(BooleanPredicate predicate) |
MutableBooleanCollection |
MutableObjectBooleanMap.reject(BooleanPredicate predicate) |
MutableBooleanCollection |
MutableBooleanValuesMap.select(BooleanPredicate predicate) |
MutableBooleanCollection |
MutableObjectBooleanMap.select(BooleanPredicate predicate) |
MutableBooleanCollection |
BooleanValuesMap.values() |
MutableBooleanCollection |
ObjectBooleanMap.values() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableBooleanSet
This file was automatically generated from template file mutablePrimitiveSet.stg.
|
Copyright © 2004–2017. All rights reserved.