| Package | Description |
|---|---|
| org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
FloatArrayList |
FloatArrayList.newEmpty()
Creates a new empty FloatArrayList.
|
static FloatArrayList |
FloatArrayList.newList(FloatIterable source) |
static FloatArrayList |
FloatArrayList.newListWith(float... elements)
Creates a new list using the passed
elements argument as the backing store. |
static FloatArrayList |
FloatArrayList.newWithNValues(int size,
float value) |
FloatArrayList |
FloatArrayList.reject(FloatPredicate predicate) |
FloatArrayList |
FloatArrayList.reverseThis() |
FloatArrayList |
FloatArrayList.select(FloatPredicate predicate) |
FloatArrayList |
FloatArrayList.sortThis() |
FloatArrayList |
FloatArrayList.sortThis(FloatComparator comparator) |
FloatArrayList |
FloatArrayList.toReversed() |
FloatArrayList |
FloatArrayList.with(float element) |
FloatArrayList |
FloatArrayList.with(float element1,
float element2) |
FloatArrayList |
FloatArrayList.with(float element1,
float element2,
float element3) |
FloatArrayList |
FloatArrayList.with(float element1,
float element2,
float element3,
float... elements) |
FloatArrayList |
FloatArrayList.withAll(FloatIterable elements) |
FloatArrayList |
FloatArrayList.without(float element) |
FloatArrayList |
FloatArrayList.withoutAll(FloatIterable elements) |
static FloatArrayList |
FloatArrayList.wrapCopy(float... array)
Creates a new list by first copying the array passed in.
|
Copyright © 2004–2022. All rights reserved.