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

Diff of /classpath/java/util/ArrayList.java

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

revision 1.25.2.5 by gnu_andrew, Tue Aug 2 20:12:29 2005 UTC revision 1.25.2.6 by gnu_andrew, Tue Sep 20 18:46:30 2005 UTC
# Line 550  public class ArrayList<E> extends Abstra Line 550  public class ArrayList<E> extends Abstra
550    /**    /**
551     * Serializes this object to the given stream.     * Serializes this object to the given stream.
552     *     *
553     * @param out the stream to write to     * @param s the stream to write to
554     * @throws IOException if the underlying stream fails     * @throws IOException if the underlying stream fails
555     * @serialData the size field (int), the length of the backing array     * @serialData the size field (int), the length of the backing array
556     *             (int), followed by its elements (Objects) in proper order.     *             (int), followed by its elements (Objects) in proper order.
# Line 571  public class ArrayList<E> extends Abstra Line 571  public class ArrayList<E> extends Abstra
571    /**    /**
572     * Deserializes this object from the given stream.     * Deserializes this object from the given stream.
573     *     *
574     * @param in the stream to read from     * @param s the stream to read from
575     * @throws ClassNotFoundException if the underlying stream fails     * @throws ClassNotFoundException if the underlying stream fails
576     * @throws IOException if the underlying stream fails     * @throws IOException if the underlying stream fails
577     * @serialData the size field (int), the length of the backing array     * @serialData the size field (int), the length of the backing array

Legend:
Removed from v.1.25.2.5  
changed lines
  Added in v.1.25.2.6

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