public class AzureObjectSummariesIterator extends Object implements Iterator<StorageObjectSummary>
| Constructor and Description |
|---|
AzureObjectSummariesIterator(Iterable<com.microsoft.azure.storage.blob.ListBlobItem> azCloudBlobIterable) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
StorageObjectSummary |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic AzureObjectSummariesIterator(Iterable<com.microsoft.azure.storage.blob.ListBlobItem> azCloudBlobIterable)
public boolean hasNext()
hasNext in interface Iterator<StorageObjectSummary>public StorageObjectSummary next()
next in interface Iterator<StorageObjectSummary>public void remove()
remove in interface Iterator<StorageObjectSummary>Copyright © 2022. All rights reserved.