@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, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, get, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public DataDictionaryMapBase()
public boolean containsKey(Object key)
containsKey
in interface Map
public boolean containsValue(Object value)
containsValue
in interface Map
public Collection values()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.