Constructor

new()

Variables

@:value([])read onlyentries:ReadOnlyArray<T> = []

read onlylength:Int

Methods

pushAll(entries:Array<T>):Void

push(entry:T):Void

remove(entry:T):Void

get(id:String):T

getByIndex(index:Int):T

indexOf(entry:T):Int

inlineiterator():Iterator<T>