import java.util.List; import java.util.Collection; public interface Domination { Collection nonDominated(List points); }