Scala Library Documentation
|
|
scala/ref/ReferenceQueue.scala
]
class
ReferenceQueue[+T <: AnyRef]
extends
AnyRefValue Summary | |
val
|
underlying : ReferenceQueue |
Method Summary | |
def
|
Wrapper (ref : Reference) : AnyRef |
def
|
poll : AnyRef |
def
|
remove : AnyRef |
def
|
remove (timeout : Long) : AnyRef |
override def
|
toString : String |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Class Summary | |
class
|
Wrapper
(val underlying : Reference) extends ReferenceWrapper[T]
|
Value Details |
Method Details |
Scala Library Documentation
|
|