Subversion Repository Public Repository

litesoft

Diff Revisions 50 vs 151 for /trunk/Java/core/Anywhere/src/org/litesoft/core/util/IteratorHelper.java

Diff revisions: vs.
  @@ -14,18 +14,18 @@
14 14 * could have been replaced with:
15 15 * iterator.toString( label ) ;
16 16 * </pre><p>
17 - * <p/>
17 + *
18 18 * Instead, we are left to create this class (with its clumsy usage).
19 19 * Each method's first parameter is the <i>Iterator</i> that would have
20 20 * been automatically passed in as <i>this</i>.
21 21 * Note: As these would all be <i>instance</i> methods, the first
22 22 * parameter may NOT be <i>null</i>.<p>
23 - * <p/>
23 + *
24 24 * When the first parameter can be null, by convention, I place these
25 25 * methods in a aaaUtil class.<p>
26 - * <p/>
26 + *
27 27 * See <a href="IteratorUtil.html">IteratorUtil</a><p>
28 - * <p/>
28 + *
29 29 * This class is non-instantiable.<p>
30 30 *
31 31 * @author George Smith