package container; // From the textbook (chapter 5). public interface Position { public Object element(); }