class org.eclipse.jgit.lib.ObjectIdOwnerMap$1 implements java.util.Iterator<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jgit.lib.ObjectIdOwnerMap$1
  super_class: java.lang.Object
{
  private int found;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int dirIdx;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int tblIdx;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private V next;
    descriptor: Lorg/eclipse/jgit/lib/ObjectIdOwnerMap$Entry;
    flags: (0x0002) ACC_PRIVATE
    Signature: TV;

  final org.eclipse.jgit.lib.ObjectIdOwnerMap this$0;
    descriptor: Lorg/eclipse/jgit/lib/ObjectIdOwnerMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.jgit.lib.ObjectIdOwnerMap);
    descriptor: (Lorg/eclipse/jgit/lib/ObjectIdOwnerMap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.lib.ObjectIdOwnerMap$1 this
         0: .line 238
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jgit.lib.ObjectIdOwnerMap$1.this$0:Lorg/eclipse/jgit/lib/ObjectIdOwnerMap;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jgit.lib.ObjectIdOwnerMap$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/lib/ObjectIdOwnerMap$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.ObjectIdOwnerMap$1 this
         0: .line 246
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.ObjectIdOwnerMap$1.found:I
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.ObjectIdOwnerMap$1.this$0:Lorg/eclipse/jgit/lib/ObjectIdOwnerMap;
            getfield org.eclipse.jgit.lib.ObjectIdOwnerMap.size:I
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jgit.lib.ObjectIdOwnerMap$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/lib/ObjectIdOwnerMap$1;

  public V next();
    descriptor: ()Lorg/eclipse/jgit/lib/ObjectIdOwnerMap$Entry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.eclipse.jgit.lib.ObjectIdOwnerMap$1 this
         0: .line 251
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.ObjectIdOwnerMap$1.next:Lorg/eclipse/jgit/lib/ObjectIdOwnerMap$Entry;
            ifnull 2
         1: .line 252
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.ObjectIdOwnerMap$1.next:Lorg/eclipse/jgit/lib/ObjectIdOwnerMap$Entry;
            invokevirtual org.eclipse.jgit.lib.ObjectIdOwnerMap$1.found:(Lorg/eclipse/jgit/lib/ObjectIdOwnerMap$Entry;)Lorg/eclipse/jgit/lib/ObjectIdOwnerMap$Entry;
            areturn
         2: .line 255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.ObjectIdOwnerMap$1.this$0:Lorg/eclipse/jgit/lib/ObjectIdOwnerMap;
            getfield org.eclipse.jgit.lib.ObjectIdOwnerMap.directory:[[Lorg/eclipse/jgit/lib/ObjectIdOwnerMap$Entry;
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.ObjectIdOwnerMap$1.dirIdx:I
            aaload
            astore 1 /* table */
        start local 1 // org.eclipse.jgit.lib.ObjectIdOwnerMap$Entry[] table
         3: .line 256
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.ObjectIdOwnerMap$1.tblIdx:I
            aload 1 /* table */
            arraylength
            if_icmpne 12
         4: .line 257
            aload 0 /* this */
            dup
            getfield org.eclipse.jgit.lib.ObjectIdOwnerMap$1.dirIdx:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.jgit.lib.ObjectIdOwnerMap$1.dirIdx:I
            iconst_1
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.ObjectIdOwnerMap$1.this$0:Lorg/eclipse/jgit/lib/ObjectIdOwnerMap;
            getfield org.eclipse.jgit.lib.ObjectIdOwnerMap.bits:I
            ishl
            if_icmplt 6
         5: .line 258
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         6: .line 259
      StackMap locals: org.eclipse.jgit.lib.ObjectIdOwnerMap$Entry[]
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.ObjectIdOwnerMap$1.this$0:Lorg/eclipse/jgit/lib/ObjectIdOwnerMap;
            getfield org.eclipse.jgit.lib.ObjectIdOwnerMap.directory:[[Lorg/eclipse/jgit/lib/ObjectIdOwnerMap$Entry;
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.ObjectIdOwnerMap$1.dirIdx:I
            aaload
            astore 1 /* table */
         7: .line 260
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jgit.lib.ObjectIdOwnerMap$1.tblIdx:I
         8: .line 263
            goto 12
         9: .line 264
      StackMap locals:
      StackMap stack:
            aload 1 /* table */
            aload 0 /* this */
            dup
            getfield org.eclipse.jgit.lib.ObjectIdOwnerMap$1.tblIdx:I
            dup_x1
            iconst_1
            iadd
            putfield org.eclipse.jgit.lib.ObjectIdOwnerMap$1.tblIdx:I
            aaload
            astore 2 /* v */
        start local 2 // org.eclipse.jgit.lib.ObjectIdOwnerMap$Entry v
        10: .line 265
            aload 2 /* v */
            ifnull 12
        11: .line 266
            aload 0 /* this */
            aload 2 /* v */
            invokevirtual org.eclipse.jgit.lib.ObjectIdOwnerMap$1.found:(Lorg/eclipse/jgit/lib/ObjectIdOwnerMap$Entry;)Lorg/eclipse/jgit/lib/ObjectIdOwnerMap$Entry;
            areturn
        end local 2 // org.eclipse.jgit.lib.ObjectIdOwnerMap$Entry v
        12: .line 263
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.ObjectIdOwnerMap$1.tblIdx:I
            aload 1 /* table */
            arraylength
            if_icmplt 9
        end local 1 // org.eclipse.jgit.lib.ObjectIdOwnerMap$Entry[] table
        13: .line 254
            goto 2
        end local 0 // org.eclipse.jgit.lib.ObjectIdOwnerMap$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0   this  Lorg/eclipse/jgit/lib/ObjectIdOwnerMap$1;
            3   13     1  table  [Lorg/eclipse/jgit/lib/ObjectIdOwnerMap$Entry;
           10   12     2      v  TV;
    Signature: ()TV;

  private V found();
    descriptor: (Lorg/eclipse/jgit/lib/ObjectIdOwnerMap$Entry;)Lorg/eclipse/jgit/lib/ObjectIdOwnerMap$Entry;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.lib.ObjectIdOwnerMap$1 this
        start local 1 // org.eclipse.jgit.lib.ObjectIdOwnerMap$Entry v
         0: .line 273
            aload 0 /* this */
            dup
            getfield org.eclipse.jgit.lib.ObjectIdOwnerMap$1.found:I
            iconst_1
            iadd
            putfield org.eclipse.jgit.lib.ObjectIdOwnerMap$1.found:I
         1: .line 274
            aload 0 /* this */
            aload 1 /* v */
            getfield org.eclipse.jgit.lib.ObjectIdOwnerMap$Entry.next:Lorg/eclipse/jgit/lib/ObjectIdOwnerMap$Entry;
            putfield org.eclipse.jgit.lib.ObjectIdOwnerMap$1.next:Lorg/eclipse/jgit/lib/ObjectIdOwnerMap$Entry;
         2: .line 275
            aload 1 /* v */
            areturn
        end local 1 // org.eclipse.jgit.lib.ObjectIdOwnerMap$Entry v
        end local 0 // org.eclipse.jgit.lib.ObjectIdOwnerMap$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jgit/lib/ObjectIdOwnerMap$1;
            0    3     1     v  TV;
    Signature: (TV;)TV;
    MethodParameters:
      Name  Flags
      v     

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.ObjectIdOwnerMap$1 this
         0: .line 280
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.eclipse.jgit.lib.ObjectIdOwnerMap$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/lib/ObjectIdOwnerMap$1;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.jgit.lib.ObjectIdOwnerMap$1.next:()Lorg/eclipse/jgit/lib/ObjectIdOwnerMap$Entry;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<TV;>;
SourceFile: "ObjectIdOwnerMap.java"
EnclosingMethod: org.eclipse.jgit.lib.ObjectIdOwnerMap.iterator:()Ljava/util/Iterator;
NestHost: org.eclipse.jgit.lib.ObjectIdOwnerMap
InnerClasses:
  org.eclipse.jgit.lib.ObjectIdOwnerMap$1
  public abstract Entry = org.eclipse.jgit.lib.ObjectIdOwnerMap$Entry of org.eclipse.jgit.lib.ObjectIdOwnerMap