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

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

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

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

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

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

  void <init>(org.hibernate.internal.util.collections.BoundedConcurrentHashMap);
    descriptor: (Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator this
         0: .line 2185
            aload 0 /* this */
            aload 1
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.this$0:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2186
            aload 0 /* this */
            aload 1
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap.segments:[Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Segment;
            arraylength
            iconst_1
            isub
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.nextSegmentIndex:I
         2: .line 2187
            aload 0 /* this */
            iconst_m1
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.nextTableIndex:I
         3: .line 2188
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.advance:()V
         4: .line 2189
            return
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$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.BoundedConcurrentHashMap$HashIterator this
         0: .line 2192
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.hasNext:()Z
            ireturn
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$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.BoundedConcurrentHashMap$HashIterator this
         0: .line 2196
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.nextEntry:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            ifnull 4
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.nextEntry:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.next:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            dup_x1
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.nextEntry:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            ifnull 4
         1: .line 2197
            return
         2: .line 2201
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.currentTable:[Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            aload 0 /* this */
            dup
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.nextTableIndex:I
            dup_x1
            iconst_1
            isub
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.nextTableIndex:I
            aaload
            dup_x1
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.nextEntry:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            ifnull 4
         3: .line 2202
            return
         4: .line 2200
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.nextTableIndex:I
            ifge 2
         5: .line 2206
            goto 16
         6: .line 2207
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.this$0:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap;
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap.segments:[Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Segment;
            aload 0 /* this */
            dup
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.nextSegmentIndex:I
            dup_x1
            iconst_1
            isub
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.nextSegmentIndex:I
            aaload
            astore 1 /* seg */
        start local 1 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment seg
         7: .line 2208
            aload 1 /* seg */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.count:I
            ifeq 16
         8: .line 2209
            aload 0 /* this */
            aload 1 /* seg */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.table:[Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.currentTable:[Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
         9: .line 2210
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.currentTable:[Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            arraylength
            iconst_1
            isub
            istore 2 /* j */
        start local 2 // int j
        10: goto 15
        11: .line 2211
      StackMap locals: org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.currentTable:[Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            iload 2 /* j */
            aaload
            dup_x1
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.nextEntry:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            ifnull 14
        12: .line 2212
            aload 0 /* this */
            iload 2 /* j */
            iconst_1
            isub
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.nextTableIndex:I
        13: .line 2213
            return
        14: .line 2210
      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.BoundedConcurrentHashMap$Segment seg
        16: .line 2206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.nextSegmentIndex:I
            ifge 6
        17: .line 2218
            return
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashIterator;
            7   16     1   seg  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$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.BoundedConcurrentHashMap$HashIterator this
         0: .line 2221
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.nextEntry:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashIterator;

  org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry<K, V> nextEntry();
    descriptor: ()Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator this
         0: .line 2225
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.nextEntry:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            ifnonnull 2
         1: .line 2226
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 2228
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.nextEntry:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.lastReturned:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
         3: .line 2229
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.advance:()V
         4: .line 2230
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.lastReturned:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            areturn
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashIterator;
    Signature: ()Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$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.BoundedConcurrentHashMap$HashIterator this
         0: .line 2234
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.lastReturned:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            ifnonnull 2
         1: .line 2235
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 2237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.this$0:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap;
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.lastReturned:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.key:Ljava/lang/Object;
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 2238
            aload 0 /* this */
            aconst_null
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.lastReturned:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
         4: .line 2239
            return
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashIterator;
}
SourceFile: "BoundedConcurrentHashMap.java"
NestHost: org.hibernate.internal.util.collections.BoundedConcurrentHashMap
InnerClasses:
  private HashEntry = org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry of org.hibernate.internal.util.collections.BoundedConcurrentHashMap
  abstract HashIterator = org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator of org.hibernate.internal.util.collections.BoundedConcurrentHashMap
  final Segment = org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment of org.hibernate.internal.util.collections.BoundedConcurrentHashMap