Package 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>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMarker()intgetMaxResults()StringgetNextMarker()StringgetPrefix()URIgetUrl()-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
-