Uses of Class
edu.rice.cs.plt.collect.DelegatingList

Packages that use DelegatingList
edu.rice.cs.plt.collect Contains general-purpose extensions to and variations on the java.util collections framework. 
 

Uses of DelegatingList in edu.rice.cs.plt.collect
 

Subclasses of DelegatingList in edu.rice.cs.plt.collect
 class SnapshotSynchronizedList<E>
          A synchronized list like Collections.synchronizedList(java.util.List), but one that returns a snapshot of the list contents on invocations of iterator().