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

  public java.util.Iterator<V> 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$Values this
         0: .line 2341
            new org.hibernate.internal.util.collections.BoundedConcurrentHashMap$ValueIterator
            dup
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Values.this$0:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap;
            invokespecial org.hibernate.internal.util.collections.BoundedConcurrentHashMap$ValueIterator.<init>:(Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap;)V
            areturn
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Values;
    Signature: ()Ljava/util/Iterator<TV;>;

  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$Values this
         0: .line 2346
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Values.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$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Values;

  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$Values this
         0: .line 2351
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Values.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$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Values;

  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$Values this
        start local 1 // java.lang.Object o
         0: .line 2356
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Values.this$0:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap;
            aload 1 /* o */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap.containsValue:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Values;
            0    1     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$Values this
         0: .line 2361
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Values.this$0:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap;
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap.clear:()V
         1: .line 2362
            return
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Values;
}
Signature: Ljava/util/AbstractCollection<TV;>;
SourceFile: "BoundedConcurrentHashMap.java"
NestHost: org.hibernate.internal.util.collections.BoundedConcurrentHashMap
InnerClasses:
  final ValueIterator = org.hibernate.internal.util.collections.BoundedConcurrentHashMap$ValueIterator of org.hibernate.internal.util.collections.BoundedConcurrentHashMap
  final Values = org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Values of org.hibernate.internal.util.collections.BoundedConcurrentHashMap