/[classpath]/classpath/java/util/ListIterator.java
ViewVC logotype

Diff of /classpath/java/util/ListIterator.java

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

revision 1.7.2.1 by tromey, Thu Aug 5 21:09:36 2004 UTC revision 1.7.2.2 by gnu_andrew, Thu Jan 13 22:40:40 2005 UTC
# Line 127  public interface ListIterator<E> extends Line 127  public interface ListIterator<E> extends
127     * by nextIndex() and previousIndex() are incremented.     * by nextIndex() and previousIndex() are incremented.
128     *     *
129     * @param o the object to insert into the list     * @param o the object to insert into the list
130     * @throws ClassCastException the object is of a type which cannot be added     * @throws ClassCastException if the object is of a type which cannot be added
131     *         to this list     *         to this list.
132     * @throws IllegalArgumentException some other aspect of the object stops     * @throws IllegalArgumentException if some other aspect of the object stops
133     *         it being added to this list     *         it being added to this list.
134     * @throws UnsupportedOperationException if this ListIterator does not     * @throws UnsupportedOperationException if this ListIterator does not
135     *         support the add operation     *         support the add operation.
136     */     */
137    void add(E o);    void add(E o);
138    

Legend:
Removed from v.1.7.2.1  
changed lines
  Added in v.1.7.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26