class com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher$1 extends java.lang.ThreadLocal<java.util.Queue<com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher$Event>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher$1
  super_class: java.lang.ThreadLocal
{
  final com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher this$1;
    descriptor: Lcom/google/common/eventbus/Dispatcher$PerThreadQueuedDispatcher;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher);
    descriptor: (Lcom/google/common/eventbus/Dispatcher$PerThreadQueuedDispatcher;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher$1 this
         0: .line 79
            aload 0 /* this */
            aload 1
            putfield com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher$1.this$1:Lcom/google/common/eventbus/Dispatcher$PerThreadQueuedDispatcher;
            aload 0 /* this */
            invokespecial java.lang.ThreadLocal.<init>:()V
            return
        end local 0 // com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/eventbus/Dispatcher$PerThreadQueuedDispatcher$1;
    MethodParameters:
        Name  Flags
      this$0  final

  protected java.util.Queue<com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher$Event> initialValue();
    descriptor: ()Ljava/util/Queue;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher$1 this
         0: .line 82
            invokestatic com.google.common.collect.Queues.newArrayDeque:()Ljava/util/ArrayDeque;
            areturn
        end local 0 // com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/eventbus/Dispatcher$PerThreadQueuedDispatcher$1;
    Signature: ()Ljava/util/Queue<Lcom/google/common/eventbus/Dispatcher$PerThreadQueuedDispatcher$Event;>;

  protected java.lang.Object initialValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher$1.initialValue:()Ljava/util/Queue;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/ThreadLocal<Ljava/util/Queue<Lcom/google/common/eventbus/Dispatcher$PerThreadQueuedDispatcher$Event;>;>;
SourceFile: "Dispatcher.java"
EnclosingMethod: com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher
NestHost: com.google.common.eventbus.Dispatcher
InnerClasses:
  private final PerThreadQueuedDispatcher = com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher of com.google.common.eventbus.Dispatcher
  com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher$1
  private final Event = com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher$Event of com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher