public interface AsyncRevObjectQueue extends AsyncOperation
| Modifier and Type | Method and Description | 
|---|---|
RevObject | 
next()
Obtain the next object. 
 | 
cancel, releaseRevObject next() throws MissingObjectException, IOException
MissingObjectException - the object does not exist. There may be more objects
             remaining in the iteration, the application should call
             next() again.IOException - the object store cannot be accessed.Copyright © 2016 Eclipse JGit Project. All rights reserved.