Previous Table of Contents Next


1.4.3.3 Iterators


   Large volumes of data are not efficiently transferred in one method call. For this reason many methods return an iterator that is used to transfer optimal volumes of data in each call.