(int key)
| 186 | } |
| 187 | */ |
| 188 | public boolean equals(int key) { |
| 189 | return (this.key == key); |
| 190 | } |
| 191 | |
| 192 | public boolean equals(int key, boolean modificator) { |
| 193 | return (this.modificator == modificator) && (this.key == key); |
no outgoing calls
no test coverage detected