| 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 |
| 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 |
|---|---|
ReversibleShortIterable |
ReversibleIterable.collectShort(ShortFunction<? super T> shortFunction) |
| Modifier and Type | Method and Description |
|---|---|
ReversibleShortIterable |
ReversibleShortIterable.distinct() |
ReversibleShortIterable |
ReversibleShortIterable.reject(ShortPredicate predicate) |
default ReversibleShortIterable |
ReversibleShortIterable.rejectWithIndex(ShortIntPredicate predicate)
Returns a new ReversibleShortIterable excluding all elements with corresponding indexes matching the specified predicate.
|
ReversibleShortIterable |
ReversibleShortIterable.select(ShortPredicate predicate) |
default ReversibleShortIterable |
ReversibleShortIterable.selectWithIndex(ShortIntPredicate predicate)
Returns a new ReversibleShortIterable including all elements with corresponding indexes matching the specified predicate.
|
ReversibleShortIterable |
ReversibleShortIterable.toReversed() |
Copyright © 2004–2022. All rights reserved.