Package com.backblaze.b2.client
Class B2ListKeysIterator
- java.lang.Object
-
- com.backblaze.b2.client.B2ListKeysIterator
-
- All Implemented Interfaces:
java.util.Iterator<B2ApplicationKey>
public class B2ListKeysIterator extends java.lang.Object implements java.util.Iterator<B2ApplicationKey>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
B2ApplicationKey
next()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfacejava.util.Iterator<B2ApplicationKey>
-
next
public B2ApplicationKey next()
- Specified by:
next
in interfacejava.util.Iterator<B2ApplicationKey>
-
-