public interface Position {
  /** Returns the element stored at this position. */
  Object element();
}