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 |
ReferenceBlockingDeque<T> |
(package private) class |
ReferenceBlockingQueue<T> |
(package private) class |
ReferenceDeque<T> |
(package private) class |
ReferencedQueue<T> |
(package private) class |
ReferenceList<T>
A List implementation that uses References.
|
(package private) class |
ReferenceNavigableSet<T> |
(package private) class |
ReferenceSet<T>
A Referenced Set.
|
(package private) class |
ReferenceSortedSet<T>
Referenced set supports sorting Object based on their natural ordering
or a Comparator, which must be wrapped in a ReferenceComparator.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.