org.kuali.rice.kns.datadictionary.exporter
Class DataDictionaryMapBase

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

Deprecated.

@Deprecated
public abstract class DataDictionaryMapBase
extends Object
implements Map


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
DataDictionaryMapBase()
          Deprecated.  
 
Method Summary
 void clear()
          Deprecated.  
 boolean containsKey(Object key)
          Deprecated.  
 boolean containsValue(Object value)
          Deprecated.  
 Set entrySet()
          Deprecated.  
 boolean isEmpty()
          Deprecated.  
 Set keySet()
          Deprecated.  
 Object put(Object key, Object value)
          Deprecated.  
 void putAll(Map map)
          Deprecated.  
 Object remove(Object key)
          Deprecated.  
 int size()
          Deprecated.  
 Collection values()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, get, hashCode
 

Constructor Detail

DataDictionaryMapBase

public DataDictionaryMapBase()
Deprecated. 
Method Detail

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


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.