Interface Put<K,V>

    • Method Summary

      Modifier and Type Method and Description
      void clear()
       
      Object put(K key, V value)
      Note that the return type is Object, rather than V as in the Map interface.
      void putAll(Map<? extends K,? extends V> t)