public interface org.eclipse.jgit.lib.ReflogReader
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.jgit.lib.ReflogReader
  super_class: java.lang.Object
{
  public abstract org.eclipse.jgit.lib.ReflogEntry getLastEntry();
    descriptor: ()Lorg/eclipse/jgit/lib/ReflogEntry;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException

  public abstract java.util.List<org.eclipse.jgit.lib.ReflogEntry> getReverseEntries();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    Signature: ()Ljava/util/List<Lorg/eclipse/jgit/lib/ReflogEntry;>;

  public abstract org.eclipse.jgit.lib.ReflogEntry getReverseEntry(int);
    descriptor: (I)Lorg/eclipse/jgit/lib/ReflogEntry;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      number  

  public abstract java.util.List<org.eclipse.jgit.lib.ReflogEntry> getReverseEntries(int);
    descriptor: (I)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    Signature: (I)Ljava/util/List<Lorg/eclipse/jgit/lib/ReflogEntry;>;
    MethodParameters:
      Name  Flags
      max   
}
SourceFile: "ReflogReader.java"