class android.location.LocalListenerHelper$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.location.LocalListenerHelper$1
  super_class: java.lang.Object
{
  final android.location.LocalListenerHelper this$0;
    descriptor: Landroid/location/LocalListenerHelper;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final android.location.LocalListenerHelper$ListenerOperation val$operation;
    descriptor: Landroid/location/LocalListenerHelper$ListenerOperation;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.util.Map$Entry val$listener;
    descriptor: Ljava/util/Map$Entry;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.location.LocalListenerHelper, android.location.LocalListenerHelper$ListenerOperation, java.util.Map$Entry);
    descriptor: (Landroid/location/LocalListenerHelper;Landroid/location/LocalListenerHelper$ListenerOperation;Ljava/util/Map$Entry;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // android.location.LocalListenerHelper$1 this
         0: .line 125
            aload 0 /* this */
            aload 1
            putfield android.location.LocalListenerHelper$1.this$0:Landroid/location/LocalListenerHelper;
            aload 0 /* this */
            aload 2
            putfield android.location.LocalListenerHelper$1.val$operation:Landroid/location/LocalListenerHelper$ListenerOperation;
            aload 0 /* this */
            aload 3
            putfield android.location.LocalListenerHelper$1.val$listener:Ljava/util/Map$Entry;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.location.LocalListenerHelper$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/location/LocalListenerHelper$1;
    MethodParameters:
               Name  Flags
      this$0         final
      val$operation  final
      val$listener   final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.location.LocalListenerHelper$1 this
         0: .line 128
            aload 0 /* this */
            getfield android.location.LocalListenerHelper$1.this$0:Landroid/location/LocalListenerHelper;
            aload 0 /* this */
            getfield android.location.LocalListenerHelper$1.val$operation:Landroid/location/LocalListenerHelper$ListenerOperation;
            aload 0 /* this */
            getfield android.location.LocalListenerHelper$1.val$listener:Ljava/util/Map$Entry;
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            invokevirtual android.location.LocalListenerHelper.executeOperation:(Landroid/location/LocalListenerHelper$ListenerOperation;Ljava/lang/Object;)V
         1: .line 129
            return
        end local 0 // android.location.LocalListenerHelper$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/location/LocalListenerHelper$1;
}
SourceFile: "LocalListenerHelper.java"
EnclosingMethod: android.location.LocalListenerHelper.foreach:(Landroid/location/LocalListenerHelper$ListenerOperation;)V
NestHost: android.location.LocalListenerHelper
InnerClasses:
  android.location.LocalListenerHelper$1
  protected abstract ListenerOperation = android.location.LocalListenerHelper$ListenerOperation of android.location.LocalListenerHelper
  public abstract Entry = java.util.Map$Entry of java.util.Map