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