|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.java.util.collections.AbstractCollection | +--com.sun.java.util.collections.AbstractList | +--com.sun.java.util.collections.ArrayList | +--com.imaginary.util.DistributedList
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 19:50:50 $
Fields inherited from class com.sun.java.util.collections.AbstractList |
modCount |
Constructor Summary | |
DistributedList()
|
Method Summary | |
com.sun.java.util.collections.Iterator |
iterator()
|
Methods inherited from class com.sun.java.util.collections.ArrayList |
add,
add,
addAll,
addAll,
clear,
clone,
contains,
ensureCapacity,
get,
indexOf,
isEmpty,
lastIndexOf,
remove,
removeRange,
set,
size,
toArray,
toArray,
trimToSize |
Methods inherited from class com.sun.java.util.collections.AbstractList |
equals,
hashCode,
listIterator,
listIterator,
subList |
Methods inherited from class com.sun.java.util.collections.AbstractCollection |
containsAll,
remove,
removeAll,
retainAll,
toString |
Methods inherited from class java.lang.Object |
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public DistributedList()
Method Detail |
public com.sun.java.util.collections.Iterator iterator()
DistributedIterator
that provides the
elements of the list on demand instead of all at once
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |