class org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Eviction$3 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$3
  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$3 this
         0: .line 292
            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$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Eviction$3;
    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=6, locals=4, args_size=4
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Eviction$3 this
        start local 1 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment s
        start local 2 // int capacity
        start local 3 // float lf
         0: .line 295
            new org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRS
            dup
            aload 1 /* s */
            iload 2 /* capacity */
            iload 2 /* capacity */
            bipush 10
            imul
            fload 3 /* lf */
            invokespecial org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRS.<init>:(Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Segment;IIF)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$3 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Eviction$3;
            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$3
  public abstract EvictionPolicy = org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EvictionPolicy of org.hibernate.internal.util.collections.BoundedConcurrentHashMap
  final LIRS = org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRS of org.hibernate.internal.util.collections.BoundedConcurrentHashMap
  final Segment = org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment of org.hibernate.internal.util.collections.BoundedConcurrentHashMap