Search Results
OK to copy?
Examples 1 through 10 of
29 (0.374 seconds)
Class:
org.apache.catalina.util.FastDateFormat
©,
Rating:
100% of 1,
C2
Class: org.apache.catalina.util.FastDateFormat ©, Rating: 0% of 0, C2
Class: org.apache.catalina.util.FastDateFormat ©, Rating: 0% of 0, C2
Class: org.apache.catalina.util.FastDateFormat ©, Rating: 0% of 0, C2
Class: org.apache.catalina.util.FastDateFormat ©, Rating: 0% of 0, C2
Class: org.apache.catalina.util.FastDateFormat ©, Rating: 0% of 0, C2
Class: org.apache.catalina.util.FastDateFormat ©, Rating: 100% of 1, C2
Class: org.apache.catalina.util.FastDateFormat ©, Rating: 67% of 3, C2
Class: org.apache.catalina.util.FastDateFormat ©, Rating: 0% of 0, C2
Class: org.apache.catalina.util.FastDateFormat ©, Rating: 0% of 0, C2
113 long start = System.currentTimeMillis();
114 for (int i = 0; i < reps; i++) {
115 d.setTime(System.currentTimeMillis());
116 sdf.format(d);
117 }
Class: org.apache.catalina.util.FastDateFormat ©, Rating: 0% of 0, C2
103 long start = System.currentTimeMillis();
104 for (int i = 0; i < reps; i++) {
105 d.setTime(System.currentTimeMillis());
106 fdf.format(d);
107 }
Class: org.apache.catalina.util.FastDateFormat ©, Rating: 0% of 0, C2
097 d.setTime(2543); System.out.println(fdf.format(d) + "\t" + sdf.format(d));
098 d.setTime(12345); System.out.println(fdf.format(d) + "\t" + sdf.format(d));
099 d.setTime(12340); System.out.println(fdf.format(d) + "\t" + sdf.format(d));
100
101 final int reps = 100000;
Class: org.apache.catalina.util.FastDateFormat ©, Rating: 0% of 0, C2
096 d.setTime(1050); System.out.println(fdf.format(d) + "\t" + sdf.format(d));
097 d.setTime(2543); System.out.println(fdf.format(d) + "\t" + sdf.format(d));
098 d.setTime(12345); System.out.println(fdf.format(d) + "\t" + sdf.format(d));
099 d.setTime(12340); System.out.println(fdf.format(d) + "\t" + sdf.format(d));
100
Class: org.apache.catalina.util.FastDateFormat ©, Rating: 0% of 0, C2
095 d.setTime(999); System.out.println(fdf.format(d) + "\t" + sdf.format(d));
096 d.setTime(1050); System.out.println(fdf.format(d) + "\t" + sdf.format(d));
097 d.setTime(2543); System.out.println(fdf.format(d) + "\t" + sdf.format(d));
098 d.setTime(12345); System.out.println(fdf.format(d) + "\t" + sdf.format(d));
099 d.setTime(12340); System.out.println(fdf.format(d) + "\t" + sdf.format(d));
Class: org.apache.catalina.util.FastDateFormat ©, Rating: 0% of 0, C2
094 d.setTime(543); System.out.println(fdf.format(d) + "\t" + sdf.format(d));
095 d.setTime(999); System.out.println(fdf.format(d) + "\t" + sdf.format(d));
096 d.setTime(1050); System.out.println(fdf.format(d) + "\t" + sdf.format(d));
097 d.setTime(2543); System.out.println(fdf.format(d) + "\t" + sdf.format(d));
098 d.setTime(12345); System.out.println(fdf.format(d) + "\t" + sdf.format(d));
Class: org.apache.catalina.util.FastDateFormat ©, Rating: 100% of 1, C2
093 d.setTime(500); System.out.println(fdf.format(d) + "\t" + sdf.format(d));
094 d.setTime(543); System.out.println(fdf.format(d) + "\t" + sdf.format(d));
095 d.setTime(999); System.out.println(fdf.format(d) + "\t" + sdf.format(d));
096 d.setTime(1050); System.out.println(fdf.format(d) + "\t" + sdf.format(d));
097 d.setTime(2543); System.out.println(fdf.format(d) + "\t" + sdf.format(d));
Class: org.apache.catalina.util.FastDateFormat ©, Rating: 67% of 3, C2
092 d.setTime(20); System.out.println(fdf.format(d) + "\t" + sdf.format(d));
093 d.setTime(500); System.out.println(fdf.format(d) + "\t" + sdf.format(d));
094 d.setTime(543); System.out.println(fdf.format(d) + "\t" + sdf.format(d));
095 d.setTime(999); System.out.println(fdf.format(d) + "\t" + sdf.format(d));
096 d.setTime(1050); System.out.println(fdf.format(d) + "\t" + sdf.format(d));
Class: org.apache.catalina.util.FastDateFormat ©, Rating: 0% of 0, C2
091 d.setTime(1); System.out.println(fdf.format(d) + "\t" + sdf.format(d));
092 d.setTime(20); System.out.println(fdf.format(d) + "\t" + sdf.format(d));
093 d.setTime(500); System.out.println(fdf.format(d) + "\t" + sdf.format(d));
094 d.setTime(543); System.out.println(fdf.format(d) + "\t" + sdf.format(d));
095 d.setTime(999); System.out.println(fdf.format(d) + "\t" + sdf.format(d));
Class: org.apache.catalina.util.FastDateFormat ©, Rating: 0% of 0, C2
090
091 d.setTime(1); System.out.println(fdf.format(d) + "\t" + sdf.format(d));
092 d.setTime(20); System.out.println(fdf.format(d) + "\t" + sdf.format(d));
093 d.setTime(500); System.out.println(fdf.format(d) + "\t" + sdf.format(d));
094 d.setTime(543); System.out.println(fdf.format(d) + "\t" + sdf.format(d));