org.jclouds.blobstore.internal
Class BaseBlobMap.Entry

java.lang.Object
  extended by org.jclouds.blobstore.internal.BaseBlobMap.Entry
All Implemented Interfaces:
Map.Entry<String,V>
Enclosing class:
BaseBlobMap<V>

public class BaseBlobMap.Entry
extends Object
implements Map.Entry<String,V>


Method Summary
 String getKey()
           
 V getValue()
           
 V setValue(V value)
           
 
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.Entry
equals, hashCode
 

Method Detail

getKey

public String getKey()
Specified by:
getKey in interface Map.Entry<String,V>

getValue

public V getValue()
Specified by:
getValue in interface Map.Entry<String,V>

setValue

public V setValue(V value)
Specified by:
setValue in interface Map.Entry<String,V>


Copyright © 2009-2012 jclouds. All Rights Reserved.