| 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 |
|---|---|
boolean |
CharIterable.containsAll(CharIterable source)
Returns true if the all of the values specified in the source CharIterable are contained
in the CharIterable, and false if they are not.
|
| 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 |
|---|---|
ImmutableCharBag |
ImmutableCharBagFactory.ofAll(CharIterable items)
|
MutableCharBag |
MutableCharBagFactory.ofAll(CharIterable items)
|
ImmutableCharBag |
ImmutableCharBagFactory.withAll(CharIterable items) |
MutableCharBag |
MutableCharBagFactory.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 |
|---|---|
ImmutableCharStack |
ImmutableCharStackFactory.ofAll(CharIterable items)
|
MutableCharStack |
MutableCharStackFactory.ofAll(CharIterable items)
|
ImmutableCharStack |
ImmutableCharStackFactory.ofAllReversed(CharIterable items)
|
MutableCharStack |
MutableCharStackFactory.ofAllReversed(CharIterable items)
|
ImmutableCharStack |
ImmutableCharStackFactory.withAll(CharIterable items) |
MutableCharStack |
MutableCharStackFactory.withAll(CharIterable items) |
ImmutableCharStack |
ImmutableCharStackFactory.withAllReversed(CharIterable items) |
MutableCharStack |
MutableCharStackFactory.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) |
| 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 | 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–2017. All rights reserved.