This interface together with the container interface parallels the that of
the java Vector class since a vector is an implementation of a sequence --
although it is not of type Sequence.
The exception is thrown whenever an attempt is made to access container
elements by an out of range index (less than 0 or greater than or equal to
size).