Class UnorderedMapStringString

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      synchronized void delete()
      int size()
      boolean containsKey(Object key)
      String get(Object key)
      String put(String key, String value)
      String remove(Object key)
      Set<Map.Entry<String, String>> entrySet()
      boolean isEmpty()
      void clear()
      • Methods inherited from class java.util.AbstractMap

        containsValue, equals, hashCode, keySet, putAll, toString, values
      • Methods inherited from class java.util.Map

        compute, computeIfAbsent, computeIfPresent, copyOf, entry, forEach, getOrDefault, merge, of, ofEntries, putIfAbsent, remove, replace, replace, replaceAll
      • Methods inherited from class java.lang.Object

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