static Collection similarEmptyCollection(Collection c) { if (c cast L) ret similarEmptyList(c); if (c cast Set) ret similarEmptySet(c); ret new L; }