/[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.25 by mark, Sat Jul 2 20:32:42 2005 UTC revision 1.26 by trebligd, Thu Aug 18 10:32:56 2005 UTC
# Line 164  public class Vector extends AbstractList Line 164  public class Vector extends AbstractList
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.25  
changed lines
  Added in v.1.26

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