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

Comparing jsr166/src/test/loops/StringMapLoops.java (file contents):
Revision 1.10 by jsr166, Thu Dec 18 18:13:06 2014 UTC vs.
Revision 1.11 by jsr166, Thu Dec 18 18:43:22 2014 UTC

# Line 20 | Line 20 | public class StringMapLoops {
20  
21      public static void main(String[] args) throws Exception {
22  
23 <        Class mapClass = null;
23 >        Class<?> mapClass = null;
24          if (args.length > 0) {
25              try {
26                  mapClass = Class.forName(args[0]);
# Line 118 | Line 118 | public class StringMapLoops {
118          }
119      }
120  
121 <    static void test(int i, int nkeys, String[] key, Class mapClass) throws Exception {
121 >    static void test(int i, int nkeys, String[] key, Class<?> mapClass) throws Exception {
122          System.out.print("Threads: " + i + "\t:");
123          Map<String, String> map = (Map<String,String>)mapClass.newInstance();
124          // Uncomment to start with a non-empty table

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines