Package 

Class JvmMockKWeakMap

    • Method Summary

      Modifier and Type Method Description
      V get(Object key)
      V put(K key, V value)
      V remove(Object key)
      int size()
      boolean isEmpty()
      boolean containsKey(Object key)
      boolean containsValue(Object value)
      void putAll(Map<out K, out V> m)
      void clear()
      Set<K> keySet()
      Collection<V> values()
      Set<Map.Entry<K, V>> entrySet()
      • Methods inherited from class java.util.Map

        clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait