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

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

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

Methods in edu.rice.cs.plt.collect that return SnapshotSynchronizedList
static
<T> SnapshotSynchronizedList<T>
CollectUtil.snapshotSynchronized(java.util.List<T> l)
          Wrap l as a thread-safe list that produces snapshots to support concurrent iteration.