static L translateRects(Collection c, int x, int y) { new L l; for (Rect r : c) l.add(translateRect(r, x, y)); ret l; }