Constructor

new()

new(param1:Collection<E>)

new(param1:Int)

Variables

Methods

addFirst(param1:E):Void

addLast(param1:E):Void

offer(param1:E):Bool

offer(param1:E, param2:Int64, param3:TimeUnit):Bool

offerFirst(param1:E):Bool

offerFirst(param1:E, param2:Int64, param3:TimeUnit):Bool

offerLast(param1:E):Bool

offerLast(param1:E, param2:Int64, param3:TimeUnit):Bool

peek():E

poll():E

poll(param1:Int64, param2:TimeUnit):E

pollFirst():E

pollFirst(param1:Int64, param2:TimeUnit):E

pollLast():E

pollLast(param1:Int64, param2:TimeUnit):E

pop():E

push(param1:E):Void

put(param1:E):Void

putFirst(param1:E):Void

putLast(param1:E):Void

take():E