Package com.backblaze.b2.client
Class B2ListFilesIterableBase
- java.lang.Object
-
- com.backblaze.b2.client.B2ListFilesIterableBase
-
- All Implemented Interfaces:
B2ListFilesIterable
,java.lang.Iterable<B2FileVersion>
- Direct Known Subclasses:
B2ListFileNamesIterable
,B2ListFileVersionsIterable
,B2ListUnfinishedLargeFilesIterable
public abstract class B2ListFilesIterableBase extends java.lang.Object implements B2ListFilesIterable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
B2ListFilesIterableBase.IterBase
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected B2StorageClientImpl
getClient()
java.util.Iterator<B2FileVersion>
iterator()
-
-
-
Method Detail
-
iterator
public java.util.Iterator<B2FileVersion> iterator()
- Specified by:
iterator
in interfacejava.lang.Iterable<B2FileVersion>
-
getClient
protected B2StorageClientImpl getClient()
-
-