class org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Eviction$1 extends org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Eviction
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Eviction$1
  super_class: org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Eviction
{
  void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Eviction$1 this
         0: .line 280
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Eviction.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Eviction$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Eviction$1;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public <K, V> org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EvictionPolicy<K, V> make(org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment<K, V>, int, float);
    descriptor: (Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Segment;IF)Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionPolicy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Eviction$1 this
        start local 1 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment s
        start local 2 // int capacity
        start local 3 // float lf
         0: .line 283
            new org.hibernate.internal.util.collections.BoundedConcurrentHashMap$NullEvictionPolicy
            dup
            invokespecial org.hibernate.internal.util.collections.BoundedConcurrentHashMap$NullEvictionPolicy.<init>:()V
            areturn
        end local 3 // float lf
        end local 2 // int capacity
        end local 1 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment s
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Eviction$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Eviction$1;
            0    1     1         s  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Segment<TK;TV;>;
            0    1     2  capacity  I
            0    1     3        lf  F
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Segment<TK;TV;>;IF)Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionPolicy<TK;TV;>;
    MethodParameters:
          Name  Flags
      s         
      capacity  
      lf        
}
SourceFile: "BoundedConcurrentHashMap.java"
EnclosingMethod: org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Eviction
NestHost: org.hibernate.internal.util.collections.BoundedConcurrentHashMap
InnerClasses:
  public abstract Eviction = org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Eviction of org.hibernate.internal.util.collections.BoundedConcurrentHashMap
  org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Eviction$1
  public abstract EvictionPolicy = org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EvictionPolicy of org.hibernate.internal.util.collections.BoundedConcurrentHashMap
  NullEvictionPolicy = org.hibernate.internal.util.collections.BoundedConcurrentHashMap$NullEvictionPolicy of org.hibernate.internal.util.collections.BoundedConcurrentHashMap
  final Segment = org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment of org.hibernate.internal.util.collections.BoundedConcurrentHashMap