static void addIfPossibleMD5(Collection l, S md5) { if (l != null && isValidMD5(md5)) l.add(md5); }