Class SimpleValueMap

java.lang.Object
com.appiancorp.suiteapi.common.SimpleValueMap
All Implemented Interfaces:
Serializable, Map

public class SimpleValueMap extends Object implements Map, Serializable
See Also:
  • Constructor Details

    • SimpleValueMap

      public SimpleValueMap()
  • Method Details

    • put

      public Object put(Object key_, Object value_)
      Specified by:
      put in interface Map
    • get

      public Object get(Object key_)
      Specified by:
      get in interface Map
    • keySet

      public Set keySet()
      Specified by:
      keySet in interface Map
    • size

      public int size()
      Specified by:
      size in interface Map
    • clear

      public void clear()
      Specified by:
      clear in interface Map
    • isEmpty

      public boolean isEmpty()
      Specified by:
      isEmpty in interface Map
    • containsKey

      public boolean containsKey(Object key_)
      Specified by:
      containsKey in interface Map
    • containsValue

      public boolean containsValue(Object value_)
      Specified by:
      containsValue in interface Map
    • values

      public Collection values()
      Specified by:
      values in interface Map
    • putAll

      public void putAll(Map t_)
      Specified by:
      putAll in interface Map
    • entrySet

      public Set entrySet()
      Specified by:
      entrySet in interface Map
    • remove

      public Object remove(Object key_)
      Specified by:
      remove in interface Map