June 2017
Beginner
1296 pages
69h 23m
English
Collection and Class CollectionsInterface Collection contains bulk operations (i.e., operations performed on an entire collection) for operations such as adding, clearing and comparing objects (or elements) in a collection. A Collection can also be converted to an array. In addition, interface Collection provides a method that returns an Iterator object, which allows a program to walk through the collection and remove elements from it during the iteration. We discuss class Iterator in Section 16.6.1. Other methods of interface Collection enable a program to determine a collection’s size and whether a collection is empty.
Read now
Unlock full access