package test; import java.util.Collection; public class Max { public > T max(Collection coll) { throw new UnsupportedOperationException(); } }