Exemplo n.º 1
0
 public String getInfo(Context context) {
   return age == null ? "null" : age.toString(context);
 }