|
|
Scala 2.4.0-final
|
class
WeakReference
[+T <: java.lang.Object]
extends java.lang.Object
with scala.ref.ReferenceWrapper[T]
with scala.ScalaObject
| Constructor Summary | |
def
this
(value: T)
|
|
def
this
(value: T, queue: scala.ref.ReferenceQueue[T])
|
|
| Val Summary | |
val
underlying
: java.lang.ref.WeakReference
|
|
| Def inherited from scala.ref.ReferenceWrapper[T] | |
| apply , clear, enqueue, isEnqueued, isValid |
| Constructor Detail |
| Val Detail |