equal
deleted
inserted
replaced
39 * |
39 * |
40 * <p>This interface is a member of the |
40 * <p>This interface is a member of the |
41 * <a href="{@docRoot}/../technotes/guides/collections/index.html"> |
41 * <a href="{@docRoot}/../technotes/guides/collections/index.html"> |
42 * Java Collections Framework</a>. |
42 * Java Collections Framework</a>. |
43 * |
43 * |
|
44 * @param <E> the type of elements returned by this iterator |
|
45 * |
44 * @author Josh Bloch |
46 * @author Josh Bloch |
45 * @see Collection |
47 * @see Collection |
46 * @see ListIterator |
48 * @see ListIterator |
47 * @see Iterable |
49 * @see Iterable |
48 * @since 1.2 |
50 * @since 1.2 |