|
Scala Library
|
|
scala/ref/PhantomReference.scala]
class
PhantomReference[+T <: AnyRef](value : T, queue : ReferenceQueue[T])
extends ReferenceWrapper[T]| Value Summary | |
val
|
underlying : java.lang.ref.PhantomReference[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 |
| Value Details |
|
Scala Library
|
|