Method
copy
Creates a copy of the rectangles. @return copy
()
Source from the content-addressed store, hash-verified
| 112 | * @return copy |
| 113 | */ |
| 114 | MapRects copy() { |
| 115 | final MapRects rects = new MapRects(size); |
| 116 | rects.add(this); |
| 117 | return rects; |
| 118 | } |
| 119 | } |
Tested by
no test coverage detected