class org.eclipse.jgit.util.RefMap$SetIterator implements java.util.Iterator<java.util.Map$Entry<java.lang.String, org.eclipse.jgit.lib.Ref>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jgit.util.RefMap$SetIterator
  super_class: java.lang.Object
{
  private int packedIdx;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

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

  private java.util.Map$Entry<java.lang.String, org.eclipse.jgit.lib.Ref> next;
    descriptor: Ljava/util/Map$Entry;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map$Entry<Ljava/lang/String;Lorg/eclipse/jgit/lib/Ref;>;

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

  void <init>(org.eclipse.jgit.util.RefMap);
    descriptor: (Lorg/eclipse/jgit/util/RefMap;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.util.RefMap$SetIterator this
         0: .line 294
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jgit.util.RefMap$SetIterator.this$0:Lorg/eclipse/jgit/util/RefMap;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 295
            aload 1
            getfield org.eclipse.jgit.util.RefMap.prefix:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            ifle 5
         2: .line 296
            aload 0 /* this */
            aload 1
            getfield org.eclipse.jgit.util.RefMap.packed:Lorg/eclipse/jgit/util/RefList;
            aload 1
            getfield org.eclipse.jgit.util.RefMap.prefix:Ljava/lang/String;
            invokevirtual org.eclipse.jgit.util.RefList.find:(Ljava/lang/String;)I
            iconst_1
            iadd
            ineg
            putfield org.eclipse.jgit.util.RefMap$SetIterator.packedIdx:I
         3: .line 297
            aload 0 /* this */
            aload 1
            getfield org.eclipse.jgit.util.RefMap.loose:Lorg/eclipse/jgit/util/RefList;
            aload 1
            getfield org.eclipse.jgit.util.RefMap.prefix:Ljava/lang/String;
            invokevirtual org.eclipse.jgit.util.RefList.find:(Ljava/lang/String;)I
            iconst_1
            iadd
            ineg
            putfield org.eclipse.jgit.util.RefMap$SetIterator.looseIdx:I
         4: .line 298
            aload 0 /* this */
            aload 1
            getfield org.eclipse.jgit.util.RefMap.resolved:Lorg/eclipse/jgit/util/RefList;
            aload 1
            getfield org.eclipse.jgit.util.RefMap.prefix:Ljava/lang/String;
            invokevirtual org.eclipse.jgit.util.RefList.find:(Ljava/lang/String;)I
            iconst_1
            iadd
            ineg
            putfield org.eclipse.jgit.util.RefMap$SetIterator.resolvedIdx:I
         5: .line 300
      StackMap locals: org.eclipse.jgit.util.RefMap$SetIterator org.eclipse.jgit.util.RefMap
      StackMap stack:
            return
        end local 0 // org.eclipse.jgit.util.RefMap$SetIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jgit/util/RefMap$SetIterator;
    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.util.RefMap$SetIterator this
         0: .line 304
            aload 0 /* this */
            getfield org.eclipse.jgit.util.RefMap$SetIterator.next:Ljava/util/Map$Entry;
            ifnonnull 2
         1: .line 305
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.util.RefMap$SetIterator.peek:()Ljava/util/Map$Entry;
            putfield org.eclipse.jgit.util.RefMap$SetIterator.next:Ljava/util/Map$Entry;
         2: .line 306
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.util.RefMap$SetIterator.next:Ljava/util/Map$Entry;
            ifnull 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // org.eclipse.jgit.util.RefMap$SetIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jgit/util/RefMap$SetIterator;

  public java.util.Map$Entry<java.lang.String, org.eclipse.jgit.lib.Ref> next();
    descriptor: ()Ljava/util/Map$Entry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jgit.util.RefMap$SetIterator this
         0: .line 311
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.util.RefMap$SetIterator.hasNext:()Z
            ifeq 4
         1: .line 312
            aload 0 /* this */
            getfield org.eclipse.jgit.util.RefMap$SetIterator.next:Ljava/util/Map$Entry;
            astore 1 /* r */
        start local 1 // java.util.Map$Entry r
         2: .line 313
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.util.RefMap$SetIterator.peek:()Ljava/util/Map$Entry;
            putfield org.eclipse.jgit.util.RefMap$SetIterator.next:Ljava/util/Map$Entry;
         3: .line 314
            aload 1 /* r */
            areturn
        end local 1 // java.util.Map$Entry r
         4: .line 316
      StackMap locals:
      StackMap stack:
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
        end local 0 // org.eclipse.jgit.util.RefMap$SetIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jgit/util/RefMap$SetIterator;
            2    4     1     r  Ljava/util/Map$Entry<Ljava/lang/String;Lorg/eclipse/jgit/lib/Ref;>;
    Signature: ()Ljava/util/Map$Entry<Ljava/lang/String;Lorg/eclipse/jgit/lib/Ref;>;

  public java.util.Map$Entry<java.lang.String, org.eclipse.jgit.lib.Ref> peek();
    descriptor: ()Ljava/util/Map$Entry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=1
        start local 0 // org.eclipse.jgit.util.RefMap$SetIterator this
         0: .line 320
            aload 0 /* this */
            getfield org.eclipse.jgit.util.RefMap$SetIterator.packedIdx:I
            aload 0 /* this */
            getfield org.eclipse.jgit.util.RefMap$SetIterator.this$0:Lorg/eclipse/jgit/util/RefMap;
            getfield org.eclipse.jgit.util.RefMap.packed:Lorg/eclipse/jgit/util/RefList;
            invokevirtual org.eclipse.jgit.util.RefList.size:()I
            if_icmpge 11
            aload 0 /* this */
            getfield org.eclipse.jgit.util.RefMap$SetIterator.looseIdx:I
            aload 0 /* this */
            getfield org.eclipse.jgit.util.RefMap$SetIterator.this$0:Lorg/eclipse/jgit/util/RefMap;
            getfield org.eclipse.jgit.util.RefMap.loose:Lorg/eclipse/jgit/util/RefList;
            invokevirtual org.eclipse.jgit.util.RefList.size:()I
            if_icmpge 11
         1: .line 321
            aload 0 /* this */
            getfield org.eclipse.jgit.util.RefMap$SetIterator.this$0:Lorg/eclipse/jgit/util/RefMap;
            getfield org.eclipse.jgit.util.RefMap.packed:Lorg/eclipse/jgit/util/RefList;
            aload 0 /* this */
            getfield org.eclipse.jgit.util.RefMap$SetIterator.packedIdx:I
            invokevirtual org.eclipse.jgit.util.RefList.get:(I)Lorg/eclipse/jgit/lib/Ref;
            astore 1 /* p */
        start local 1 // org.eclipse.jgit.lib.Ref p
         2: .line 322
            aload 0 /* this */
            getfield org.eclipse.jgit.util.RefMap$SetIterator.this$0:Lorg/eclipse/jgit/util/RefMap;
            getfield org.eclipse.jgit.util.RefMap.loose:Lorg/eclipse/jgit/util/RefList;
            aload 0 /* this */
            getfield org.eclipse.jgit.util.RefMap$SetIterator.looseIdx:I
            invokevirtual org.eclipse.jgit.util.RefList.get:(I)Lorg/eclipse/jgit/lib/Ref;
            astore 2 /* l */
        start local 2 // org.eclipse.jgit.lib.Ref l
         3: .line 323
            aload 1 /* p */
            aload 2 /* l */
            invokestatic org.eclipse.jgit.lib.RefComparator.compareTo:(Lorg/eclipse/jgit/lib/Ref;Lorg/eclipse/jgit/lib/Ref;)I
            istore 3 /* cmp */
        start local 3 // int cmp
         4: .line 324
            iload 3 /* cmp */
            ifge 7
         5: .line 325
            aload 0 /* this */
            dup
            getfield org.eclipse.jgit.util.RefMap$SetIterator.packedIdx:I
            iconst_1
            iadd
            putfield org.eclipse.jgit.util.RefMap$SetIterator.packedIdx:I
         6: .line 326
            aload 0 /* this */
            aload 1 /* p */
            invokevirtual org.eclipse.jgit.util.RefMap$SetIterator.toEntry:(Lorg/eclipse/jgit/lib/Ref;)Lorg/eclipse/jgit/util/RefMap$Ent;
            areturn
         7: .line 329
      StackMap locals: org.eclipse.jgit.lib.Ref org.eclipse.jgit.lib.Ref int
      StackMap stack:
            iload 3 /* cmp */
            ifne 9
         8: .line 330
            aload 0 /* this */
            dup
            getfield org.eclipse.jgit.util.RefMap$SetIterator.packedIdx:I
            iconst_1
            iadd
            putfield org.eclipse.jgit.util.RefMap$SetIterator.packedIdx:I
         9: .line 331
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.jgit.util.RefMap$SetIterator.looseIdx:I
            iconst_1
            iadd
            putfield org.eclipse.jgit.util.RefMap$SetIterator.looseIdx:I
        10: .line 332
            aload 0 /* this */
            aload 0 /* this */
            aload 2 /* l */
            invokevirtual org.eclipse.jgit.util.RefMap$SetIterator.resolveLoose:(Lorg/eclipse/jgit/lib/Ref;)Lorg/eclipse/jgit/lib/Ref;
            invokevirtual org.eclipse.jgit.util.RefMap$SetIterator.toEntry:(Lorg/eclipse/jgit/lib/Ref;)Lorg/eclipse/jgit/util/RefMap$Ent;
            areturn
        end local 3 // int cmp
        end local 2 // org.eclipse.jgit.lib.Ref l
        end local 1 // org.eclipse.jgit.lib.Ref p
        11: .line 335
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.util.RefMap$SetIterator.looseIdx:I
            aload 0 /* this */
            getfield org.eclipse.jgit.util.RefMap$SetIterator.this$0:Lorg/eclipse/jgit/util/RefMap;
            getfield org.eclipse.jgit.util.RefMap.loose:Lorg/eclipse/jgit/util/RefList;
            invokevirtual org.eclipse.jgit.util.RefList.size:()I
            if_icmpge 13
        12: .line 336
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.RefMap$SetIterator.this$0:Lorg/eclipse/jgit/util/RefMap;
            getfield org.eclipse.jgit.util.RefMap.loose:Lorg/eclipse/jgit/util/RefList;
            aload 0 /* this */
            dup
            getfield org.eclipse.jgit.util.RefMap$SetIterator.looseIdx:I
            dup_x1
            iconst_1
            iadd
            putfield org.eclipse.jgit.util.RefMap$SetIterator.looseIdx:I
            invokevirtual org.eclipse.jgit.util.RefList.get:(I)Lorg/eclipse/jgit/lib/Ref;
            invokevirtual org.eclipse.jgit.util.RefMap$SetIterator.resolveLoose:(Lorg/eclipse/jgit/lib/Ref;)Lorg/eclipse/jgit/lib/Ref;
            invokevirtual org.eclipse.jgit.util.RefMap$SetIterator.toEntry:(Lorg/eclipse/jgit/lib/Ref;)Lorg/eclipse/jgit/util/RefMap$Ent;
            areturn
        13: .line 337
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.util.RefMap$SetIterator.packedIdx:I
            aload 0 /* this */
            getfield org.eclipse.jgit.util.RefMap$SetIterator.this$0:Lorg/eclipse/jgit/util/RefMap;
            getfield org.eclipse.jgit.util.RefMap.packed:Lorg/eclipse/jgit/util/RefList;
            invokevirtual org.eclipse.jgit.util.RefList.size:()I
            if_icmpge 15
        14: .line 338
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.RefMap$SetIterator.this$0:Lorg/eclipse/jgit/util/RefMap;
            getfield org.eclipse.jgit.util.RefMap.packed:Lorg/eclipse/jgit/util/RefList;
            aload 0 /* this */
            dup
            getfield org.eclipse.jgit.util.RefMap$SetIterator.packedIdx:I
            dup_x1
            iconst_1
            iadd
            putfield org.eclipse.jgit.util.RefMap$SetIterator.packedIdx:I
            invokevirtual org.eclipse.jgit.util.RefList.get:(I)Lorg/eclipse/jgit/lib/Ref;
            invokevirtual org.eclipse.jgit.util.RefMap$SetIterator.toEntry:(Lorg/eclipse/jgit/lib/Ref;)Lorg/eclipse/jgit/util/RefMap$Ent;
            areturn
        15: .line 339
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // org.eclipse.jgit.util.RefMap$SetIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lorg/eclipse/jgit/util/RefMap$SetIterator;
            2   11     1     p  Lorg/eclipse/jgit/lib/Ref;
            3   11     2     l  Lorg/eclipse/jgit/lib/Ref;
            4   11     3   cmp  I
    Signature: ()Ljava/util/Map$Entry<Ljava/lang/String;Lorg/eclipse/jgit/lib/Ref;>;

  private org.eclipse.jgit.lib.Ref resolveLoose(org.eclipse.jgit.lib.Ref);
    descriptor: (Lorg/eclipse/jgit/lib/Ref;)Lorg/eclipse/jgit/lib/Ref;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.jgit.util.RefMap$SetIterator this
        start local 1 // org.eclipse.jgit.lib.Ref l
         0: .line 343
            aload 0 /* this */
            getfield org.eclipse.jgit.util.RefMap$SetIterator.resolvedIdx:I
            aload 0 /* this */
            getfield org.eclipse.jgit.util.RefMap$SetIterator.this$0:Lorg/eclipse/jgit/util/RefMap;
            getfield org.eclipse.jgit.util.RefMap.resolved:Lorg/eclipse/jgit/util/RefList;
            invokevirtual org.eclipse.jgit.util.RefList.size:()I
            if_icmpge 8
         1: .line 344
            aload 0 /* this */
            getfield org.eclipse.jgit.util.RefMap$SetIterator.this$0:Lorg/eclipse/jgit/util/RefMap;
            getfield org.eclipse.jgit.util.RefMap.resolved:Lorg/eclipse/jgit/util/RefList;
            aload 0 /* this */
            getfield org.eclipse.jgit.util.RefMap$SetIterator.resolvedIdx:I
            invokevirtual org.eclipse.jgit.util.RefList.get:(I)Lorg/eclipse/jgit/lib/Ref;
            astore 2 /* r */
        start local 2 // org.eclipse.jgit.lib.Ref r
         2: .line 345
            aload 1 /* l */
            aload 2 /* r */
            invokestatic org.eclipse.jgit.lib.RefComparator.compareTo:(Lorg/eclipse/jgit/lib/Ref;Lorg/eclipse/jgit/lib/Ref;)I
            istore 3 /* cmp */
        start local 3 // int cmp
         3: .line 346
            iload 3 /* cmp */
            ifne 6
         4: .line 347
            aload 0 /* this */
            dup
            getfield org.eclipse.jgit.util.RefMap$SetIterator.resolvedIdx:I
            iconst_1
            iadd
            putfield org.eclipse.jgit.util.RefMap$SetIterator.resolvedIdx:I
         5: .line 348
            aload 2 /* r */
            areturn
         6: .line 349
      StackMap locals: org.eclipse.jgit.lib.Ref int
      StackMap stack:
            iload 3 /* cmp */
            ifle 8
         7: .line 352
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 3 // int cmp
        end local 2 // org.eclipse.jgit.lib.Ref r
         8: .line 355
      StackMap locals:
      StackMap stack:
            aload 1 /* l */
            areturn
        end local 1 // org.eclipse.jgit.lib.Ref l
        end local 0 // org.eclipse.jgit.util.RefMap$SetIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/eclipse/jgit/util/RefMap$SetIterator;
            0    9     1     l  Lorg/eclipse/jgit/lib/Ref;
            2    8     2     r  Lorg/eclipse/jgit/lib/Ref;
            3    8     3   cmp  I
    MethodParameters:
      Name  Flags
      l     

  private org.eclipse.jgit.util.RefMap$Ent toEntry(org.eclipse.jgit.lib.Ref);
    descriptor: (Lorg/eclipse/jgit/lib/Ref;)Lorg/eclipse/jgit/util/RefMap$Ent;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.util.RefMap$SetIterator this
        start local 1 // org.eclipse.jgit.lib.Ref p
         0: .line 359
            aload 1 /* p */
            invokeinterface org.eclipse.jgit.lib.Ref.getName:()Ljava/lang/String;
            aload 0 /* this */
            getfield org.eclipse.jgit.util.RefMap$SetIterator.this$0:Lorg/eclipse/jgit/util/RefMap;
            getfield org.eclipse.jgit.util.RefMap.prefix:Ljava/lang/String;
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 2
         1: .line 360
            new org.eclipse.jgit.util.RefMap$Ent
            dup
            aload 0 /* this */
            getfield org.eclipse.jgit.util.RefMap$SetIterator.this$0:Lorg/eclipse/jgit/util/RefMap;
            aload 1 /* p */
            invokespecial org.eclipse.jgit.util.RefMap$Ent.<init>:(Lorg/eclipse/jgit/util/RefMap;Lorg/eclipse/jgit/lib/Ref;)V
            areturn
         2: .line 361
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.RefMap$SetIterator.this$0:Lorg/eclipse/jgit/util/RefMap;
            getfield org.eclipse.jgit.util.RefMap.packed:Lorg/eclipse/jgit/util/RefList;
            invokevirtual org.eclipse.jgit.util.RefList.size:()I
            putfield org.eclipse.jgit.util.RefMap$SetIterator.packedIdx:I
         3: .line 362
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.RefMap$SetIterator.this$0:Lorg/eclipse/jgit/util/RefMap;
            getfield org.eclipse.jgit.util.RefMap.loose:Lorg/eclipse/jgit/util/RefList;
            invokevirtual org.eclipse.jgit.util.RefList.size:()I
            putfield org.eclipse.jgit.util.RefMap$SetIterator.looseIdx:I
         4: .line 363
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.RefMap$SetIterator.this$0:Lorg/eclipse/jgit/util/RefMap;
            getfield org.eclipse.jgit.util.RefMap.resolved:Lorg/eclipse/jgit/util/RefList;
            invokevirtual org.eclipse.jgit.util.RefList.size:()I
            putfield org.eclipse.jgit.util.RefMap$SetIterator.resolvedIdx:I
         5: .line 364
            aconst_null
            areturn
        end local 1 // org.eclipse.jgit.lib.Ref p
        end local 0 // org.eclipse.jgit.util.RefMap$SetIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jgit/util/RefMap$SetIterator;
            0    6     1     p  Lorg/eclipse/jgit/lib/Ref;
    MethodParameters:
      Name  Flags
      p     

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

  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.util.RefMap$SetIterator.next:()Ljava/util/Map$Entry;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Ljava/util/Map$Entry<Ljava/lang/String;Lorg/eclipse/jgit/lib/Ref;>;>;
SourceFile: "RefMap.java"
NestHost: org.eclipse.jgit.util.RefMap
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  private Ent = org.eclipse.jgit.util.RefMap$Ent of org.eclipse.jgit.util.RefMap
  private SetIterator = org.eclipse.jgit.util.RefMap$SetIterator of org.eclipse.jgit.util.RefMap