public interface org.eclipse.jgit.lib.AsyncObjectLoaderQueue<T extends org.eclipse.jgit.lib.ObjectId> extends org.eclipse.jgit.lib.AsyncOperation
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.jgit.lib.AsyncObjectLoaderQueue
  super_class: java.lang.Object
{
  public abstract boolean next();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.jgit.errors.MissingObjectException, java.io.IOException

  public abstract T getCurrent();
    descriptor: ()Lorg/eclipse/jgit/lib/ObjectId;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TT;

  public abstract org.eclipse.jgit.lib.ObjectId getObjectId();
    descriptor: ()Lorg/eclipse/jgit/lib/ObjectId;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.jgit.lib.ObjectLoader open();
    descriptor: ()Lorg/eclipse/jgit/lib/ObjectLoader;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
}
Signature: <T:Lorg/eclipse/jgit/lib/ObjectId;>Ljava/lang/Object;Lorg/eclipse/jgit/lib/AsyncOperation;
SourceFile: "AsyncObjectLoaderQueue.java"