February 01, 2000
GJ A Generic Java
class LinkedList<A> implements Collection<A> {
public LinkedList ();
public void add (A elt);
public Iterator<A> iterator ();
}
Example 5: The retrofitting file.
|
|
||||||||||||||||||||||||||||
|
|