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

Diff of /classpath/java/util/Arrays.java

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

revision 1.13 by mark, Tue Jan 22 22:27:01 2002 UTC revision 1.14 by tromey, Wed Jan 23 00:06:10 2002 UTC
# Line 57  import java.lang.reflect.Array; Line 57  import java.lang.reflect.Array;
57   * sets that cause other quicksorts to degrade to quadratic performance.   * sets that cause other quicksorts to degrade to quadratic performance.
58   *   *
59   * @author Original author unknown   * @author Original author unknown
60     * @author Bryce McKinlay
61   * @author Eric Blake <ebb9@email.byu.edu>   * @author Eric Blake <ebb9@email.byu.edu>
62   * @see Comparable   * @see Comparable
63   * @see Comparator   * @see Comparator
# Line 2345  public class Arrays Line 2346  public class Arrays
2346        }        }
2347    }    }
2348    
   
 // asList  
2349    /**    /**
2350     * Returns a list "view" of the specified array. This method is intended to     * Returns a list "view" of the specified array. This method is intended to
2351     * make it easy to use the Collections API with existing array-based APIs and     * make it easy to use the Collections API with existing array-based APIs and

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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