Scala Library
|
|
scala/ref/ReferenceQueue.scala
]
class
ReferenceQueue[+T <: AnyRef]
extends
AnyRefMethod Summary | |
protected def
|
Wrapper [U <: AnyRef](ref : java.lang.ref.Reference[U]) : Option[Wrapper[U]] |
def
|
poll : Option[Reference[T]] |
def
|
remove : Option[Reference[T]] |
def
|
remove (timeout : Long) : Option[Reference[T]] |
override def
|
toString : java.lang.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 | |
protected class
|
Wrapper
[U <: AnyRef](val underlying : java.lang.ref.Reference[U]) extends ReferenceWrapper[U]
|
Method Details |
Scala Library
|
|