Available on all platforms
new(result:V)
read onlylength:Int
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