Constructor

new(result:V)

Variables

read onlylength:Int

Methods

add(item:T):V

clear():V

filter(f:T ‑> Bool):ChainedList<T, V>

first():Null<T>

isEmpty():Bool

iterator():ListIterator<T>

join(sep:String):String

inlinekeyValueIterator():ListKeyValueIterator<T>

last():Null<T>

map<X>(f:T ‑> X):ChainedList<X, V>

pop():V

push(item:T):V

remove(item:T):V

toString():String