コード例 #1
0
 public String toString() {
   String s = ":" + c;
   if (next != null) s += next.toString();
   return s;
 }