org.soyatec.windows.azure.util
Class NameValueCollection

java.lang.Object
  extended by org.apache.commons.collections.map.AbstractMapDecorator
      extended by org.apache.commons.collections.map.MultiValueMap
          extended by org.soyatec.windows.azure.util.NameValueCollection
All Implemented Interfaces:
java.util.Map, org.apache.commons.collections.MultiMap

public final class NameValueCollection
extends org.apache.commons.collections.map.MultiValueMap


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
NameValueCollection()
           
 
Method Summary
 java.lang.String getSingleValue(java.lang.String key)
           
 
Methods inherited from class org.apache.commons.collections.map.MultiValueMap
clear, containsValue, containsValue, decorate, decorate, decorate, getCollection, iterator, put, putAll, putAll, remove, size, totalSize, values
 
Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
containsKey, entrySet, equals, get, hashCode, isEmpty, keySet, remove, size, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.commons.collections.MultiMap
get, remove, size
 
Methods inherited from interface java.util.Map
containsKey, entrySet, equals, hashCode, isEmpty, keySet
 

Constructor Detail

NameValueCollection

public NameValueCollection()
Method Detail

getSingleValue

public java.lang.String getSingleValue(java.lang.String key)