| Package | Description |
|---|---|
| org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
| 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 |
|---|---|
MutableShortList |
ShortIterable.toList()
Converts the ShortIterable to a new MutableShortList.
|
MutableShortList |
ShortIterable.toSortedList() |
| Modifier and Type | Method and Description |
|---|---|
MutableShortList |
MutableSortedBag.collectShort(ShortFunction<? super T> shortFunction) |
| Modifier and Type | Method and Description |
|---|---|
MutableShortList |
MutableShortListFactory.empty() |
MutableShortList |
MutableShortListFactory.of()
Same as
MutableShortListFactory.empty(). |
MutableShortList |
MutableShortListFactory.of(short... items)
|
MutableShortList |
MutableShortListFactory.ofAll(ShortIterable items)
|
MutableShortList |
MutableShortListFactory.with()
Same as
MutableShortListFactory.empty(). |
MutableShortList |
MutableShortListFactory.with(short... items) |
MutableShortList |
MutableShortListFactory.withAll(ShortIterable items) |
| Modifier and Type | Method and Description |
|---|---|
MutableShortList |
MutableList.collectShort(ShortFunction<? super T> shortFunction) |
| Modifier and Type | Method and Description |
|---|---|
MutableShortList |
MutableShortList.asSynchronized() |
MutableShortList |
MutableShortList.asUnmodifiable() |
MutableShortList |
MutableShortList.distinct() |
MutableShortList |
MutableShortList.reject(ShortPredicate predicate) |
MutableShortList |
MutableShortList.reverseThis() |
MutableShortList |
MutableShortList.select(ShortPredicate predicate) |
MutableShortList |
MutableShortList.sortThis()
Sorts this list mutating its contents and returns the same mutable list (this).
|
MutableShortList |
MutableShortList.subList(int fromIndex,
int toIndex) |
default MutableShortList |
MutableShortList.tap(ShortProcedure procedure) |
MutableShortList |
MutableShortList.toReversed() |
MutableShortList |
MutableShortList.with(short element) |
MutableShortList |
MutableShortList.withAll(ShortIterable elements) |
MutableShortList |
MutableShortList.without(short element) |
MutableShortList |
MutableShortList.withoutAll(ShortIterable elements) |
| Modifier and Type | Method and Description |
|---|---|
MutableShortList |
MutableOrderedMap.collectShort(ShortFunction<? super V> shortFunction) |
| Modifier and Type | Method and Description |
|---|---|
MutableShortList |
MutableSortedMap.collectShort(ShortFunction<? super V> shortFunction) |
| Modifier and Type | Method and Description |
|---|---|
MutableShortList |
MutableSortedSet.collectShort(ShortFunction<? super T> shortFunction) |
Copyright © 2004–2017. All rights reserved.