Uses of Interface
org.glassfish.hk2.utilities.general.WeakHashLRU
-
Packages that use WeakHashLRU Package Description org.glassfish.hk2.utilities.cache.internal org.glassfish.hk2.utilities.general org.glassfish.hk2.utilities.general.internal -
-
Uses of WeakHashLRU in org.glassfish.hk2.utilities.cache.internal
Fields in org.glassfish.hk2.utilities.cache.internal declared as WeakHashLRU Modifier and Type Field Description private WeakHashLRU<K>WeakCARCacheImpl. b1private WeakHashLRU<K>WeakCARCacheImpl. b2 -
Uses of WeakHashLRU in org.glassfish.hk2.utilities.general
Methods in org.glassfish.hk2.utilities.general that return WeakHashLRU Modifier and Type Method Description static <K> WeakHashLRU<K>GeneralUtilities. getWeakHashLRU(boolean isWeak)Creates a weak hash clock -
Uses of WeakHashLRU in org.glassfish.hk2.utilities.general.internal
Classes in org.glassfish.hk2.utilities.general.internal that implement WeakHashLRU Modifier and Type Class Description classWeakHashLRUImpl<K>An implementation of the WeakHashLRU as needed by the CAR algorithm
-