| 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.primitive |
This package contains mutable and immutable primitive collection API.
|
| org.eclipse.collections.api.factory.bag.primitive | |
| org.eclipse.collections.api.factory.list.primitive |
This package contains factory API for creating immutable primitive list instances.
|
| org.eclipse.collections.api.factory.set.primitive | |
| org.eclipse.collections.api.factory.stack.primitive | |
| 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.ordered.primitive | |
| org.eclipse.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
| org.eclipse.collections.api.stack.primitive |
This package contains mutable and immutable primitive stack API.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LazyCharIterable
This file was automatically generated from template file lazyPrimitiveIterable.stg.
|
| Modifier and Type | Method and Description |
|---|---|
CharIterable |
RichIterable.collectChar(CharFunction<? super T> charFunction)
Returns a new primitive
char iterable with the results of applying the specified function on each element
of the source collection. |
CharIterable |
CharIterable.reject(CharPredicate predicate)
Returns a new CharIterable with all of the elements in the CharIterable that
return false for the specified predicate.
|
CharIterable |
CharIterable.select(CharPredicate predicate)
Returns a new CharIterable with all of the elements in the CharIterable that
return true for the specified predicate.
|
default CharIterable |
CharIterable.tap(CharProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
default RichIterable<CharIterable> |
CharIterable.chunk(int size)
Partitions elements in fixed size chunks.
|
| Modifier and Type | Method and Description |
|---|---|
default boolean |
CharIterable.containsAll(CharIterable source)
Returns true if all of the values specified in the source CharIterable are contained
in the CharIterable, and false if they are not.
|
default boolean |
CharIterable.containsAny(CharIterable source)
Returns true if any of the values specified in the source CharIterable are contained
in the CharIterable, and false if they are not.
|
default boolean |
CharIterable.containsNone(CharIterable source)
Returns true if none of the values specified in the source CharIterable are contained
in the CharIterable, and false if they are.
|
| Modifier and Type | Method and Description |
|---|---|
default <R extends MutableCharCollection> |
RichIterable.flatCollectChar(Function<? super T,? extends CharIterable> function,
R target)
Same as flatCollect, only the results are collected into the target collection.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CharBag
This file was automatically generated from template file primitiveBag.stg.
|
interface |
ImmutableCharBag
This file was automatically generated from template file immutablePrimitiveBag.stg.
|
interface |
MutableCharBag
This file was automatically generated from template file mutablePrimitiveBag.stg.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableCharBag |
ImmutableCharBag.newWithAll(CharIterable elements) |
ImmutableCharBag |
ImmutableCharBag.newWithoutAll(CharIterable elements) |
MutableCharBag |
MutableCharBag.withAll(CharIterable elements) |
MutableCharBag |
MutableCharBag.withoutAll(CharIterable elements) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableCharCollection
This file was automatically generated from template file immutablePrimitiveCollection.stg.
|
interface |
MutableCharCollection
This file was automatically generated from template file mutablePrimitiveCollection.stg.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MutableCharCollection.addAll(CharIterable source) |
ImmutableCharCollection |
ImmutableCharCollection.newWithAll(CharIterable elements) |
ImmutableCharCollection |
ImmutableCharCollection.newWithoutAll(CharIterable elements) |
boolean |
MutableCharCollection.removeAll(CharIterable source) |
boolean |
MutableCharCollection.retainAll(CharIterable elements) |
MutableCharCollection |
MutableCharCollection.withAll(CharIterable elements) |
MutableCharCollection |
MutableCharCollection.withoutAll(CharIterable elements) |
| Modifier and Type | Method and Description |
|---|---|
MutableCharBag |
MutableCharBagFactory.ofAll(CharIterable items)
|
ImmutableCharBag |
ImmutableCharBagFactory.ofAll(CharIterable items)
|
MutableCharBag |
MutableCharBagFactory.withAll(CharIterable items) |
ImmutableCharBag |
ImmutableCharBagFactory.withAll(CharIterable items) |
| Modifier and Type | Method and Description |
|---|---|
MutableCharList |
MutableCharListFactory.ofAll(CharIterable items)
|
ImmutableCharList |
ImmutableCharListFactory.ofAll(CharIterable items)
|
MutableCharList |
MutableCharListFactory.withAll(CharIterable items) |
ImmutableCharList |
ImmutableCharListFactory.withAll(CharIterable items) |
| Modifier and Type | Method and Description |
|---|---|
MutableCharSet |
MutableCharSetFactory.ofAll(CharIterable items)
|
ImmutableCharSet |
ImmutableCharSetFactory.ofAll(CharIterable items)
|
MutableCharSet |
MutableCharSetFactory.withAll(CharIterable items) |
ImmutableCharSet |
ImmutableCharSetFactory.withAll(CharIterable items) |
| Modifier and Type | Method and Description |
|---|---|
MutableCharStack |
MutableCharStackFactory.ofAll(CharIterable items)
|
ImmutableCharStack |
ImmutableCharStackFactory.ofAll(CharIterable items)
|
MutableCharStack |
MutableCharStackFactory.ofAllReversed(CharIterable items)
|
ImmutableCharStack |
ImmutableCharStackFactory.ofAllReversed(CharIterable items)
|
MutableCharStack |
MutableCharStackFactory.withAll(CharIterable items) |
ImmutableCharStack |
ImmutableCharStackFactory.withAll(CharIterable items) |
MutableCharStack |
MutableCharStackFactory.withAllReversed(CharIterable items) |
ImmutableCharStack |
ImmutableCharStackFactory.withAllReversed(CharIterable items) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CharList
This file was automatically generated from template file primitiveList.stg.
|
interface |
ImmutableCharList
This file was automatically generated from template file immutablePrimitiveList.stg.
|
interface |
MutableCharList
This file was automatically generated from template file mutablePrimitiveList.stg.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MutableCharList.addAllAtIndex(int index,
CharIterable source) |
ImmutableCharList |
ImmutableCharList.newWithAll(CharIterable elements) |
ImmutableCharList |
ImmutableCharList.newWithoutAll(CharIterable elements) |
MutableCharList |
MutableCharList.withAll(CharIterable elements) |
MutableCharList |
MutableCharList.withoutAll(CharIterable elements) |
default ListIterable<CharCharPair> |
CharList.zipChar(CharIterable iterable)
Returns a
ListIterable formed from this CharList and another CharList by
combining corresponding elements in pairs. |
default MutableList<CharCharPair> |
MutableCharList.zipChar(CharIterable iterable)
Returns a
MutableList formed from this MutableCharList and another CharList by
combining corresponding elements in pairs. |
default ImmutableList<CharCharPair> |
ImmutableCharList.zipChar(CharIterable iterable)
Returns an
ImmutableList formed from this ImmutableCharList and another CharList by
combining corresponding elements in pairs. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ByteCharMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
CharCharMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
CharValuesMap
This file was automatically generated from template file primitiveValuesMap.stg.
|
interface |
DoubleCharMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
FloatCharMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
ImmutableByteCharMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableCharCharMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableDoubleCharMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableFloatCharMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableIntCharMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableLongCharMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableObjectCharMap<K>
This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
|
interface |
ImmutableShortCharMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
IntCharMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
LongCharMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
MutableByteCharMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableCharCharMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableCharValuesMap
This file was automatically generated from template file mutablePrimitiveValuesMap.stg.
|
interface |
MutableDoubleCharMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableFloatCharMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableIntCharMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableLongCharMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableObjectCharMap<K>
This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
|
interface |
MutableShortCharMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
ObjectCharMap<K>
This file was automatically generated from template file objectPrimitiveMap.stg.
|
interface |
ShortCharMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableCharBooleanMap |
ImmutableCharBooleanMap.newWithoutAllKeys(CharIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist),
and return the copy as a new immutable map.
|
ImmutableCharCharMap |
ImmutableCharCharMap.newWithoutAllKeys(CharIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist),
and return the copy as a new immutable map.
|
ImmutableCharByteMap |
ImmutableCharByteMap.newWithoutAllKeys(CharIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist),
and return the copy as a new immutable map.
|
ImmutableCharShortMap |
ImmutableCharShortMap.newWithoutAllKeys(CharIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist),
and return the copy as a new immutable map.
|
ImmutableCharLongMap |
ImmutableCharLongMap.newWithoutAllKeys(CharIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist),
and return the copy as a new immutable map.
|
ImmutableCharDoubleMap |
ImmutableCharDoubleMap.newWithoutAllKeys(CharIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist),
and return the copy as a new immutable map.
|
ImmutableCharFloatMap |
ImmutableCharFloatMap.newWithoutAllKeys(CharIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist),
and return the copy as a new immutable map.
|
ImmutableCharIntMap |
ImmutableCharIntMap.newWithoutAllKeys(CharIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist),
and return the copy as a new immutable map.
|
ImmutableCharObjectMap<V> |
ImmutableCharObjectMap.newWithoutAllKeys(CharIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist),
and return the copy as a new immutable map.
|
MutableCharBooleanMap |
MutableCharBooleanMap.withoutAllKeys(CharIterable keys)
Removes the mappings associated with all the keys, if they exist, from this map.
|
MutableCharCharMap |
MutableCharCharMap.withoutAllKeys(CharIterable keys)
Removes the mappings associated with all the keys, if they exist, from this map.
|
MutableCharByteMap |
MutableCharByteMap.withoutAllKeys(CharIterable keys)
Removes the mappings associated with all the keys, if they exist, from this map.
|
MutableCharShortMap |
MutableCharShortMap.withoutAllKeys(CharIterable keys)
Removes the mappings associated with all the keys, if they exist, from this map.
|
MutableCharLongMap |
MutableCharLongMap.withoutAllKeys(CharIterable keys)
Removes the mappings associated with all the keys, if they exist, from this map.
|
MutableCharDoubleMap |
MutableCharDoubleMap.withoutAllKeys(CharIterable keys)
Removes the mappings associated with all the keys, if they exist, from this map.
|
MutableCharFloatMap |
MutableCharFloatMap.withoutAllKeys(CharIterable keys)
Removes the mappings associated with all the keys, if they exist, from this map.
|
MutableCharIntMap |
MutableCharIntMap.withoutAllKeys(CharIterable keys)
Removes the mappings associated with all the keys, if they exist, from this map.
|
MutableCharObjectMap<V> |
MutableCharObjectMap.withoutAllKeys(CharIterable keys)
Removes the mappings associated with all the keys, if they exist, from this map.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OrderedCharIterable
This file was automatically generated from template file orderedPrimitiveIterable.stg.
|
interface |
ReversibleCharIterable
This file was automatically generated from template file reversiblePrimitiveIterable.stg.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CharSet
This file was automatically generated from template file primitiveSet.stg.
|
interface |
ImmutableCharSet
This file was automatically generated from template file immutablePrimitiveSet.stg.
|
interface |
MutableCharSet
This file was automatically generated from template file mutablePrimitiveSet.stg.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableCharSet |
ImmutableCharSet.newWithAll(CharIterable elements) |
ImmutableCharSet |
ImmutableCharSet.newWithoutAll(CharIterable elements) |
MutableCharSet |
MutableCharSet.withAll(CharIterable elements) |
MutableCharSet |
MutableCharSet.withoutAll(CharIterable elements) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CharStack
This file was automatically generated from template file primitiveStack.stg.
|
interface |
ImmutableCharStack
This file was automatically generated from template file immutablePrimitiveStack.stg.
|
interface |
MutableCharStack
This file was automatically generated from template file mutablePrimitiveStack.stg.
|
Copyright © 2004–2021. All rights reserved.