Uses of Class
org.mockito.internal.util.concurrent.WeakConcurrentMap
Packages that use WeakConcurrentMap
Package
Description
ByteBuddy related stuff.
-
Uses of WeakConcurrentMap in org.mockito.internal.creation.bytebuddy
Constructors in org.mockito.internal.creation.bytebuddy with parameters of type WeakConcurrentMapModifierConstructorDescriptionInlineBytecodeGenerator(Instrumentation instrumentation, WeakConcurrentMap<Object, MockMethodInterceptor> mocks, DetachedThreadLocal<Map<Class<?>, MockMethodInterceptor>> mockedStatics, Predicate<Class<?>> isMockConstruction, ConstructionCallback onConstruction) MockMethodAdvice(WeakConcurrentMap<Object, MockMethodInterceptor> interceptors, DetachedThreadLocal<Map<Class<?>, MockMethodInterceptor>> mockedStatics, String identifier, Predicate<Class<?>> isMockConstruction, ConstructionCallback onConstruction) -
Uses of WeakConcurrentMap in org.mockito.internal.util.concurrent
Subclasses of WeakConcurrentMap in org.mockito.internal.util.concurrentModifier and TypeClassDescriptionstatic classAWeakConcurrentMapwhere stale entries are removed as a side effect of interacting with this map.Methods in org.mockito.internal.util.concurrent that return WeakConcurrentMap