// Textbook fragment 06.04 public interface Position { /** Return the element stored at this position. */ E element(); }