// Textbook fragment 13.02 public interface DecorablePosition extends Position, Map { } // no new methods needed -- this is a mixture of Position and Map.