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.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.stack.primitive -
-
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 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 passedelements
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)
private FloatArrayList
FloatArrayList. withArrayCopy(float[] elements, int begin, int length)
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. -
Uses of FloatArrayList in org.eclipse.collections.impl.stack.immutable.primitive
Fields in org.eclipse.collections.impl.stack.immutable.primitive declared as FloatArrayList Modifier and Type Field Description private FloatArrayList
ImmutableFloatArrayStack. delegate
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return FloatArrayList Modifier and Type Method Description protected FloatArrayList
ImmutableFloatArrayStack. getDelegate()
Constructors in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type FloatArrayList Constructor Description ImmutableFloatArrayStack(FloatArrayList newElements)
-
Uses of FloatArrayList in org.eclipse.collections.impl.stack.mutable.primitive
Fields in org.eclipse.collections.impl.stack.mutable.primitive declared as FloatArrayList Modifier and Type Field Description private FloatArrayList
FloatArrayStack. delegate
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return FloatArrayList Modifier and Type Method Description protected FloatArrayList
FloatArrayStack. getDelegate()
-
Uses of FloatArrayList in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return FloatArrayList Modifier and Type Method Description protected abstract FloatArrayList
AbstractFloatStack. getDelegate()
-