Uses of Interface
org.glassfish.hk2.utilities.general.WeakHashLRU
-
Packages that use WeakHashLRU Package Description org.glassfish.hk2.utilities.general org.glassfish.hk2.utilities.general.internal -
-
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 class
WeakHashLRUImpl<K>
An implementation of the WeakHashLRU as needed by the CAR algorithm
-