public String get(String alias) {
   return elements.get(alias);
 }
 public String get(int i) {
   return elements.get(i);
 }