| Package | Description |
|---|---|
| org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
| org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
| Modifier and Type | Method and Description |
|---|---|
default MutableShortList |
ShortIterable.toSortedList(ShortComparator comparator)
Converts the collection to a MutableShortList implementation sorted using the provided comparator.
|
| Modifier and Type | Method and Description |
|---|---|
default MutableShortList |
MutableShortList.sortThis(ShortComparator comparator)
Sorts the internal data structure of this list and returns the list itself as a convenience.
|
Copyright © 2004–2023. All rights reserved.