| Package | Description |
|---|---|
| org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
| org.eclipse.collections.api.bag |
This package contains interfaces for Bag API.
|
| org.eclipse.collections.api.bag.primitive |
This package contains API for Primitive Bags with Mutable and Immutable variants.
|
| org.eclipse.collections.api.factory.bag.primitive | |
| org.eclipse.collections.api.map |
This package contains interfaces for map API which enhance the performance and functionality of
Map |
| Modifier and Type | Method and Description |
|---|---|
MutableBooleanBag |
BooleanIterable.toBag() |
| Modifier and Type | Method and Description |
|---|---|
MutableBooleanBag |
MutableBag.collectBoolean(BooleanFunction<? super T> booleanFunction) |
| Modifier and Type | Method and Description |
|---|---|
MutableBooleanBag |
MutableBooleanBag.asSynchronized() |
MutableBooleanBag |
MutableBooleanBag.asUnmodifiable() |
MutableBooleanBag |
MutableBooleanBag.reject(BooleanPredicate predicate) |
MutableBooleanBag |
MutableBooleanBag.select(BooleanPredicate predicate) |
MutableBooleanBag |
MutableBooleanBag.with(boolean element) |
MutableBooleanBag |
MutableBooleanBag.withAll(BooleanIterable elements) |
MutableBooleanBag |
MutableBooleanBag.without(boolean element) |
MutableBooleanBag |
MutableBooleanBag.withoutAll(BooleanIterable elements) |
| Modifier and Type | Method and Description |
|---|---|
MutableBooleanBag |
MutableBooleanBagFactory.empty() |
MutableBooleanBag |
MutableBooleanBagFactory.of()
Same as
MutableBooleanBagFactory.empty(). |
MutableBooleanBag |
MutableBooleanBagFactory.of(boolean... items)
|
MutableBooleanBag |
MutableBooleanBagFactory.ofAll(BooleanIterable items)
|
MutableBooleanBag |
MutableBooleanBagFactory.with()
Same as
MutableBooleanBagFactory.empty(). |
MutableBooleanBag |
MutableBooleanBagFactory.with(boolean... items) |
MutableBooleanBag |
MutableBooleanBagFactory.withAll(BooleanIterable items) |
| Modifier and Type | Method and Description |
|---|---|
MutableBooleanBag |
MutableMap.collectBoolean(BooleanFunction<? super V> booleanFunction) |
Copyright © 2004–2017. All rights reserved.