org.mobicents.protocols.mgcp.jain.pkg
Class Value

java.lang.Object
  extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
Value()
           
 
Method Summary
 void clear()
           
 boolean containsKey(Object key)
           
 boolean containsValue(Object value)
           
 Set<Map.Entry<Parameter,Value>> entrySet()
           
 Value get(Object key)
           
 boolean isEmpty()
           
 Set<Parameter> keySet()
           
 Value put(Parameter key, Value value)
           
 void putAll(Map<? extends Parameter,? extends Value> t)
           
 Value remove(Object key)
           
 int size()
           
 Collection<Value> values()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

Value

public Value()
Method Detail

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 © 2013 TeleStax, Inc.. All Rights Reserved.