mutable Float List Of
Return
a new empty MutableFloatList with the default capacity.
Return
a new MutableFloatList with element1 as the only item in the list.
Return
a new MutableFloatList with 2 elements, element1 and element2, in order.
Return
a new MutableFloatList with 3 elements, element1, element2, and element3, in order.
Return
a new MutableFloatList with the given elements, in order.