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.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack 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 FloatArrayList
FloatArrayList.newList
(FloatIterable source) static FloatArrayList
FloatArrayList.newListWith
(float... elements) Creates a new list using the passedelements
argument as the backing store.static FloatArrayList
FloatArrayList.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) private FloatArrayList
FloatArrayList.withArrayCopy
(float[] elements, int begin, int length) FloatArrayList.without
(float element) FloatArrayList.withoutAll
(FloatIterable elements) static FloatArrayList
FloatArrayList.wrapCopy
(float... array) Creates a new list by first copying the array passed in. -
Uses of FloatArrayList in org.eclipse.collections.impl.stack.immutable.primitive
Fields in org.eclipse.collections.impl.stack.immutable.primitive declared as FloatArrayListMethods in org.eclipse.collections.impl.stack.immutable.primitive that return FloatArrayListModifier and TypeMethodDescriptionprotected FloatArrayList
ImmutableFloatArrayStack.getDelegate()
Constructors in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type FloatArrayList -
Uses of FloatArrayList in org.eclipse.collections.impl.stack.mutable.primitive
Fields in org.eclipse.collections.impl.stack.mutable.primitive declared as FloatArrayListMethods in org.eclipse.collections.impl.stack.mutable.primitive that return FloatArrayList -
Uses of FloatArrayList in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return FloatArrayListModifier and TypeMethodDescriptionprotected abstract FloatArrayList
AbstractFloatStack.getDelegate()