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

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

public interface BoundedSet<T>
extends Set<T>


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-2014 The Apache Software Foundation. All Rights Reserved.