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

Diff of /classpath/java/util/Collections.java

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

revision 1.21 by ericb, Fri Oct 19 07:06:45 2001 UTC revision 1.22 by ericb, Mon Oct 22 03:46:07 2001 UTC
# Line 2005  public class Collections Line 2005  public class Collections
2005    /**    /**
2006     * The implementation of {@link #synchronizedList(List)} for sequential     * The implementation of {@link #synchronizedList(List)} for sequential
2007     * lists. This class name is required for compatibility with Sun's JDK     * lists. This class name is required for compatibility with Sun's JDK
2008     * serializability.     * serializability. Package visible, so that lists such as Vector.subList()
2009       * can specify which object to synchronize on.
2010     *     *
2011     * @author Eric Blake <ebb9@email.byu.edu>     * @author Eric Blake <ebb9@email.byu.edu>
2012     */     */
2013    private static class SynchronizedList extends SynchronizedCollection    static class SynchronizedList extends SynchronizedCollection
2014      implements List      implements List
2015    {    {
2016      /**      /**

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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