package test; import java.util.Collection; public interface RemoveRedundantProjectionKind { void f(Collection collection); void f(Comparable comparator); }