Instance Constructors
-
new
BoundedBlockingQueue
(maxCapacity: Int, backing: Queue[E])
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
add
(arg0: E): Boolean
-
def
addAll
(arg0: java.util.Collection[_ <: E]): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
clear
(): Unit
-
def
clone
(): AnyRef
-
def
contains
(e: AnyRef): Boolean
-
def
containsAll
(c: java.util.Collection[_]): Boolean
-
def
drainTo
(c: java.util.Collection[_ >: E], maxElements: Int): Int
-
def
drainTo
(c: java.util.Collection[_ >: E]): Int
-
def
element
(): E
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isEmpty
(): Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
iterator
(): Iterator[E]
-
val
lock
: ReentrantLock
-
val
maxCapacity
: Int
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
offer
(e: E, timeout: Long, unit: TimeUnit): Boolean
-
def
offer
(e: E): Boolean
-
def
peek
(): E
-
def
poll
(): E
-
def
poll
(timeout: Long, unit: TimeUnit): E
-
def
put
(e: E): Unit
-
def
remainingCapacity
(): Int
-
def
remove
(e: AnyRef): Boolean
-
def
remove
(): E
-
def
removeAll
(c: java.util.Collection[_]): Boolean
-
def
retainAll
(c: java.util.Collection[_]): Boolean
-
def
size
(): Int
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
take
(): E
-
def
toArray
[X]
(a: Array[X with AnyRef]): Array[X]
-
def
toArray
(): Array[AnyRef]
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from BlockingQueue[E]
Inherited from AbstractQueue[E]
Inherited from Queue[E]
Inherited from AbstractCollection[E]
Inherited from Collection[E]
Inherited from Iterable[E]
Inherited from AnyRef
Inherited from Any