Home | History | Annotate | Download | only in cache

Lines Matching refs:WEAK

56  * <li>keys automatically wrapped in {@linkplain WeakReference weak} references
57 * <li>values automatically wrapped in {@linkplain WeakReference weak} or
462 return setKeyStrength(Strength.WEAK);
488 * <p>Weak values will be garbage collected once they are weakly reachable. This makes them a poor
502 return setValueStrength(Strength.WEAK);