Methods

add(param1:E):Bool

addFirst(param1:E):Void

addLast(param1:E):Void

@:java.defaultforEach(param1:Consumer<Dynamic>):Void

@:throws("java.lang.InterruptedException")offer(param1:E, param2:Int64, param3:TimeUnit):Bool

offer(param1:E):Bool

@:throws("java.lang.InterruptedException")offerFirst(param1:E, param2:Int64, param3:TimeUnit):Bool

offerFirst(param1:E):Bool

@:throws("java.lang.InterruptedException")offerLast(param1:E, param2:Int64, param3:TimeUnit):Bool

offerLast(param1:E):Bool

@:java.defaultparallelStream():Stream<E>

peek():E

@:throws("java.lang.InterruptedException")poll(param1:Int64, param2:TimeUnit):E

poll():E

@:throws("java.lang.InterruptedException")pollFirst(param1:Int64, param2:TimeUnit):E

pollFirst():E

@:throws("java.lang.InterruptedException")pollLast(param1:Int64, param2:TimeUnit):E

pollLast():E

pop():E

push(param1:E):Void

@:throws("java.lang.InterruptedException")put(param1:E):Void

@:throws("java.lang.InterruptedException")putFirst(param1:E):Void

@:throws("java.lang.InterruptedException")putLast(param1:E):Void

@:java.defaultremoveIf(param1:Predicate<Dynamic>):Bool

@:java.defaultspliterator():Spliterator<E>

@:java.defaultstream():Stream<E>

@:throws("java.lang.InterruptedException")take():E

@:throws("java.lang.InterruptedException")takeFirst():E

@:throws("java.lang.InterruptedException")takeLast():E