Foundation 1.1.2

Uses of Class
java.util.ArrayList

Packages that use ArrayList
java.util Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array). 
 

Uses of ArrayList in java.util
 

Methods in java.util that return ArrayList
static ArrayList Collections.list(Enumeration e)
          Returns an array list containing the elements returned by the specified enumeration in the order they are returned by the enumeration.
 


Foundation 1.1.2

Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use of this specification is subject to license terms.