Package com.backblaze.b2.client
Class B2ListPartsIterableBase.IterBase
- java.lang.Object
-
- com.backblaze.b2.client.B2ListPartsIterableBase.IterBase
-
- All Implemented Interfaces:
java.util.Iterator<B2Part>
- Enclosing class:
- B2ListPartsIterableBase
protected abstract class B2ListPartsIterableBase.IterBase extends java.lang.Object implements java.util.Iterator<B2Part>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract void
advance()
protected abstract B2ListPartsResponse
getCurrentResponseOrNull()
boolean
hasNext()
B2Part
next()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfacejava.util.Iterator<B2Part>
-
getCurrentResponseOrNull
protected abstract B2ListPartsResponse getCurrentResponseOrNull()
-
advance
protected abstract void advance() throws B2Exception
- Throws:
B2Exception
-
-