public abstract class org.eclipse.jgit.lib.ObjectIdOwnerMap$Entry extends org.eclipse.jgit.lib.ObjectId
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.jgit.lib.ObjectIdOwnerMap$Entry
  super_class: org.eclipse.jgit.lib.ObjectId
{
  transient org.eclipse.jgit.lib.ObjectIdOwnerMap$Entry next;
    descriptor: Lorg/eclipse/jgit/lib/ObjectIdOwnerMap$Entry;
    flags: (0x0080) ACC_TRANSIENT

  public void <init>(org.eclipse.jgit.lib.AnyObjectId);
    descriptor: (Lorg/eclipse/jgit/lib/AnyObjectId;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.lib.ObjectIdOwnerMap$Entry this
        start local 1 // org.eclipse.jgit.lib.AnyObjectId id
         0: .line 368
            aload 0 /* this */
            aload 1 /* id */
            invokespecial org.eclipse.jgit.lib.ObjectId.<init>:(Lorg/eclipse/jgit/lib/AnyObjectId;)V
         1: .line 369
            return
        end local 1 // org.eclipse.jgit.lib.AnyObjectId id
        end local 0 // org.eclipse.jgit.lib.ObjectIdOwnerMap$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/lib/ObjectIdOwnerMap$Entry;
            0    2     1    id  Lorg/eclipse/jgit/lib/AnyObjectId;
    MethodParameters:
      Name  Flags
      id    
}
SourceFile: "ObjectIdOwnerMap.java"
NestHost: org.eclipse.jgit.lib.ObjectIdOwnerMap
InnerClasses:
  public abstract Entry = org.eclipse.jgit.lib.ObjectIdOwnerMap$Entry of org.eclipse.jgit.lib.ObjectIdOwnerMap