Constructor

new(param1:Collection<E>)

new()

new(param1:Int)

Methods

addFirst(param1:E):Void

addLast(param1:E):Void

@: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

@: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

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

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

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