Delay primitives to 2.2 release

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130835 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2002-10-15 21:45:17 +00:00
parent a7598c02de
commit 1883abdaf0
1 changed files with 0 additions and 29 deletions

View File

@ -9,8 +9,6 @@ are:
<ul> <ul>
<li><strong>Buffers</strong> - A new collection interface for queues and <li><strong>Buffers</strong> - A new collection interface for queues and
queue-like things.</li> 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 <li><strong>Decorators</strong> - A group of static utility classes that provide
decorators for other collections</li> decorators for other collections</li>
</ul> </ul>
@ -61,33 +59,6 @@ NEW COLLECTIONS, COMPARATORS, ITERATORS AND UTILITY CLASSES
implementation. It places no upper limit on the number of elements.</li> implementation. It places no upper limit on the number of elements.</li>
</ul> </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> <p>These comparators are new to <i>Collections 2.1</i>:</p>
<ul> <ul>