Class StartGenerator

java.lang.Object
org.eclipse.jgit.revwalk.Generator
org.eclipse.jgit.revwalk.StartGenerator

class StartGenerator extends Generator
Initial RevWalk generator that bootstraps a new walk.

Initially RevWalk starts with this generator as its chosen implementation. The first request for a RevCommit from the RevWalk instance calls to our next() method, and we replace ourselves with the best Generator implementation available based upon the current RevWalk configuration.