Specializes in providing access to a list of objects via distributed
iterators. Because enterprise applications may be accessing huge result
sets, clients need the ability to get access to those results without
downloading the entire result set at once. Thus, instead of storing
lists as an ArrayList , an application stores them
as a DistributedList . This class provides a specialized
iterator() that returns a DistributedIterator .
Last modified $Date: 1999/11/06 18:38:04 $ |