import java.util.List; public abstract class SimpleTypeArgument implements Comparable<Parent> { public abstract List<Sub> list(); }