org.jclouds.azureblob.domain.internal
Class HashSetListBlobsResponse
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet<T>
org.jclouds.azure.storage.domain.internal.BoundedHashSet<BlobProperties>
org.jclouds.azureblob.domain.internal.HashSetListBlobsResponse
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<BlobProperties>, Collection<BlobProperties>, Set<BlobProperties>, BoundedSet<BlobProperties>, ListBlobsResponse
public class HashSetListBlobsResponse
- extends BoundedHashSet<BlobProperties>
- implements ListBlobsResponse
- Author:
- Adrian Cole
- See Also:
- Serialized Form
Methods inherited from interface java.util.Set |
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
delimiter
protected final String delimiter
blobPrefixes
protected final Set<String> blobPrefixes
HashSetListBlobsResponse
public HashSetListBlobsResponse(Iterable<BlobProperties> contents,
URI url,
String prefix,
String marker,
Integer maxResults,
String nextMarker,
String delimiter,
Iterable<String> blobPrefixes)
getDelimiter
public String getDelimiter()
- Specified by:
getDelimiter
in interface ListBlobsResponse
getBlobPrefixes
public Set<String> getBlobPrefixes()
- Specified by:
getBlobPrefixes
in interface ListBlobsResponse
hashCode
public int hashCode()
- Specified by:
hashCode
in interface Collection<BlobProperties>
- Specified by:
hashCode
in interface Set<BlobProperties>
- Overrides:
hashCode
in class AbstractSet<BlobProperties>
equals
public boolean equals(Object obj)
- Specified by:
equals
in interface Collection<BlobProperties>
- Specified by:
equals
in interface Set<BlobProperties>
- Overrides:
equals
in class AbstractSet<BlobProperties>
toString
public String toString()
- Overrides:
toString
in class AbstractCollection<BlobProperties>
Copyright © 2009-2011 jclouds. All Rights Reserved.