class com.google.common.cache.RemovalListeners$1$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.cache.RemovalListeners$1$1
  super_class: java.lang.Object
{
  final com.google.common.cache.RemovalListeners$1 this$1;
    descriptor: Lcom/google/common/cache/RemovalListeners$1;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final com.google.common.cache.RemovalListener val$listener;
    descriptor: Lcom/google/common/cache/RemovalListener;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final com.google.common.cache.RemovalNotification val$notification;
    descriptor: Lcom/google/common/cache/RemovalNotification;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.google.common.cache.RemovalListeners$1, com.google.common.cache.RemovalListener, com.google.common.cache.RemovalNotification);
    descriptor: (Lcom/google/common/cache/RemovalListeners$1;Lcom/google/common/cache/RemovalListener;Lcom/google/common/cache/RemovalNotification;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.google.common.cache.RemovalListeners$1$1 this
         0: .line 48
            aload 0 /* this */
            aload 1
            putfield com.google.common.cache.RemovalListeners$1$1.this$1:Lcom/google/common/cache/RemovalListeners$1;
            aload 0 /* this */
            aload 2
            putfield com.google.common.cache.RemovalListeners$1$1.val$listener:Lcom/google/common/cache/RemovalListener;
            aload 0 /* this */
            aload 3
            putfield com.google.common.cache.RemovalListeners$1$1.val$notification:Lcom/google/common/cache/RemovalNotification;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.google.common.cache.RemovalListeners$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/cache/RemovalListeners$1$1;
    MethodParameters:
                  Name  Flags
      this$0            final
      val$listener      final
      val$notification  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.cache.RemovalListeners$1$1 this
         0: .line 51
            aload 0 /* this */
            getfield com.google.common.cache.RemovalListeners$1$1.val$listener:Lcom/google/common/cache/RemovalListener;
            aload 0 /* this */
            getfield com.google.common.cache.RemovalListeners$1$1.val$notification:Lcom/google/common/cache/RemovalNotification;
            invokeinterface com.google.common.cache.RemovalListener.onRemoval:(Lcom/google/common/cache/RemovalNotification;)V
         1: .line 52
            return
        end local 0 // com.google.common.cache.RemovalListeners$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/cache/RemovalListeners$1$1;
}
SourceFile: "RemovalListeners.java"
EnclosingMethod: com.google.common.cache.RemovalListeners$1.onRemoval:(Lcom/google/common/cache/RemovalNotification;)V
NestHost: com.google.common.cache.RemovalListeners
InnerClasses:
  com.google.common.cache.RemovalListeners$1
  com.google.common.cache.RemovalListeners$1$1