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