Uses of Class
de.hybris.platform.util.WeakValueHashMap.MyWeakReference
-
Packages that use WeakValueHashMap.MyWeakReference Package Description de.hybris.platform.util -
-
Uses of WeakValueHashMap.MyWeakReference in de.hybris.platform.util
Methods in de.hybris.platform.util that return WeakValueHashMap.MyWeakReference Modifier and Type Method Description protected WeakValueHashMap.MyWeakReference<V>WeakValueHashMap. createReference(K key, V value, java.lang.ref.ReferenceQueue<WeakValueHashMap.MyWeakReference<V>> refQueue)Methods in de.hybris.platform.util with parameters of type WeakValueHashMap.MyWeakReference Modifier and Type Method Description protected voidWeakValueHashMap. removeReference(WeakValueHashMap.MyWeakReference<V> discarded)Method parameters in de.hybris.platform.util with type arguments of type WeakValueHashMap.MyWeakReference Modifier and Type Method Description protected WeakValueHashMap.MyWeakReference<V>WeakValueHashMap. createReference(K key, V value, java.lang.ref.ReferenceQueue<WeakValueHashMap.MyWeakReference<V>> refQueue)
-