Uses of Interface
org.glassfish.hk2.utilities.general.WeakHashClock
-
Packages that use WeakHashClock Package Description org.glassfish.hk2.utilities.general org.glassfish.hk2.utilities.general.internal -
-
Uses of WeakHashClock in org.glassfish.hk2.utilities.general
Methods in org.glassfish.hk2.utilities.general that return WeakHashClock Modifier and Type Method Description static <K,V>
WeakHashClock<K,V>GeneralUtilities. getWeakHashClock(boolean isWeak)
Creates a weak hash clock -
Uses of WeakHashClock in org.glassfish.hk2.utilities.general.internal
Classes in org.glassfish.hk2.utilities.general.internal that implement WeakHashClock Modifier and Type Class Description class
WeakHashClockImpl<K,V>
Implementation of WeakHashClock as needed by the CAR algorithm
-