+1 (218) 451-4151
glass
pen
clip
papers
heaphones

Suppose we want to extend the PositionalList interface to include a method, positionAtIndex(i),…

Suppose we want to extend the PositionalList interface to include a method, positionAtIndex(i),…

Suppose we want to extend the PositionalList interface to include a method, positionAtIndex(i), that returns the position of the element having index i (or throws an IndexOutOfBoundsException, if warranted). Show how to implement this method, using only existing methods of the PositionalList interface, by traversing the appropriate number of steps from the front of the list.