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

Diff of /classpath/java/util/Vector.java

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

revision 1.20.2.6 by gnu_andrew, Tue Aug 2 20:12:30 2005 UTC revision 1.20.2.7 by gnu_andrew, Sat Sep 10 15:31:47 2005 UTC
# Line 164  public class Vector<T> extends AbstractL Line 164  public class Vector<T> extends AbstractL
164    }    }
165    
166    /**    /**
167     * Copies the contents of a provided array into the Vector.  If the     * Copies the contents of the Vector into the provided array.  If the
168     * array is too large to fit in the Vector, an IndexOutOfBoundsException     * array is too small to fit all the elements in the Vector, an
169     * is thrown without modifying the array.  Old elements in the Vector are     * {@link IndexOutOfBoundsException} is thrown without modifying the array.  
170     * overwritten by the new elements.     * Old elements in the array are overwritten by the new elements.
171     *     *
172     * @param a target array for the copy     * @param a target array for the copy
173     * @throws IndexOutOfBoundsException the array is not large enough     * @throws IndexOutOfBoundsException the array is not large enough

Legend:
Removed from v.1.20.2.6  
changed lines
  Added in v.1.20.2.7

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