Available on java
add(param1:E):Bool
addAll(param1:Collection<E>):Bool
clear():Void
contains(param1:Dynamic):Bool
containsAll(param1:Collection<Dynamic>):Bool
drainTo(param1:Collection<Dynamic>, param2:Int):Int
drainTo(param1:Collection<Dynamic>):Int
element():E
forEach(param1:Consumer<Dynamic>):Void
isEmpty():Bool
iterator():Iterator<E>
@:throws("java.lang.InterruptedException")offer(param1:E, param2:Int64, param3:TimeUnit):Bool
offer(param1:E):Bool
parallelStream():Stream<E>
peek():E
@:throws("java.lang.InterruptedException")poll(param1:Int64, param2:TimeUnit):E
poll():E
@:throws("java.lang.InterruptedException")put(param1:E):Void
remainingCapacity():Int
remove(param1:Dynamic):Bool
remove():E
removeAll(param1:Collection<Dynamic>):Bool
removeIf(param1:Predicate<Dynamic>):Bool
retainAll(param1:Collection<Dynamic>):Bool
size():Int
spliterator():Spliterator<E>
stream():Stream<E>
@:throws("java.lang.InterruptedException")take():E
toArray<T>(param1:NativeArray<T>):NativeArray<T>
toArray():NativeArray<Dynamic>