scolebourne 2002/10/15 14:45:17
Modified: collections RELEASE-NOTES-2.1.html
Log:
Delay primitives to 2.2 release
Revision Changes Path
1.5 +0 -29 jakarta-commons/collections/RELEASE-NOTES-2.1.html
Index: RELEASE-NOTES-2.1.html
===================================================================
RCS file: /home/cvs/jakarta-commons/collections/RELEASE-NOTES-2.1.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- RELEASE-NOTES-2.1.html 13 Oct 2002 12:54:57 -0000 1.4
+++ RELEASE-NOTES-2.1.html 15 Oct 2002 21:45:17 -0000 1.5
@@ -9,8 +9,6 @@
<ul>
<li><strong>Buffers</strong> - A new collection interface for queues and
queue-like things.</li>
-<li><strong>Primitives</strong> - A new package for collections that store the
-data as primitive elements instead of objects.</li>
<li><strong>Decorators</strong> - A group of static utility classes that provide
decorators for other collections</li>
</ul>
@@ -59,33 +57,6 @@
thread-contentious environment.</li>
<li><strong>UnboundedFifoBuffer</strong> - A very efficient buffer
implementation. It places no upper limit on the number of elements.</li>
-</ul>
-
-<p>These are the new collections in the primitives subpackage:</P>
-
-<ul>
-<li><strong>AbstractIntList</strong> - Abstract base class for lists
- of ints.</li>
-<li><strong>AbstractLongList</strong> - Abstract base class for lists
- of longs.</li>
-<li><strong>AbstractShortList</strong> - Abstract base class for lists
- of shorts.</li>
-<li><strong>AbstractIntArrayList</strong> - Abstract base class for lists
- backed by an int array.</li>
-<li><strong>AbstractLongArrayList</strong> - Abstract base class for lists
- backed by a long array.</li>
-<li><strong>AbstractShortArrayList</strong> - Abstract base class for lists
- backed by a short array.</li>
-<li><strong>FloatArrayList</strong> - A list backed by a float array.</li>
-<li><strong>IntArrayList</strong> - A list of int elements.</li>
-<li><strong>LongArrayList</strong> - A list of long elements.</li>
-<li><strong>ShortArrayList</strong> - A list of short elements.</li>
-<li><strong>UnsignedByteArrayList</strong> - A list of unsigned 8-bit values,
- stored in a short array.</li>
-<li><strong>UnsignedIntArrayList</strong> - A list of unsigned 32-bit values,
- stored in a long array.</li>
-<li><strong>UnsignedShortArrayList</strong> - A list of unsigned 16-bit
- values, stored in an int array.</li>
</ul>
<p>These comparators are new to <i>Collections 2.1</i>:</p>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>