Package 

Class JvmMockKWeakMap

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Map<Object, V> target
    • 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()
      Map<Object, V> getTarget()
      • Methods inherited from class java.util.Map

        clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, copyOf, entry, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, of, ofEntries, 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