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