Home | History | Annotate | Download | only in cache

Lines Matching refs:STRONG

124     assertSame(Strength.STRONG, map.keyStrength);
125 assertSame(Strength.STRONG, map.valueStrength);
134 assertSame(EntryFactory.STRONG, map.entryFactory);
315 checkStrength(map, Strength.WEAK, Strength.STRONG);
321 checkStrength(map, Strength.STRONG, Strength.WEAK);
322 assertSame(EntryFactory.STRONG, map.entryFactory);
327 checkStrength(map, Strength.STRONG, Strength.SOFT);
328 assertSame(EntryFactory.STRONG, map.entryFactory);
382 assertSame(EntryFactory.STRONG,
383 EntryFactory.getFactory(Strength.STRONG, false, false));
385 EntryFactory.getFactory(Strength.STRONG, true, false));
387 EntryFactory.getFactory(Strength.STRONG, false, true));
389 EntryFactory.getFactory(Strength.STRONG, true, true));