@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.
|
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–2014 The Kuali Foundation. All rights reserved.