<< Chapter < Page | Chapter >> Page > |
Not quite as powerful as an iterator
Although not shown in Listing 3 , the use of an iterator allows you to remove the most recently accessed element from a collection. As near as I cantell, the enhanced for loop does not provide that capability. Therefore, the enhanced for loop is not quite as powerful as an iterator. However, if you don't need to remove elements from the collection, the enhanced for loop appears to be a good and somewhat simpler alternative to an iterator.
The output
The code in Listing 4 produced the last three lines of text in the output shown in Figure 5 . Obviously the last three lines match the first three lines since they simply represent different ways to produce a textrepresentation of the same three Date objects.
I encourage you to copy the code from Listing 5 through Listing 9 Compile the code and execute it. Experiment with the code,making changes, and observing the results of your changes. Make certain that you can explain why your changes behave as they do.
In this module, I explained:
Future modules in this series will be based on the Generics (Updated) section of The Java Tutorials from Oracle. (In the event that these links become broken, you should have no difficulty finding the Oracle material with an online search.)
Those modules will teach you about other aspects of generics including:
This section contains a variety of miscellaneous information.
Financial : Although the Connexions site makes it possible for you to download a PDF file for thismodule at no charge, and also makes it possible for you to purchase a pre-printed version of the PDF file, you should beaware that some of the HTML elements in this module may not translate well into PDF.
I also want you to know that, I receive no financial compensation from the Connexions website even if you purchase the PDF version of the module.
In the past, unknown individuals have copied my modules from cnx.org, converted them to Kindle books, and placed them for sale on Amazon.com showing me as the author. Ineither receive compensation for those sales nor do I know who does receive compensation. If you purchase such a book, please beaware that it is a copy of a module that is freely available on cnx.org and that it was made and published withoutmy prior knowledge.
Affiliation : I am a professor of Computer Information Technology at Austin Community College in Austin, TX.
Notification Switch
Would you like to follow the 'Object-oriented programming (oop) with java' conversation and receive update notifications?