| Package | Description |
|---|---|
| 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 |
|---|---|
ImmutableCharBag |
ImmutableBag.collectChar(CharFunction<? super T> charFunction) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCharBag |
ImmutableCharBag.newWith(char element) |
ImmutableCharBag |
ImmutableCharBag.newWithAll(CharIterable elements) |
ImmutableCharBag |
ImmutableCharBag.newWithout(char element) |
ImmutableCharBag |
ImmutableCharBag.newWithoutAll(CharIterable elements) |
ImmutableCharBag |
ImmutableCharBag.reject(CharPredicate predicate) |
ImmutableCharBag |
ImmutableCharBag.select(CharPredicate predicate) |
ImmutableCharBag |
CharBag.toImmutable()
Returns an immutable copy of this bag.
|
ImmutableCharBag |
MutableCharBag.toImmutable()
Returns an immutable copy of this bag.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableCharBag |
ImmutableCharBagFactory.empty() |
ImmutableCharBag |
ImmutableCharBagFactory.of()
Same as
ImmutableCharBagFactory.empty(). |
ImmutableCharBag |
ImmutableCharBagFactory.of(char... items)
Same as
ImmutableCharBagFactory.with(char[]). |
ImmutableCharBag |
ImmutableCharBagFactory.of(char one)
Same as
ImmutableCharBagFactory.with(char). |
ImmutableCharBag |
ImmutableCharBagFactory.ofAll(CharIterable items)
|
ImmutableCharBag |
ImmutableCharBagFactory.with()
Same as
ImmutableCharBagFactory.empty(). |
ImmutableCharBag |
ImmutableCharBagFactory.with(char... items) |
ImmutableCharBag |
ImmutableCharBagFactory.with(char one) |
ImmutableCharBag |
ImmutableCharBagFactory.withAll(CharIterable items) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCharBag |
ImmutableMap.collectChar(CharFunction<? super V> charFunction) |
Copyright © 2004–2017. All rights reserved.