org.jclouds.blobstore
Interface ListableMap<K,V>

All Superinterfaces:
Map<K,V>
All Known Subinterfaces:
BlobMap, InputStreamMap
All Known Implementing Classes:
BaseBlobMap, BlobMapImpl, InputStreamMapImpl

public interface ListableMap<K,V>
extends Map<K,V>

All Map views of ContainerListings provide means to access the underlying Blob.

Author:
Adrian Cole

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 Iterable<? extends StorageMetadata> list()
           
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

list

Iterable<? extends StorageMetadata> list()
Returns:
blob listing that this map represents


Copyright © 2009-2012 jclouds. All Rights Reserved.