|
Scala Library
|
|
scala/ref/WeakReference.scala]
class
WeakReference[+T <: AnyRef](value : T, queue : ReferenceQueue[T])
extends ReferenceWrapper[T]| Additional Constructor Summary | |
def
|
this (value : T) : WeakReference[T] |
| Value Summary | |
val
|
underlying : java.lang.ref.WeakReference[T] |
| Methods inherited from ReferenceWrapper | |
| isValid, get, apply, clear, enqueue, isEnqueued, self |
| Methods inherited from Proxy | |
| hashCode, equals, toString |
| Methods inherited from AnyRef | |
| getClass, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Additional Constructor Details |
| Value Details |
|
Scala Library
|
|