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