Class SoftValueHashMap<K,​V>

  • Type Parameters:
    K -
    V -
    All Implemented Interfaces:
    Map<K,​V>

    public final class SoftValueHashMap<K,​V>
    extends Object
    implements Map<K,​V>
    Deprecated.
    use SoftValueHashMap instead.
    • Constructor Detail

      • SoftValueHashMap

        public SoftValueHashMap()
        Deprecated.
    • Method Detail

      • get

        public V get​(Object key)
        Deprecated.
        Specified by:
        get in interface Map<K,​V>
      • put

        public V put​(K key,
                     V value)
        Deprecated.
        Specified by:
        put in interface Map<K,​V>
      • remove

        public V remove​(Object key)
        Deprecated.
        Specified by:
        remove in interface Map<K,​V>
      • putAll

        public void putAll​(Map<? extends K,​? extends V> t)
        Deprecated.
        Specified by:
        putAll in interface Map<K,​V>
      • clear

        public void clear()
        Deprecated.
        Specified by:
        clear in interface Map<K,​V>
      • size

        public int size()
        Deprecated.
        Specified by:
        size in interface Map<K,​V>
      • isEmpty

        public boolean isEmpty()
        Deprecated.
        Specified by:
        isEmpty in interface Map<K,​V>
      • containsKey

        public boolean containsKey​(Object key)
        Deprecated.
        Specified by:
        containsKey in interface Map<K,​V>
      • containsValue

        public boolean containsValue​(Object value)
        Deprecated.
        Specified by:
        containsValue in interface Map<K,​V>
      • keySet

        @NotNull
        public Set<K> keySet()
        Deprecated.
        Specified by:
        keySet in interface Map<K,​V>