-
- All Implemented Interfaces:
-
io.mockk.proxy.jvm.advice.jvm.MockHandlerMap,kotlin.collections.Map,kotlin.collections.MutableMap
public final class SynchronizedMockHandlersMap implements MockHandlerMap, Map<Any, MockKInvocationHandler>
-
-
Constructor Summary
Constructors Constructor Description SynchronizedMockHandlersMap()SynchronizedMockHandlersMap(Map<Object, MockKInvocationHandler> innerMap)
-
Method Summary
Modifier and Type Method Description BooleanisMock(Object instance)Set<Entry.Map<Object, MockKInvocationHandler>>getEntries()Set<Object>getKeys()IntegergetSize()Collection<MockKInvocationHandler>getValues()-
Methods inherited from class io.mockk.proxy.jvm.advice.jvm.MockHandlerMap
clear, compute, computeIfAbsent, computeIfPresent, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll -
Methods inherited from class kotlin.collections.MutableMap
containsKey, containsValue, forEach, get, getOrDefault, isEmpty -
Methods inherited from class kotlin.collections.Map
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-