()
| 190 | } |
| 191 | |
| 192 | @Override |
| 193 | public String toString() { |
| 194 | return "Box[min = " + min + ", max = " + max + "]"; |
| 195 | } |
| 196 | |
| 197 | public Box extendToEncompass(IBox toBeContained) { |
| 198 | if (toBeContained == null) { |
no outgoing calls
no test coverage detected