org.mobicents.protocols.mgcp.jain.pkg
Class Value
java.lang.Object
org.mobicents.protocols.mgcp.jain.pkg.Value
- All Implemented Interfaces:
- Map<Parameter,Value>
- Direct Known Subclasses:
- AnnouncementParmValue, BooleanValue, EventsValue, NumberValue, PosKeyValue, StringValue
public abstract class Value
- extends Object
- implements Map<Parameter,Value>
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
|
Constructor Summary |
Value()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Value
public Value()
clear
public void clear()
- Specified by:
clear in interface Map<Parameter,Value>
entrySet
public Set<Map.Entry<Parameter,Value>> entrySet()
- Specified by:
entrySet in interface Map<Parameter,Value>
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface Map<Parameter,Value>
keySet
public Set<Parameter> keySet()
- Specified by:
keySet in interface Map<Parameter,Value>
put
public Value put(Parameter key,
Value value)
- Specified by:
put in interface Map<Parameter,Value>
putAll
public void putAll(Map<? extends Parameter,? extends Value> t)
- Specified by:
putAll in interface Map<Parameter,Value>
size
public int size()
- Specified by:
size in interface Map<Parameter,Value>
values
public Collection<Value> values()
- Specified by:
values in interface Map<Parameter,Value>
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKey in interface Map<Parameter,Value>
containsValue
public boolean containsValue(Object value)
- Specified by:
containsValue in interface Map<Parameter,Value>
get
public Value get(Object key)
- Specified by:
get in interface Map<Parameter,Value>
remove
public Value remove(Object key)
- Specified by:
remove in interface Map<Parameter,Value>
Copyright © 2012 TeleStax, Inc.. All Rights Reserved.