/**
 * A position in a list.  Positions are fixed; once you create a position,
 * you cannot change it.
 *
 * @author Samuel A. Rebelsky
 * @version 1.0 of April 2004
 */
public interface Position
{
} // interface Position

