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