Uses of Class
org.eclipse.collections.impl.list.mutable.primitive.FloatArrayList
Packages that use FloatArrayList
Package
Description
This package contains implementations of the mutable primitive list interfaces.
-
Uses of FloatArrayList in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return FloatArrayListModifier and TypeMethodDescriptionFloatArrayList.newEmpty()Creates a new empty FloatArrayList.static FloatArrayListFloatArrayList.newList(FloatIterable source) static FloatArrayListFloatArrayList.newListWith(float... elements) Creates a new list using the passedelementsargument as the backing store.static FloatArrayListFloatArrayList.newWithNValues(int size, float value) FloatArrayList.reject(FloatPredicate predicate) FloatArrayList.reverseThis()FloatArrayList.select(FloatPredicate predicate) FloatArrayList.sortThis()FloatArrayList.sortThis(FloatComparator comparator) FloatArrayList.toReversed()FloatArrayList.with(float element) FloatArrayList.with(float element1, float element2) FloatArrayList.with(float element1, float element2, float element3) FloatArrayList.with(float element1, float element2, float element3, float... elements) FloatArrayList.withAll(FloatIterable elements) FloatArrayList.without(float element) FloatArrayList.withoutAll(FloatIterable elements) static FloatArrayListFloatArrayList.wrapCopy(float... array) Creates a new list by first copying the array passed in.