| 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 |
|---|---|
MutableFloatList |
FloatIterable.toList()
Converts the FloatIterable to a new MutableFloatList.
|
MutableFloatList |
FloatIterable.toSortedList() |
| Modifier and Type | Method and Description |
|---|---|
MutableFloatList |
MutableSortedBag.collectFloat(FloatFunction<? super T> floatFunction) |
| Modifier and Type | Method and Description |
|---|---|
MutableFloatList |
MutableFloatListFactory.empty() |
MutableFloatList |
MutableFloatListFactory.of()
Same as
MutableFloatListFactory.empty(). |
MutableFloatList |
MutableFloatListFactory.of(float... items)
|
MutableFloatList |
MutableFloatListFactory.ofAll(FloatIterable items)
|
MutableFloatList |
MutableFloatListFactory.with()
Same as
MutableFloatListFactory.empty(). |
MutableFloatList |
MutableFloatListFactory.with(float... items) |
MutableFloatList |
MutableFloatListFactory.withAll(FloatIterable items) |
| Modifier and Type | Method and Description |
|---|---|
MutableFloatList |
MutableList.collectFloat(FloatFunction<? super T> floatFunction) |
| Modifier and Type | Method and Description |
|---|---|
MutableFloatList |
MutableFloatList.asSynchronized() |
MutableFloatList |
MutableFloatList.asUnmodifiable() |
MutableFloatList |
MutableFloatList.distinct() |
MutableFloatList |
MutableFloatList.reject(FloatPredicate predicate) |
MutableFloatList |
MutableFloatList.reverseThis() |
MutableFloatList |
MutableFloatList.select(FloatPredicate predicate) |
MutableFloatList |
MutableFloatList.sortThis()
Sorts this list mutating its contents and returns the same mutable list (this).
|
MutableFloatList |
MutableFloatList.subList(int fromIndex,
int toIndex) |
default MutableFloatList |
MutableFloatList.tap(FloatProcedure procedure) |
MutableFloatList |
MutableFloatList.toReversed() |
MutableFloatList |
MutableFloatList.with(float element) |
MutableFloatList |
MutableFloatList.withAll(FloatIterable elements) |
MutableFloatList |
MutableFloatList.without(float element) |
MutableFloatList |
MutableFloatList.withoutAll(FloatIterable elements) |
| Modifier and Type | Method and Description |
|---|---|
MutableFloatList |
MutableOrderedMap.collectFloat(FloatFunction<? super V> floatFunction) |
| Modifier and Type | Method and Description |
|---|---|
MutableFloatList |
MutableSortedMap.collectFloat(FloatFunction<? super V> floatFunction) |
| Modifier and Type | Method and Description |
|---|---|
MutableFloatList |
MutableSortedSet.collectFloat(FloatFunction<? super T> floatFunction) |
Copyright © 2004–2017. All rights reserved.