static void addAllReversed(Collection dest, L src) { if (dest == null) ret; for (int i = l(src)-1; i >= 0; i--) dest.add(src.get(i)); }