Uses of Interface
org.glassfish.hk2.utilities.general.WeakHashClock
Packages that use WeakHashClock
Package
Description
-
Uses of WeakHashClock in org.glassfish.hk2.utilities.cache.internal
Fields in org.glassfish.hk2.utilities.cache.internal declared as WeakHashClockModifier and TypeFieldDescriptionprivate final WeakHashClock
<K, WeakCARCacheImpl.CarValue<V>> WeakCARCacheImpl.t1
private final WeakHashClock
<K, WeakCARCacheImpl.CarValue<V>> WeakCARCacheImpl.t2
-
Uses of WeakHashClock in org.glassfish.hk2.utilities.general
Methods in org.glassfish.hk2.utilities.general that return WeakHashClockModifier and TypeMethodDescriptionstatic <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 WeakHashClockModifier and TypeClassDescriptionclass
WeakHashClockImpl<K,
V> Implementation of WeakHashClock as needed by the CAR algorithm