Example #1
0
 public static String string(int i) {
   String s = classes.getString(i);
   return (s != null) ? s : new Integer(i).toString();
 }