removeAll(destroy) Removes every member from this ArraySet and optionally destroys it. Parameters
list : Array.<any> The backing array. Type Array.<any>
getByKey(property, value) → {any} Gets an item from the set based on the property strictly equaling
exists(item) → {boolean} Checks for the item within this list. Parameters
total : integer Number of items in the ArraySet. Same as list.length. Source
Page 2 of 2