public class

SimpleSignedObjectIdSource

extends Object
implements SignedObjectIdSource
java.lang.Object
   ↳ com.atlassian.bitbucket.scm.signed.SimpleSignedObjectIdSource

Summary

Public Constructors
SimpleSignedObjectIdSource(Iterable<String> iterable)
Public Methods
boolean hasNext()
@Nonnull String next()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.bitbucket.scm.signed.SignedObjectIdSource

Public Constructors

public SimpleSignedObjectIdSource (Iterable<String> iterable)

Public Methods

public boolean hasNext ()

@Nonnull public String next ()