Exemplo n.º 1
0
 /** Returns true if elt is present in the list. */
 public boolean contains(E elt) {
   return elements.contains(elt);
 }