final class org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EntryIterator extends org.hibernate.internal.util.collections.BoundedConcurrentHashMap<K, V>.HashIterator implements java.util.Iterator<java.util.Map$Entry<K, V>>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EntryIterator
  super_class: org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator
{
  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=2, locals=2, args_size=2
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EntryIterator this
         0: .line 2298
            aload 0 /* this */
            aload 1
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EntryIterator.this$0:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap;
            aload 0 /* this */
            aload 1
            invokespecial org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.<init>:(Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap;)V
            return
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EntryIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.util.Map$Entry<K, V> next();
    descriptor: ()Ljava/util/Map$Entry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EntryIterator this
         0: .line 2301
            aload 0 /* this */
            invokespecial org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.nextEntry:()Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            astore 1 /* e */
        start local 1 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry e
         1: .line 2302
            new org.hibernate.internal.util.collections.BoundedConcurrentHashMap$WriteThroughEntry
            dup
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EntryIterator.this$0:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap;
            aload 1 /* e */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.key:Ljava/lang/Object;
            aload 1 /* e */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.value:Ljava/lang/Object;
            invokespecial org.hibernate.internal.util.collections.BoundedConcurrentHashMap$WriteThroughEntry.<init>:(Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap;Ljava/lang/Object;Ljava/lang/Object;)V
            areturn
        end local 1 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry e
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EntryIterator;
            1    2     1     e  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;
    Signature: ()Ljava/util/Map$Entry<TK;TV;>;

  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.hibernate.internal.util.collections.BoundedConcurrentHashMap$EntryIterator.next:()Ljava/util/Map$Entry;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap<TK;TV;>.HashIterator;Ljava/util/Iterator<Ljava/util/Map$Entry<TK;TV;>;>;
SourceFile: "BoundedConcurrentHashMap.java"
NestHost: org.hibernate.internal.util.collections.BoundedConcurrentHashMap
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  final EntryIterator = org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EntryIterator of org.hibernate.internal.util.collections.BoundedConcurrentHashMap
  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 WriteThroughEntry = org.hibernate.internal.util.collections.BoundedConcurrentHashMap$WriteThroughEntry of org.hibernate.internal.util.collections.BoundedConcurrentHashMap