示例#1
0
 public String get(String alias) {
   return elements.get(alias);
 }
示例#2
0
 public String get(int i) {
   return elements.get(i);
 }