Methods

add(param1:E):Bool

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

offer(param1:E):Bool

peek():E

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

poll():E

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

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