| Package | Description |
|---|---|
| org.eclipse.collections.api.bag.sorted |
This package contains interfaces for SortedBag API.
|
| org.eclipse.collections.api.factory.list.primitive |
This package contains factory API for creating immutable primitive list instances.
|
| org.eclipse.collections.api.list |
This package contains interfaces for list API which enhance the performance and functionality of
List. |
| org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
| org.eclipse.collections.api.map |
This package contains interfaces for map API which enhance the performance and functionality of
Map |
| org.eclipse.collections.api.map.sorted |
This package contains mutable and immutable sorted map interfaces.
|
| org.eclipse.collections.api.set.sorted |
This package contains interfaces for sorted set API.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableShortList |
ImmutableSortedBag.collectShort(ShortFunction<? super T> shortFunction) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableShortList |
ImmutableShortListFactory.empty() |
ImmutableShortList |
ImmutableShortListFactory.of()
Same as
ImmutableShortListFactory.empty(). |
ImmutableShortList |
ImmutableShortListFactory.of(short... items)
|
ImmutableShortList |
ImmutableShortListFactory.of(short one)
|
ImmutableShortList |
ImmutableShortListFactory.ofAll(ShortIterable items)
|
ImmutableShortList |
ImmutableShortListFactory.with()
Same as
ImmutableShortListFactory.empty(). |
ImmutableShortList |
ImmutableShortListFactory.with(short... items) |
ImmutableShortList |
ImmutableShortListFactory.with(short one) |
ImmutableShortList |
ImmutableShortListFactory.withAll(ShortIterable items) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableShortList |
ImmutableList.collectShort(ShortFunction<? super T> shortFunction) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableShortList |
ImmutableShortList.distinct() |
ImmutableShortList |
ImmutableShortList.newWith(short element) |
ImmutableShortList |
ImmutableShortList.newWithAll(ShortIterable elements) |
ImmutableShortList |
ImmutableShortList.newWithout(short element) |
ImmutableShortList |
ImmutableShortList.newWithoutAll(ShortIterable elements) |
ImmutableShortList |
ImmutableShortList.reject(ShortPredicate predicate) |
ImmutableShortList |
ImmutableShortList.select(ShortPredicate predicate) |
ImmutableShortList |
ImmutableShortList.subList(int fromIndex,
int toIndex) |
default ImmutableShortList |
ImmutableShortList.tap(ShortProcedure procedure) |
ImmutableShortList |
MutableShortList.toImmutable()
Returns an immutable copy of this list.
|
ImmutableShortList |
ShortList.toImmutable()
Returns an immutable copy of this list.
|
ImmutableShortList |
ImmutableShortList.toReversed() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableShortList |
ImmutableOrderedMap.collectShort(ShortFunction<? super V> shortFunction) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableShortList |
ImmutableSortedMap.collectShort(ShortFunction<? super V> shortFunction) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableShortList |
ImmutableSortedSet.collectShort(ShortFunction<? super T> shortFunction) |
Copyright © 2004–2017. All rights reserved.