Class HashSetListBlobsResponse
java.lang.Object
java.util.AbstractCollection<BlobProperties>
java.util.AbstractSet<BlobProperties>
java.util.HashSet<BlobProperties>
java.util.LinkedHashSet<BlobProperties>
org.jclouds.azure.storage.domain.internal.BoundedHashSet<BlobProperties>
org.jclouds.azureblob.domain.internal.HashSetListBlobsResponse
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<BlobProperties>
,Collection<BlobProperties>
,SequencedCollection<BlobProperties>
,SequencedSet<BlobProperties>
,Set<BlobProperties>
,BoundedSet<BlobProperties>
,ListBlobsResponse
public class HashSetListBlobsResponse
extends BoundedHashSet<BlobProperties>
implements ListBlobsResponse
- See Also:
-
Field Summary
FieldsFields inherited from class org.jclouds.azure.storage.domain.internal.BoundedHashSet
marker, maxResults, nextMarker, prefix, url
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jclouds.azure.storage.domain.internal.BoundedHashSet
getMarker, getMaxResults, getNextMarker, getPrefix, getUrl
Methods inherited from class java.util.LinkedHashSet
addFirst, addLast, getFirst, getLast, newLinkedHashSet, removeFirst, removeLast, reversed, spliterator
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, newHashSet, remove, size, toArray, toArray
Methods inherited from class java.util.AbstractSet
removeAll
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.jclouds.azure.storage.domain.BoundedSet
getMarker, getMaxResults, getNextMarker, getPrefix, getUrl
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Field Details
-
delimiter
-
blobPrefixes
-
-
Constructor Details
-
HashSetListBlobsResponse
-
-
Method Details
-
getDelimiter
- Specified by:
getDelimiter
in interfaceListBlobsResponse
-
getBlobPrefixes
- Specified by:
getBlobPrefixes
in interfaceListBlobsResponse
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfaceCollection<BlobProperties>
- Specified by:
hashCode
in interfaceSet<BlobProperties>
- Overrides:
hashCode
in classAbstractSet<BlobProperties>
-
equals
- Specified by:
equals
in interfaceCollection<BlobProperties>
- Specified by:
equals
in interfaceSet<BlobProperties>
- Overrides:
equals
in classAbstractSet<BlobProperties>
-
toString
- Overrides:
toString
in classAbstractCollection<BlobProperties>
-