static void web_performSwap(Web swapWeb, Web web) { for (Pair p : web_relationsOfType(swapWeb)) web_swapLabels(web, p.a.text(), p.b.text()); }