static L reversedList(Collection l) { L x = cloneList(l); Collections.reverse(x); ret x; }