Lines Matching full:weak
44 * weak} keys, soft or weak values, timed expiration, and on-demand
67 * uses soft or weak references can give unpredictable results.
157 * to determine equality of weak keys, which may not behave as you expect.
167 return setKeyStrength(Strength.WEAK);
204 * <p>Weak values will be garbage collected once they are weakly
209 * to determine equality of weak values. This will notably impact
219 return setValueStrength(Strength.WEAK);
342 WEAK {
498 * TODO: Keep weak reference to map, too. Build a priority
1047 /** References a weak value. */