import java.util.*; public class max { public static > T max(Collection coll) { return Collections.max(coll); } }