plus
Creates a new GdxArray with appended element.
Return
Parameters
element
will be added at the end of the new array.
Creates a new GdxArray with appended elements.
Return
Parameters
elements
will be added at the end of the new array.
Allows to quickly addAll all elements of a native array to this array with a pleasant, chainable operator syntax.
Return
this array.
Parameters
elements
will be added to the array.
Allows to append elements to sets with set + element
syntax.
Return
Parameters
element
will be added to the result set.
Allows to add all elements of another iterable to this set with + operator syntax.
Return
Parameters
elements
will be added to the result set.
Allows to add all elements of an array to this set with + operator syntax.
Return
Parameters
elements
will be added to the result set.