Overview
>
klyn.collections
>
ArrayListSync
>
add
Version 0.1.3
Overview
Index
Tree
Deprecated
klyn.collections.ArrayListSync.add
method
public native add(item as T) as Void
Description
Adds an element at the end.
Parameters
Parameter
Description
item
The element to add.