class org.hibernate.internal.util.collections.BoundedConcurrentHashMap$NullEvictionPolicy<K, V> implements org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EvictionPolicy<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.hibernate.internal.util.collections.BoundedConcurrentHashMap$NullEvictionPolicy
  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$NullEvictionPolicy this
         0: .line 391
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$NullEvictionPolicy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$NullEvictionPolicy<TK;TV;>;

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$NullEvictionPolicy this
         0: .line 396
            return
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$NullEvictionPolicy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$NullEvictionPolicy<TK;TV;>;

  public java.util.Set<org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry<K, V>> execute();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$NullEvictionPolicy this
         0: .line 400
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            areturn
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$NullEvictionPolicy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$NullEvictionPolicy<TK;TV;>;
    Signature: ()Ljava/util/Set<Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;>;

  public boolean onEntryHit(org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry<K, V>);
    descriptor: (Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$NullEvictionPolicy this
        start local 1 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry e
         0: .line 405
            iconst_0
            ireturn
        end local 1 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry e
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$NullEvictionPolicy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$NullEvictionPolicy<TK;TV;>;
            0    1     1     e  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;
    Signature: (Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;)Z
    MethodParameters:
      Name  Flags
      e     

  public java.util.Set<org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry<K, V>> onEntryMiss(org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry<K, V>);
    descriptor: (Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;)Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$NullEvictionPolicy this
        start local 1 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry e
         0: .line 410
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            areturn
        end local 1 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry e
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$NullEvictionPolicy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$NullEvictionPolicy<TK;TV;>;
            0    1     1     e  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;
    Signature: (Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;)Ljava/util/Set<Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;>;
    MethodParameters:
      Name  Flags
      e     

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

  public boolean thresholdExpired();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$NullEvictionPolicy this
         0: .line 420
            iconst_0
            ireturn
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$NullEvictionPolicy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$NullEvictionPolicy<TK;TV;>;

  public org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Eviction strategy();
    descriptor: ()Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Eviction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$NullEvictionPolicy this
         0: .line 425
            getstatic org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Eviction.NONE:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Eviction;
            areturn
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$NullEvictionPolicy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$NullEvictionPolicy<TK;TV;>;
    Signature: ()Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Eviction;

  public org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry<K, V> createNewEntry(K, int, org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry<K, V>, V);
    descriptor: (Ljava/lang/Object;ILorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;Ljava/lang/Object;)Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$NullEvictionPolicy this
        start local 1 // java.lang.Object key
        start local 2 // int hash
        start local 3 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry next
        start local 4 // java.lang.Object value
         0: .line 430
            new org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry
            dup
            aload 1 /* key */
            iload 2 /* hash */
            aload 3 /* next */
            aload 4 /* value */
            invokespecial org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.<init>:(Ljava/lang/Object;ILorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;Ljava/lang/Object;)V
            areturn
        end local 4 // java.lang.Object value
        end local 3 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry next
        end local 2 // int hash
        end local 1 // java.lang.Object key
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$NullEvictionPolicy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$NullEvictionPolicy<TK;TV;>;
            0    1     1    key  TK;
            0    1     2   hash  I
            0    1     3   next  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;
            0    1     4  value  TV;
    Signature: (TK;ILorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;TV;)Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;
    MethodParameters:
       Name  Flags
      key    
      hash   
      next   
      value  
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionPolicy<TK;TV;>;
SourceFile: "BoundedConcurrentHashMap.java"
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
  public abstract EvictionPolicy = org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EvictionPolicy of org.hibernate.internal.util.collections.BoundedConcurrentHashMap
  private HashEntry = org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry of org.hibernate.internal.util.collections.BoundedConcurrentHashMap
  NullEvictionPolicy = org.hibernate.internal.util.collections.BoundedConcurrentHashMap$NullEvictionPolicy of org.hibernate.internal.util.collections.BoundedConcurrentHashMap