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 String
getMarker()
int
getMaxResults()
String
getNextMarker()
String
getPrefix()
URI
getUrl()
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
-