The Supplier Class

All collections have suppliers. The Supplier class is used to enumerate items that a collection contained when the supplier was created. The supplier gives access to each index/value pair stored in the collection as a sequence.

The class Supplier subclasses (specializes) The Object Class .