| Package | Description |
|---|---|
| org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
| org.eclipse.collections.api.ordered | |
| org.eclipse.collections.api.ordered.primitive | |
| org.eclipse.collections.api.stack.primitive |
This package contains mutable and immutable primitive stack API.
|
| 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 |
|---|---|
OrderedCharIterable |
OrderedIterable.collectChar(CharFunction<? super T> charFunction) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReversibleCharIterable
This file was automatically generated from template file reversiblePrimitiveIterable.stg.
|
| Modifier and Type | Method and Description |
|---|---|
OrderedCharIterable |
OrderedCharIterable.reject(CharPredicate predicate) |
default OrderedCharIterable |
OrderedCharIterable.rejectWithIndex(CharIntPredicate predicate)
Returns a new OrderedCharIterable excluding all elements with corresponding indexes matching the specified predicate.
|
OrderedCharIterable |
OrderedCharIterable.select(CharPredicate predicate) |
default OrderedCharIterable |
OrderedCharIterable.selectWithIndex(CharIntPredicate predicate)
Returns a new OrderedCharIterable including all elements with corresponding indexes matching the specified predicate.
|
| 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–2023. All rights reserved.