ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/loops/SynchronizedCollection.java
(Generate patch)

Comparing jsr166/src/test/loops/SynchronizedCollection.java (file contents):
Revision 1.7 by jsr166, Wed Jul 4 20:16:38 2012 UTC vs.
Revision 1.8 by jsr166, Wed Dec 31 17:00:58 2014 UTC

# Line 5 | Line 5
5   */
6  
7   // Stand-alone version of java.util.Collections.synchronizedCollection
8 import java.util.*;
8   import java.io.*;
9 + import java.util.*;
10  
11   public final class SynchronizedCollection<E> implements Collection<E>, Serializable {
12      final Collection<E> c;      // Backing Collection

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines