Home | History | Annotate | Download | only in collect

Lines Matching refs:STRONG

79     assertSame(Strength.STRONG, map.keyStrength);
80 assertSame(Strength.STRONG, map.valueStrength);
88 assertSame(EntryFactory.STRONG, map.entryFactory);
245 checkStrength(map, Strength.WEAK, Strength.STRONG);
252 checkStrength(map, Strength.SOFT, Strength.STRONG);
258 checkStrength(map, Strength.STRONG, Strength.WEAK);
259 assertSame(EntryFactory.STRONG, map.entryFactory);
264 checkStrength(map, Strength.STRONG, Strength.SOFT);
265 assertSame(EntryFactory.STRONG, map.entryFactory);