abstract class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator
  super_class: java.lang.Object
{
  int nextSegmentIndex;
    descriptor: I
    flags: (0x0000) 

  int nextTableIndex;
    descriptor: I
    flags: (0x0000) 

  org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry<K, V>[] currentTable;
    descriptor: [Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
    flags: (0x0000) 
    Signature: [Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry<TK;TV;>;

  org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry<K, V> nextEntry;
    descriptor: Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
    flags: (0x0000) 
    Signature: Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry<TK;TV;>;

  org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry<K, V> lastReturned;
    descriptor: Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
    flags: (0x0000) 
    Signature: Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry<TK;TV;>;

  K currentKey;
    descriptor: Ljava/lang/Object;
    flags: (0x0000) 
    Signature: TK;

  final org.hibernate.internal.util.collections.ConcurrentReferenceHashMap this$0;
    descriptor: Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.hibernate.internal.util.collections.ConcurrentReferenceHashMap);
    descriptor: (Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator this
         0: .line 1573
            aload 0 /* this */
            aload 1
            putfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.this$0:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1574
            aload 0 /* this */
            aload 1
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap.segments:[Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$Segment;
            arraylength
            iconst_1
            isub
            putfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.nextSegmentIndex:I
         2: .line 1575
            aload 0 /* this */
            iconst_m1
            putfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.nextTableIndex:I
         3: .line 1576
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.advance:()V
         4: .line 1577
            return
        end local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean hasMoreElements();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator this
         0: .line 1580
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.hasNext:()Z
            ireturn
        end local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashIterator;

  final void advance();
    descriptor: ()V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator this
         0: .line 1584
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.nextEntry:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            ifnull 4
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.nextEntry:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.next:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            dup_x1
            putfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.nextEntry:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            ifnull 4
         1: .line 1585
            return
         2: .line 1589
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.currentTable:[Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            aload 0 /* this */
            dup
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.nextTableIndex:I
            dup_x1
            iconst_1
            isub
            putfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.nextTableIndex:I
            aaload
            dup_x1
            putfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.nextEntry:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            ifnull 4
         3: .line 1590
            return
         4: .line 1588
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.nextTableIndex:I
            ifge 2
         5: .line 1594
            goto 16
         6: .line 1595
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.this$0:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap;
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap.segments:[Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$Segment;
            aload 0 /* this */
            dup
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.nextSegmentIndex:I
            dup_x1
            iconst_1
            isub
            putfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.nextSegmentIndex:I
            aaload
            astore 1 /* seg */
        start local 1 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment seg
         7: .line 1596
            aload 1 /* seg */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.count:I
            ifeq 16
         8: .line 1597
            aload 0 /* this */
            aload 1 /* seg */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.table:[Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            putfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.currentTable:[Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
         9: .line 1598
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.currentTable:[Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            arraylength
            iconst_1
            isub
            istore 2 /* j */
        start local 2 // int j
        10: goto 15
        11: .line 1599
      StackMap locals: org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.currentTable:[Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            iload 2 /* j */
            aaload
            dup_x1
            putfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.nextEntry:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            ifnull 14
        12: .line 1600
            aload 0 /* this */
            iload 2 /* j */
            iconst_1
            isub
            putfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.nextTableIndex:I
        13: .line 1601
            return
        14: .line 1598
      StackMap locals:
      StackMap stack:
            iinc 2 /* j */ -1
      StackMap locals:
      StackMap stack:
        15: iload 2 /* j */
            ifge 11
        end local 2 // int j
        end local 1 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment seg
        16: .line 1594
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.nextSegmentIndex:I
            ifge 6
        17: .line 1606
            return
        end local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashIterator;
            7   16     1   seg  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$Segment<TK;TV;>;
           10   16     2     j  I

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator this
         0: .line 1609
            goto 4
         1: .line 1610
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.nextEntry:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.key:()Ljava/lang/Object;
            ifnull 3
         2: .line 1611
            iconst_1
            ireturn
         3: .line 1613
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.advance:()V
         4: .line 1609
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.nextEntry:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            ifnonnull 1
         5: .line 1616
            iconst_0
            ireturn
        end local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashIterator;

  org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry<K, V> nextEntry();
    descriptor: ()Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator this
         0: .line 1621
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.nextEntry:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            ifnonnull 2
         1: .line 1622
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 1625
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.nextEntry:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            putfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.lastReturned:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
         3: .line 1626
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.lastReturned:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.key:()Ljava/lang/Object;
            putfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.currentKey:Ljava/lang/Object;
         4: .line 1627
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.advance:()V
         5: .line 1628
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.currentKey:Ljava/lang/Object;
            ifnull 0
         6: .line 1630
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.lastReturned:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            areturn
        end local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashIterator;
    Signature: ()Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry<TK;TV;>;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator this
         0: .line 1634
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.lastReturned:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            ifnonnull 2
         1: .line 1635
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 1637
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.this$0:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap;
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.currentKey:Ljava/lang/Object;
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 1638
            aload 0 /* this */
            aconst_null
            putfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator.lastReturned:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
         4: .line 1639
            return
        end local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashIterator;
}
SourceFile: "ConcurrentReferenceHashMap.java"
NestHost: org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
InnerClasses:
  final HashEntry = org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry of org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
  abstract HashIterator = org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashIterator of org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
  final Segment = org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment of org.hibernate.internal.util.collections.ConcurrentReferenceHashMap