org.jclouds.azure.storage.domain
Interface BoundedSet<T>

All Superinterfaces:
Collection<T>, Iterable<T>, Set<T>
All Known Subinterfaces:
ListBlobsResponse
All Known Implementing Classes:
BoundedHashSet, HashSetListBlobsResponse

public interface BoundedSet<T>
extends Set<T>

Author:
Adrian Cole

Method Summary
 String getMarker()
           
 int getMaxResults()
           
 String getNextMarker()
           
 String getPrefix()
           
 URI getUrl()
           
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

getUrl

URI getUrl()

getPrefix

String getPrefix()

getMarker

String getMarker()

getMaxResults

int getMaxResults()

getNextMarker

String getNextMarker()


Copyright © 2009-2012 jclouds. All Rights Reserved.