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 |
ComparableReferrerDecorator<T> |
(package private) class |
ReferrerDecorator<T>
I've thought about refactoring so the equals and comparator behaviour is
implemented by the wrapper classes and only accepting References in
constructors as this would allow the use of standard java Reference classes
without extension, reducing the number of classes created,
however that would create serial form lock in.
|
(package private) class |
TimedComparableReferrerDecorator<T> |
(package private) class |
TimedReferrerDecorator<T> |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.