CSCI 162 - Lecture 4 - Collection Classes

Instructor's Class Notes

     

  1. ADT - Abstract Data Type
  2.  

  3. Java Arrays - Can provide an easy to use and understand private instance variable for data storage within an ADT.
  4.  

  5. The Bag ADT
  6.  

  7. JUnit Testing
  8.  

  9. The Sequence ADT - Much like the Bag ADT