arakhneRefs is a Java library that is providing tools and utilities on
weak and soft Java references which are not already provided by the default JDK.
This library is distributed under the GNU Lesser General Public License.
You are welcome to contribute.
The arakhneRefs library contains the following tools:
org.arakhne.util.ref.WeakArrayList:
an array-based List implementation with weak elements.
An entry in a WeakArrayList will automatically be removed
when it is no longer in ordinary use.org.arakhne.util.ref.WeakValueHashMap:
a Map implementation with weak-referenced values and based on an HashMap.
An entry (key and value) in a WeakValueHashMap will
automatically be removed when its value is no longer in ordinary
use or null.org.arakhne.util.ref.WeakValueTreeMap:
a Map implementation with weak-referenced values and based on an TreeMap.
An entry (key and value) in a WeakValueTreeMap will
automatically be removed when its value is no longer in ordinary
use or null.org.arakhne.util.ref.SoftValueHashMap:
a Map implementation with soft-referenced values and based on an HashMap.
An entry (key and value) in a SoftValueHashMap will
automatically be removed when its value is no longer in ordinary
use or null.org.arakhne.util.ref.SoftValueTreeMap:
a Map implementation with soft-referenced values and based on an TreeMap.
An entry (key and value) in a SoftValueTreeMap will
automatically be removed when its value is no longer in ordinary
use or null.org.arakhne.util.ref.PhantomValueHashMap:
a Map implementation with phantom-referenced values and based on an HashMap.
An entry (key and value) in a PhantomValueHashMap will
automatically be removed when its value is no longer in ordinary
use or null.org.arakhne.util.ref.PhantomValueTreeMap:
a Map implementation with phantom-referenced values and based on an TreeMap.
An entry (key and value) in a PhantomValueTreeMap will
automatically be removed when its value is no longer in ordinary
use or null.org.arakhne.util.ref.ComparableWeakReference:
this class is a WeakReference that is able to compare
its pointed value.org.arakhne.util.ref.ComparableSoftReference:
this class is a SoftReference that is able to compare
its pointed value.arakhneRefs is a part of the Arakhnê Foundation Classes.
| Author | Stéphane GALLAND |
|---|---|
| Licenses | LGPL |
| Operating Systems | OS Independent |
| Implementation | Java |
| SVN directory | afc/arakhneRefs |
| Maven Group Id | org.arakhne.afc |
| Maven Artifact Id | arakhneRefs |

A LaTeX style which permits to create Unified Process methodology (UP or RUP) based documents (document version, history, authors, validators, specification, task management, helping tools...).

A very small platform which permits to implement and run agent-based systems.