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