CMPS 144L Spring 2020
Lab #8: Positional Lists with Cursors

The files you are going to need are

In the PL_With_C_Utils class are five stubbed methods that you are to attempt to complete. They are clearly marked by STUB! and their comments should suffice to explain their intended behavior. Several other (complete) methods are present, in part to give you examples that you can use as models. When you are finished, you should submit the source code file of this class to your lab8_dir folder. (Again: Submit the .java file, not the .class file!)

PLC_Utils_Tester is a Java application that you can use to test your work. You are free to modify it to suit your testing needs.

The remaining Java classes implement the "Positional List with Cursors" abstraction and are not to be modified. To view the full array of methods available to list and cursor objects, see the PL_With_C and PLC interfaces. (Unless you are interested in the gory details of implementation, don't view the contents of PL_With_C_ViaArray.)

Notes: