@Deprecated public abstract class DataDictionaryMapBase extends Object implements Map
| Constructor and Description |
|---|
DataDictionaryMapBase()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, get, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic DataDictionaryMapBase()
public boolean containsKey(Object key)
containsKey in interface Mappublic boolean containsValue(Object value)
containsValue in interface Mappublic Collection values()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.