| 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 |
ImmutableLongList
This file was automatically generated from template file immutablePrimitiveList.stg.
|
interface |
LongList
This file was automatically generated from template file primitiveList.stg.
|
interface |
MutableLongList
This file was automatically generated from template file mutablePrimitiveList.stg.
|
| Modifier and Type | Method and Description |
|---|---|
OrderedLongIterable |
OrderedIterable.collectLong(LongFunction<? super T> longFunction) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReversibleLongIterable
This file was automatically generated from template file reversiblePrimitiveIterable.stg.
|
| Modifier and Type | Method and Description |
|---|---|
OrderedLongIterable |
OrderedLongIterable.reject(LongPredicate predicate) |
default OrderedLongIterable |
OrderedLongIterable.rejectWithIndex(LongIntPredicate predicate)
Returns a new OrderedLongIterable excluding all elements with corresponding indexes matching the specified predicate.
|
OrderedLongIterable |
OrderedLongIterable.select(LongPredicate predicate) |
default OrderedLongIterable |
OrderedLongIterable.selectWithIndex(LongIntPredicate predicate)
Returns a new OrderedLongIterable including all elements with corresponding indexes matching the specified predicate.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableLongStack
This file was automatically generated from template file immutablePrimitiveStack.stg.
|
interface |
LongStack
This file was automatically generated from template file primitiveStack.stg.
|
interface |
MutableLongStack
This file was automatically generated from template file mutablePrimitiveStack.stg.
|
Copyright © 2004–2023. All rights reserved.