import java.util.AbstractMap; import java.util.SortedMap; public abstract class AbstractMapAndSortedMap extends AbstractMap implements SortedMap { }