Class StringsMap

All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>

public class StringsMap extends HashMap<String,Object>
The class StringsMap contains a class for a mapping of String to Object.
See Also:
  • Constructor Details

    • StringsMap

      public StringsMap()
  • Method Details

    • add

      public StringsMap add(String key, Object value)
      The method add provides means to add a key/value pair.
      Parameters:
      key - the key
      value - the value
      Returns:
      this