Package | Description |
---|---|
org.apache.river.concurrent |
Custard-apple is a 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.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ReadResolveFixCollectionCircularReferences<T>
The purpose of this class is to implement all the possible interfaces
that subclasses of ReferenceCollection may implement.
|
(package private) class |
ReferenceCollectionRefreshAfterSerialization<T> |
(package private) class |
ReferenceCollectionSerialData<T>
This class is the serial form of ReferenceCollection and all it's subclasses.
|
Modifier and Type | Method and Description |
---|---|
(package private) static <T> SerializationOfReferenceCollection<T> |
SerializationOfReferenceCollection.create(Class clazz,
Collection<Referrer<T>> refCol,
Ref type) |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.