| 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 MutableCharList |
CharIterable.toSortedList(CharComparator comparator)
Converts the collection to a MutableCharList implementation sorted using the provided comparator.
|
| Modifier and Type | Method and Description |
|---|---|
default MutableCharList |
MutableCharList.sortThis(CharComparator comparator)
Sorts the internal data structure of this list and returns the list itself as a convenience.
|
Copyright © 2004–2023. All rights reserved.