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 |
org.eclipse.collections.impl.bag.immutable |
This package contains implementations of the
ImmutableBag interface. |
org.eclipse.collections.impl.bag.immutable.primitive |
This package contains implementations of the immutable primitive bag interfaces.
|
org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
org.eclipse.collections.impl.bimap.immutable | |
org.eclipse.collections.impl.map.immutable |
This package contains implementations of the
ImmutableMap interface. |
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) |
Modifier and Type | Method and Description |
---|---|
ImmutableCharBag |
AbstractImmutableBag.collectChar(CharFunction<? super T> charFunction) |
Modifier and Type | Method and Description |
---|---|
ImmutableCharBag |
ImmutableCharBagFactoryImpl.empty() |
ImmutableCharBag |
ImmutableCharBagFactoryImpl.of() |
ImmutableCharBag |
ImmutableCharBagFactoryImpl.of(char... items) |
ImmutableCharBag |
ImmutableCharBagFactoryImpl.of(char one) |
ImmutableCharBag |
ImmutableCharBagFactoryImpl.ofAll(CharIterable items) |
ImmutableCharBag |
ImmutableCharBagFactoryImpl.with() |
ImmutableCharBag |
ImmutableCharBagFactoryImpl.with(char... items) |
ImmutableCharBag |
ImmutableCharBagFactoryImpl.with(char one) |
ImmutableCharBag |
ImmutableCharBagFactoryImpl.withAll(CharIterable items) |
Modifier and Type | Method and Description |
---|---|
ImmutableCharBag |
UnmodifiableCharBag.toImmutable() |
ImmutableCharBag |
SynchronizedCharBag.toImmutable() |
ImmutableCharBag |
CharHashBag.toImmutable() |
Modifier and Type | Method and Description |
---|---|
ImmutableCharBag |
AbstractImmutableBiMap.collectChar(CharFunction<? super V> charFunction) |
Modifier and Type | Method and Description |
---|---|
ImmutableCharBag |
AbstractImmutableMap.collectChar(CharFunction<? super V> charFunction) |
Copyright © 2004–2016. All rights reserved.