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.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
Modifier and Type | Interface | 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 | Description |
---|---|---|
ReversibleShortIterable |
ReversibleIterable.collectShort(ShortFunction<? super T> shortFunction) |
Modifier and Type | Method | Description |
---|---|---|
ReversibleShortIterable |
ReversibleShortIterable.distinct() |
|
ReversibleShortIterable |
ReversibleShortIterable.reject(ShortPredicate predicate) |
|
ReversibleShortIterable |
ReversibleShortIterable.select(ShortPredicate predicate) |
|
ReversibleShortIterable |
ReversibleShortIterable.toReversed() |
Modifier and Type | Class | Description |
---|---|---|
class |
ShortArrayList |
ShortArrayList is similar to
FastList , and is memory-optimized for short primitives. |
class |
SynchronizedShortList |
A synchronized view of a
MutableShortList . |
class |
UnmodifiableShortList |
This file was automatically generated from template file unmodifiablePrimitiveList.stg.
|
Copyright © 2004–2019. All rights reserved.