(Center1 c)
| 265 | } |
| 266 | |
| 267 | public boolean equals(Center1 c) { |
| 268 | for (int i=0; i<24; i++) { |
| 269 | if (ct[i] != c.ct[i]) { |
| 270 | return false; |
| 271 | } |
| 272 | } |
| 273 | return true; |
| 274 | } |
| 275 | |
| 276 | static void initSym() { |
| 277 | Center1 c = new Center1(); |
no outgoing calls
no test coverage detected