Example #1
0
 /**
  * This method adds an element (a class) to the list
  *
  * @param elem The index of the class we want to add
  */
 public void addElement(double elem) {
   list.AddElement(String.valueOf(elem));
 }