Exemplo n.º 1
0
 /**
  * Gives the total number of elements in the list (i.e. the sum of the frequencies).
  *
  * @return the total number of elements in the list
  */
 public int totalElems() {
   return list.totalElems();
 }