| 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 |
ImmutableIntList
This file was automatically generated from template file immutablePrimitiveList.stg.
|
interface |
IntList
This file was automatically generated from template file primitiveList.stg.
|
interface |
MutableIntList
This file was automatically generated from template file mutablePrimitiveList.stg.
|
| Modifier and Type | Method and Description |
|---|---|
OrderedIntIterable |
OrderedIterable.collectInt(IntFunction<? super T> intFunction) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReversibleIntIterable
This file was automatically generated from template file reversiblePrimitiveIterable.stg.
|
| Modifier and Type | Method and Description |
|---|---|
OrderedIntIterable |
OrderedIntIterable.reject(IntPredicate predicate) |
default OrderedIntIterable |
OrderedIntIterable.rejectWithIndex(IntIntPredicate predicate)
Returns a new OrderedIntIterable excluding all elements with corresponding indexes matching the specified predicate.
|
OrderedIntIterable |
OrderedIntIterable.select(IntPredicate predicate) |
default OrderedIntIterable |
OrderedIntIterable.selectWithIndex(IntIntPredicate predicate)
Returns a new OrderedIntIterable including all elements with corresponding indexes matching the specified predicate.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableIntStack
This file was automatically generated from template file immutablePrimitiveStack.stg.
|
interface |
IntStack
This file was automatically generated from template file primitiveStack.stg.
|
interface |
MutableIntStack
This file was automatically generated from template file mutablePrimitiveStack.stg.
|
Copyright © 2004–2022. All rights reserved.