Package | Description |
---|---|
org.apache.river.concurrent |
This package provides a decorating utility that enables weak, soft, strong
or time references to be used in any collection implementing standard
Java Framework Interfaces
Expected behaviour of reference types may vary between platforms
and should not be depended upon other than; weak references will
be collected when no further strong references remain and soft
references may be collected at any time the JVM's available memory
is under pressure and the referent is softly reachable.
|
Class and Description |
---|
Ref
Ref enum represents types of references available for use in java
collection framework implementations.
|
Referrer
The public API of package private Reference implementations, it defines the equals
and hashCode contracts as well as methods identical to Reference.
|
Copyright © 2016–2018. All rights reserved.