View Single Post
Old 01-05-2011, 08:06 PM   #4
JustAGhostChild
Pledge
 
JustAGhostChild's Avatar
 
Location: Long Island
Posts: 59
Default

Quote:
Originally Posted by Cool As Ice Cream View Post
public interface List
extends Collection

An ordered collection (also known as a sequence). The user of this interface has precise control over where in the list each element is inserted. The user can access elements by their integer index (position in the list), and search for elements in the list.

Unlike sets, lists typically allow duplicate elements. More formally, lists typically allow pairs of elements e1 an...
Uh,what?

 
JustAGhostChild is offline