final class org.hibernate.internal.util.collections.BoundedConcurrentHashMap$NullEvictionListener<K, V> implements org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EvictionListener<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.hibernate.internal.util.collections.BoundedConcurrentHashMap$NullEvictionListener
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$NullEvictionListener this
         0: .line 307
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$NullEvictionListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$NullEvictionListener<TK;TV;>;

  public void onEntryEviction(java.util.Map<K, V>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$NullEvictionListener this
        start local 1 // java.util.Map evicted
         0: .line 311
            return
        end local 1 // java.util.Map evicted
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$NullEvictionListener this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$NullEvictionListener<TK;TV;>;
            0    1     1  evicted  Ljava/util/Map<TK;TV;>;
    Signature: (Ljava/util/Map<TK;TV;>;)V
    MethodParameters:
         Name  Flags
      evicted  

  public void onEntryChosenForEviction();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$NullEvictionListener this
        start local 1 // java.lang.Object internalCacheEntry
         0: .line 315
            return
        end local 1 // java.lang.Object internalCacheEntry
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$NullEvictionListener this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$NullEvictionListener<TK;TV;>;
            0    1     1  internalCacheEntry  TV;
    Signature: (TV;)V
    MethodParameters:
                    Name  Flags
      internalCacheEntry  
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionListener<TK;TV;>;
SourceFile: "BoundedConcurrentHashMap.java"
NestHost: org.hibernate.internal.util.collections.BoundedConcurrentHashMap
InnerClasses:
  public abstract EvictionListener = org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EvictionListener of org.hibernate.internal.util.collections.BoundedConcurrentHashMap
  final NullEvictionListener = org.hibernate.internal.util.collections.BoundedConcurrentHashMap$NullEvictionListener of org.hibernate.internal.util.collections.BoundedConcurrentHashMap