ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/jtreg/util/LinkedHashMap/Cache.java
(Generate patch)

Comparing jsr166/src/test/jtreg/util/LinkedHashMap/Cache.java (file contents):
Revision 1.4 by jsr166, Sat Oct 21 00:44:23 2017 UTC vs.
Revision 1.5 by jsr166, Mon Jan 8 03:12:03 2018 UTC

# Line 27 | Line 27
27   * @summary Basic test of removeEldestElement method.
28   */
29  
30 < import java.util.*;
30 > import java.util.LinkedHashMap;
31 > import java.util.Map;
32  
33   public class Cache {
34      private static final int MAP_SIZE = 10;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines