Available on jvm
add(param1:E):Bool
addFirst(param1:E):Void
addLast(param1:E):Void
contains(param1:Dynamic):Bool
descendingIterator():Iterator<E>
element():E
getFirst():E
getLast():E
iterator():Iterator<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
remove():E
remove(param1:Dynamic):Bool
removeFirst():E
removeFirstOccurrence(param1:Dynamic):Bool
removeLast():E
removeLastOccurrence(param1:Dynamic):Bool
size():Int