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

Comparing jsr166/src/test/tck/MapTest.java (file contents):
Revision 1.1 by jsr166, Wed Aug 23 05:33:00 2017 UTC vs.
Revision 1.2 by jsr166, Mon Jan 8 03:56:32 2018 UTC

# Line 102 | Line 102 | public class MapTest extends JSR166TestC
102          final Object v2 = (permitsNullValues && rnd.nextBoolean() && v1 != null)
103              ? null : impl.makeValue(2);
104  
105 <        /** If true, always lands in first bucket in hash tables. */
105 >        // If true, always lands in first bucket in hash tables.
106          final boolean poorHash = rnd.nextBoolean();
107          class Key implements Comparable<Key> {
108              final int i;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines