class jive.Collection<T> extends EventDispatcher
collection class with events support
Instance Fields
Show inherited public instance fields | Hide inherited public instance fields
|
function add(element:T, ?index:Int): Void
add element to collection
element | element to add |
index | position to add. If 'index<0' element would be added to the end |