コード例 #1
0
 public String getInfo(Context context) {
   return age == null ? "null" : age.toString(context);
 }