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

  public java.util.Iterator<K> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$KeySet this
         0: .line 2309
            new org.hibernate.internal.util.collections.BoundedConcurrentHashMap$KeyIterator
            dup
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$KeySet.this$0:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap;
            invokespecial org.hibernate.internal.util.collections.BoundedConcurrentHashMap$KeyIterator.<init>:(Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap;)V
            areturn
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$KeySet;
    Signature: ()Ljava/util/Iterator<TK;>;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$KeySet this
         0: .line 2314
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$KeySet.this$0:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap;
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap.size:()I
            ireturn
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$KeySet;

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

  public boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$KeySet this
        start local 1 // java.lang.Object o
         0: .line 2324
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$KeySet.this$0:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap;
            aload 1 /* o */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap.containsKey:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$KeySet;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public boolean remove(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$KeySet this
        start local 1 // java.lang.Object o
         0: .line 2329
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$KeySet.this$0:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap;
            aload 1 /* o */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$KeySet;
            0    2     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$KeySet this
         0: .line 2334
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$KeySet.this$0:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap;
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap.clear:()V
         1: .line 2335
            return
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$KeySet;
}
Signature: Ljava/util/AbstractSet<TK;>;
SourceFile: "BoundedConcurrentHashMap.java"
NestHost: org.hibernate.internal.util.collections.BoundedConcurrentHashMap
InnerClasses:
  final KeyIterator = org.hibernate.internal.util.collections.BoundedConcurrentHashMap$KeyIterator of org.hibernate.internal.util.collections.BoundedConcurrentHashMap
  final KeySet = org.hibernate.internal.util.collections.BoundedConcurrentHashMap$KeySet of org.hibernate.internal.util.collections.BoundedConcurrentHashMap