Package java.util
Class AbstractList
AbstractList()
_INSERT_METHOD_SIGNATURE_HERE_
Description:
The only constructor of this class.
Note that generally two constructors should be provided when implementing the collection interface. One with no argument (empty collection) and one one with a single argument of type Collection, which creates a new collection with the same elements. (see Interface Collection)