Overview
>
klyn.collections
>
ArrayList
>
count
Version 0.1.2
Overview
Index
Tree
Deprecated
klyn.collections.ArrayList.count
method
public native count(item as T) as ULong
Description
Counts occurrences of the given element in the list.
Parameters
item The element to count.