Home | History | Annotate | Download | only in cache

Lines Matching refs:WEAK

315     checkStrength(map, Strength.WEAK, Strength.STRONG);
316 assertSame(EntryFactory.WEAK, map.entryFactory);
321 checkStrength(map, Strength.STRONG, Strength.WEAK);
390 assertSame(EntryFactory.WEAK,
391 EntryFactory.getFactory(Strength.WEAK, false, false));
393 EntryFactory.getFactory(Strength.WEAK, true, false));
395 EntryFactory.getFactory(Strength.WEAK, false, true));
397 EntryFactory.getFactory(Strength.WEAK, true, true));
2416 * weakKeys and weak/softValues.
2457 * Returns an iterable containing all combinations weakKeys and weak/softValues.