Close
Close Window

MEng Bridge Course themed

Chapter 11 Unit 11

Show Source |    | About   «  11.1. Lists   ::   Contents   ::   12.1. Comparing and Sorting  »

11.2. Iterators

11.2.1. Objectives

Upon completion of this module, students will be able to:

  • Describe the purpose and use of an Iterator

  • Implement Iterators using the Iterator and Iterable Interfaces

  • Design and develop algorithms that use Iterators and Iterator methods

11.2.2. [13:14] Introduction to Iterators Video

TODO: fix URLS.

IntroToIterators.ppt

11.2.2.1. Checkpoint 1

11.2.3. [4:36] Programming Using the Iterable Interface Video

TODO: fix URLS.

Iterable.ppt

11.2.3.1. Checkpoint 2

11.2.4. [18:02] Programming Using Iterators Video

TODO: fix URLS.

ProgrammingWithIterators.ppt IteratorsExample.zip

11.2.4.1. Checkpoint 3

11.2.5. [8:21] Iterator Design Decisions Video

IteratorsDesignConsiderations.ppt

Clarification: Iterators that are nested class inside the linked structure (not subclasses) are more efficient than Iterators that are independent classes.

   «  11.1. Lists   ::   Contents   ::   12.1. Comparing and Sorting  »

nsf
Close Window