/[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.28 by mark, Sat Jul 2 20:32:41 2005 UTC revision 1.29 by tromey, Tue Sep 13 21:25:10 2005 UTC
# Line 551  public class ArrayList extends AbstractL Line 551  public class ArrayList extends AbstractL
551    /**    /**
552     * Serializes this object to the given stream.     * Serializes this object to the given stream.
553     *     *
554     * @param out the stream to write to     * @param s the stream to write to
555     * @throws IOException if the underlying stream fails     * @throws IOException if the underlying stream fails
556     * @serialData the size field (int), the length of the backing array     * @serialData the size field (int), the length of the backing array
557     *             (int), followed by its elements (Objects) in proper order.     *             (int), followed by its elements (Objects) in proper order.
# Line 572  public class ArrayList extends AbstractL Line 572  public class ArrayList extends AbstractL
572    /**    /**
573     * Deserializes this object from the given stream.     * Deserializes this object from the given stream.
574     *     *
575     * @param in the stream to read from     * @param s the stream to read from
576     * @throws ClassNotFoundException if the underlying stream fails     * @throws ClassNotFoundException if the underlying stream fails
577     * @throws IOException if the underlying stream fails     * @throws IOException if the underlying stream fails
578     * @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.28  
changed lines
  Added in v.1.29

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