Package | Description |
---|---|
org.apache.river.api.util | |
org.apache.river.collection |
Various collection classes used internally by code in
org.apache.river classes. |
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.
|
org.apache.river.thread |
These are utility classes and interfaces for helping with tasks done in multiple threads.
|
Copyright © 2016–2018. All rights reserved.