V
- The type of the values.public class ReadOnlyEnumerationMap<V> extends Object implements Map<String,V>
HasKeys
object into a read-only map.Modifier and Type | Field and Description |
---|---|
protected HasKeys<V> |
request
The request.
|
Constructor and Description |
---|
ReadOnlyEnumerationMap(HasKeys<V> request)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,V>> |
entrySet() |
boolean |
equals(Object o) |
V |
get(Object key) |
int |
hashCode() |
boolean |
isEmpty() |
Set<String> |
keySet() |
V |
put(String key,
V value) |
void |
putAll(Map<? extends String,? extends V> map) |
V |
remove(Object key) |
int |
size() |
Collection<V> |
values() |
public boolean containsKey(Object key)
containsKey
in interface Map<String,V>
public boolean containsValue(Object value)
containsValue
in interface Map<String,V>
public boolean equals(Object o)
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.