Available on jvm
new()
new(param1:Collection<E>)
first:LinkedList_Node<E>
last:LinkedList_Node<E>
addFirst(param1:E):Void
addLast(param1:E):Void
clone():Dynamic
descendingIterator():Iterator<E>
element():E
getFirst():E
getLast():E
linkBefore(param1:E, param2:LinkedList_Node<E>):Void
linkLast(param1:E):Void
node(param1:Int):LinkedList_Node<E>
offer(param1:E):Bool
offerFirst(param1:E):Bool
offerLast(param1:E):Bool
peek():E
peekFirst():E
peekLast():E
poll():E
pollFirst():E
pollLast():E
pop():E
push(param1:E):Void
removeFirst():E
removeFirstOccurrence(param1:Dynamic):Bool
removeLast():E
removeLastOccurrence(param1:Dynamic):Bool
spliterator():Spliterator<E>
unlink(param1:LinkedList_Node<E>):E
modCount:Int
equals(param1:Dynamic):Bool
hashCode():Int
listIterator():ListIterator<E>
listIterator(param1:Int):ListIterator<E>
removeRange(param1:Int, param2:Int):Void
subList(param1:Int, param2:Int):List<E>
containsAll(param1:Collection<Dynamic>):Bool
isEmpty():Bool
removeAll(param1:Collection<Dynamic>):Bool
retainAll(param1:Collection<Dynamic>):Bool
toArray():NativeArray<Dynamic>
toArray<T>(param1:NativeArray<T>):NativeArray<T>
toString():String