| 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 |
ImmutableShortList
This file was automatically generated from template file immutablePrimitiveList.stg.
|
interface |
MutableShortList
This file was automatically generated from template file mutablePrimitiveList.stg.
|
interface |
ShortList
This file was automatically generated from template file primitiveList.stg.
|
| Modifier and Type | Method and Description |
|---|---|
OrderedShortIterable |
OrderedIterable.collectShort(ShortFunction<? super T> shortFunction) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReversibleShortIterable
This file was automatically generated from template file reversiblePrimitiveIterable.stg.
|
| Modifier and Type | Method and Description |
|---|---|
OrderedShortIterable |
OrderedShortIterable.reject(ShortPredicate predicate) |
default OrderedShortIterable |
OrderedShortIterable.rejectWithIndex(ShortIntPredicate predicate)
Returns a new OrderedShortIterable excluding all elements with corresponding indexes matching the specified predicate.
|
OrderedShortIterable |
OrderedShortIterable.select(ShortPredicate predicate) |
default OrderedShortIterable |
OrderedShortIterable.selectWithIndex(ShortIntPredicate predicate)
Returns a new OrderedShortIterable including all elements with corresponding indexes matching the specified predicate.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableShortStack
This file was automatically generated from template file immutablePrimitiveStack.stg.
|
interface |
MutableShortStack
This file was automatically generated from template file mutablePrimitiveStack.stg.
|
interface |
ShortStack
This file was automatically generated from template file primitiveStack.stg.
|
Copyright © 2004–2022. All rights reserved.