Class DataDictionaryMapBase
java.lang.Object
org.kuali.rice.kns.datadictionary.exporter.DataDictionaryMapBase
- All Implemented Interfaces:
Map
- Direct Known Subclasses:
DataDictionaryMap
Deprecated.
Only used by KNS classes, no replacement.
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Deprecated.booleancontainsKey(Object key) Deprecated.booleancontainsValue(Object value) Deprecated.entrySet()Deprecated.booleanisEmpty()Deprecated.keySet()Deprecated.Deprecated.voidDeprecated.Deprecated.intsize()Deprecated.values()Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, get, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
DataDictionaryMapBase
public DataDictionaryMapBase()Deprecated.
-
-
Method Details
-
size
public int size()Deprecated. -
isEmpty
public boolean isEmpty()Deprecated. -
containsKey
Deprecated.- Specified by:
containsKeyin interfaceMap
-
containsValue
Deprecated.- Specified by:
containsValuein interfaceMap
-
put
Deprecated. -
remove
Deprecated. -
putAll
Deprecated. -
clear
public void clear()Deprecated. -
keySet
Deprecated. -
values
Deprecated. -
entrySet
Deprecated.
-