/[Apache-SVN]/jakarta/commons/proper/collections/trunk/src/java/org/apache/commons/collections/list/LazyList.java
ViewVC logotype

Diff of /jakarta/commons/proper/collections/trunk/src/java/org/apache/commons/collections/list/LazyList.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- jakarta/commons/proper/collections/trunk/src/java/org/apache/commons/collections/list/LazyList.java	2005/05/15 18:23:35	170243
+++ jakarta/commons/proper/collections/trunk/src/java/org/apache/commons/collections/list/LazyList.java	2005/05/15 18:30:49	170244
@@ -46,8 +46,13 @@ import org.apache.commons.collections.Fa
  * instance is the fourth element in the list.  The first, second, 
  * and third element are all set to <code>null</code>.
  * <p>
+ * This class differs from {@link GrowthList} because here growth occurs on
+ * get, where <code>GrowthList</code> grows on set and add. However, they
+ * could easily be used together by decorating twice.
+ * <p>
  * This class is Serializable from Commons Collections 3.1.
  *
+ * @see GrowthList
  * @since Commons Collections 3.0
  * @version $Revision$ $Date$
  * 

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26