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.WeakValueMap:
a Map implementation with weak values.
An entry (key and value) in a WeakValueMap will automatically be
removed when its value is no longer in ordinary use or null.org.arakhne.util.ref.SoftValueMap:
a Map implementation with soft values.
An entry (key and value) in a SoftValueMap 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.