Class DataDictionaryMapBase

java.lang.Object
org.kuali.rice.kns.datadictionary.exporter.DataDictionaryMapBase
All Implemented Interfaces:
Map
Direct Known Subclasses:
DataDictionaryMap

@Deprecated public abstract class DataDictionaryMapBase extends Object implements Map
Deprecated.
Only used by KNS classes, no replacement.
  • Constructor Details

    • DataDictionaryMapBase

      public DataDictionaryMapBase()
      Deprecated.
  • Method Details

    • size

      public int size()
      Deprecated.
      Specified by:
      size in interface Map
    • isEmpty

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

      public boolean containsKey(Object key)
      Deprecated.
      Specified by:
      containsKey in interface Map
    • containsValue

      public boolean containsValue(Object value)
      Deprecated.
      Specified by:
      containsValue in interface Map
    • put

      public Object put(Object key, Object value)
      Deprecated.
      Specified by:
      put in interface Map
    • remove

      public Object remove(Object key)
      Deprecated.
      Specified by:
      remove in interface Map
    • putAll

      public void putAll(Map map)
      Deprecated.
      Specified by:
      putAll in interface Map
    • clear

      public void clear()
      Deprecated.
      Specified by:
      clear in interface Map
    • keySet

      public Set keySet()
      Deprecated.
      Specified by:
      keySet in interface Map
    • values

      public Collection values()
      Deprecated.
      Specified by:
      values in interface Map
    • entrySet

      public Set entrySet()
      Deprecated.
      Specified by:
      entrySet in interface Map