-
- All Implemented Interfaces:
-
kotlin.collections.Map,kotlin.collections.MutableMap
public interface MockHandlerMap implements Map<Any, MockKInvocationHandler>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMockHandlerMap.Companion
-
Method Summary
Modifier and Type Method Description abstract BooleanisMock(Object instance)abstract Set<Entry.Map<Object, MockKInvocationHandler>>getEntries()abstract Set<Object>getKeys()abstract IntegergetSize()abstract 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
-
-