()
| 308 | } |
| 309 | |
| 310 | @Override |
| 311 | public String toString() { |
| 312 | StringBuilder sb = new StringBuilder(); |
| 313 | for (int i = 0; i < this.rights.length; i++) |
| 314 | if (this.rights[i]) |
| 315 | sb.append((char)i); |
| 316 | return sb.toString(); |
| 317 | } |
| 318 | |
| 319 | /***** |
| 320 | public static void main(String argv[]) throws Exception { |
no test coverage detected