Uses of Class
org.eclipse.collections.impl.list.mutable.primitive.FloatArrayList
-
Packages that use FloatArrayList Package Description org.eclipse.collections.impl.list.mutable.primitive 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 FloatArrayList Modifier and Type Method Description FloatArrayListFloatArrayList. 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)FloatArrayListFloatArrayList. reject(FloatPredicate predicate)FloatArrayListFloatArrayList. reverseThis()FloatArrayListFloatArrayList. select(FloatPredicate predicate)FloatArrayListFloatArrayList. sortThis()FloatArrayListFloatArrayList. sortThis(FloatComparator comparator)FloatArrayListFloatArrayList. toReversed()FloatArrayListFloatArrayList. with(float element)FloatArrayListFloatArrayList. with(float element1, float element2)FloatArrayListFloatArrayList. with(float element1, float element2, float element3)FloatArrayListFloatArrayList. with(float element1, float element2, float element3, float... elements)FloatArrayListFloatArrayList. withAll(FloatIterable elements)FloatArrayListFloatArrayList. without(float element)FloatArrayListFloatArrayList. withoutAll(FloatIterable elements)static FloatArrayListFloatArrayList. wrapCopy(float... array)Creates a new list by first copying the array passed in.
-