org.soyatec.windowsazure.blob
Class Metadata

java.lang.Object
  extended by org.apache.commons.collections.map.AbstractMapDecorator
      extended by org.apache.commons.collections.map.MultiValueMap
          extended by org.soyatec.windowsazure.internal.util.NameValueCollection
              extended by org.soyatec.windowsazure.blob.Metadata
All Implemented Interfaces:
java.util.Map, org.apache.commons.collections.MultiMap

public class Metadata
extends org.soyatec.windowsazure.internal.util.NameValueCollection

Represent the Metadata of container.


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
Metadata()
           
 
Method Summary
 
Methods inherited from class org.soyatec.windowsazure.internal.util.NameValueCollection
get, getMultipleValuesAsString, getSingleValue
 
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, 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
remove, size
 
Methods inherited from interface java.util.Map
containsKey, entrySet, equals, hashCode, isEmpty, keySet
 

Constructor Detail

Metadata

public Metadata()