Searched defs:LazyList (Results 1 - 3 of 3) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/util/
H A DLazyList.java36 * single item, then using LazyList will avoid additional object
40 * LazyList works by passing an opaque representation of the list in
41 * and out of all the LazyList methods. This opaque object is either
52 * lazylist = LazyList.add(lazylist,item);
54 * return LazyList.getList(lazylist);
57 * An ArrayList of default size is used as the initial LazyList.
61 public class LazyList class in inherits:Cloneable,Serializable
67 private LazyList() method in class:LazyList
71 /** Add an item to a LazyList
104 /** Add an item to a LazyList
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jetty/lib/
H A Djetty-util-6.1.26.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/util/ org/mortbay/util/ajax/ ...

Completed in 120 milliseconds