|
Scala Library
|
|
scala/ref/ReferenceQueue.scala]
protected
class
Wrapper[U <: AnyRef](val underlying : java.lang.ref.Reference[U])
extends ReferenceWrapper[U]| 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 |
|
Scala Library
|
|