コード例 #1
0
 /*</methods>*/
 @Override
 public String toString() {
   if (data != null) return data.toString();
   return super.toString();
 }