class org.glassfish.grizzly.http.util.FastHttpDateFormat$1 extends java.lang.ThreadLocal<org.glassfish.grizzly.http.util.FastHttpDateFormat$SimpleDateFormatter>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.glassfish.grizzly.http.util.FastHttpDateFormat$1
  super_class: java.lang.ThreadLocal
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.FastHttpDateFormat$1 this
         0: .line 55
            aload 0 /* this */
            invokespecial java.lang.ThreadLocal.<init>:()V
            return
        end local 0 // org.glassfish.grizzly.http.util.FastHttpDateFormat$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/FastHttpDateFormat$1;

  protected org.glassfish.grizzly.http.util.FastHttpDateFormat$SimpleDateFormatter initialValue();
    descriptor: ()Lorg/glassfish/grizzly/http/util/FastHttpDateFormat$SimpleDateFormatter;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.FastHttpDateFormat$1 this
         0: .line 58
            new org.glassfish.grizzly.http.util.FastHttpDateFormat$SimpleDateFormatter
            dup
            invokespecial org.glassfish.grizzly.http.util.FastHttpDateFormat$SimpleDateFormatter.<init>:()V
            areturn
        end local 0 // org.glassfish.grizzly.http.util.FastHttpDateFormat$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/FastHttpDateFormat$1;

  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 org.glassfish.grizzly.http.util.FastHttpDateFormat$1.initialValue:()Lorg/glassfish/grizzly/http/util/FastHttpDateFormat$SimpleDateFormatter;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/ThreadLocal<Lorg/glassfish/grizzly/http/util/FastHttpDateFormat$SimpleDateFormatter;>;
SourceFile: "FastHttpDateFormat.java"
EnclosingMethod: org.glassfish.grizzly.http.util.FastHttpDateFormat
NestHost: org.glassfish.grizzly.http.util.FastHttpDateFormat
InnerClasses:
  org.glassfish.grizzly.http.util.FastHttpDateFormat$1
  private final SimpleDateFormatter = org.glassfish.grizzly.http.util.FastHttpDateFormat$SimpleDateFormatter of org.glassfish.grizzly.http.util.FastHttpDateFormat