Document new CursorableLinkedList

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131449 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2003-12-24 01:24:09 +00:00
parent cbca9a2056
commit 8d031df1a0

View File

@ -5,6 +5,7 @@ This package contains implementations of the
<p> <p>
The following implementations are provided in the package: The following implementations are provided in the package:
<ul> <ul>
<li>CursorableLinkedList - a list that can be modified while it's listIterator (cursor) is being used
<li>NodeCachingLinkedList - a linked list that caches the storage nodes for a performance gain <li>NodeCachingLinkedList - a linked list that caches the storage nodes for a performance gain
</ul> </ul>
<p> <p>