org.apache.logging.log4j.util

Interface StringMap

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void clear()
      Removes all key-value pairs from this collection.
      boolean equals(Object obj)
      Indicates whether some other object is "equal to" this one.
      void freeze()
      Makes this collection immutable.
      int hashCode()
      Returns a hash code value for the object.
      boolean isFrozen()
      Returns true if this object has been frozen, false otherwise.
      void putAll(ReadOnlyStringMap source)
      Copies all key-value pairs from the specified ReadOnlyStringMap into this StringMap.
      void putValue(String key, Object value)
      Puts the specified key-value pair into the collection.
      void remove(String key)
      Removes the key-value pair for the specified key from this data structure.

Copyright © 1999-2018 The Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.