PPT Slide
Thus far, data has been simple structures
Java also allows collections of data:
- as part of the API
- in user defined classes
Important collections include:
- arrays (today)
- vectors
- linked lists
- trees
(Note: In Java, Strings are not
arrays or lists of characters)
Collections
Previous slide
Next slide
Back to first slide
View graphic version