public class DictionaryMap extends AbstractMap
Dictionary
class as a Map
.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
DictionaryMap(Dictionary dictionary) |
Modifier and Type | Method and Description |
---|---|
Set |
entrySet() |
Object |
get(Object key) |
boolean |
isEmpty() |
Set |
keySet() |
Object |
put(Object key,
Object value) |
Object |
remove(Object key) |
int |
size() |
clear, clone, containsKey, containsValue, equals, hashCode, putAll, toString, values
public DictionaryMap(Dictionary dictionary)
public Object get(Object key)
get
in interface Map
get
in class AbstractMap
public Object put(Object key, Object value)
put
in interface Map
put
in class AbstractMap
public Object remove(Object key)
remove
in interface Map
remove
in class AbstractMap
public int size()
size
in interface Map
size
in class AbstractMap
public boolean isEmpty()
isEmpty
in interface Map
isEmpty
in class AbstractMap
public Set entrySet()
entrySet
in interface Map
entrySet
in class AbstractMap
public Set keySet()
keySet
in interface Map
keySet
in class AbstractMap
Copyright © 2005-2021. All Rights Reserved.