Class SimpleSignedObjectIdSource
java.lang.Object
com.atlassian.bitbucket.scm.signed.SimpleSignedObjectIdSource
- All Implemented Interfaces:
SignedObjectIdSource
- Since:
- 5.1
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SimpleSignedObjectIdSource
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceSignedObjectIdSource
- Returns:
true
if there are any more object IDs to be resolved.
-
next
- Specified by:
next
in interfaceSignedObjectIdSource
- Returns:
- the next object ID
-