class org.apache.lucene.document.DateTools$2 extends java.lang.ThreadLocal<java.text.SimpleDateFormat[]>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.document.DateTools$2
  super_class: java.lang.ThreadLocal
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.document.DateTools$2 this
         0: .line 60
            aload 0 /* this */
            invokespecial java.lang.ThreadLocal.<init>:()V
            return
        end local 0 // org.apache.lucene.document.DateTools$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/DateTools$2;

  protected java.text.SimpleDateFormat[] initialValue();
    descriptor: ()[Ljava/text/SimpleDateFormat;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // org.apache.lucene.document.DateTools$2 this
         0: .line 63
            getstatic org.apache.lucene.document.DateTools$Resolution.MILLISECOND:Lorg/apache/lucene/document/DateTools$Resolution;
            getfield org.apache.lucene.document.DateTools$Resolution.formatLen:I
            iconst_1
            iadd
            anewarray java.text.SimpleDateFormat
            astore 1 /* arr */
        start local 1 // java.text.SimpleDateFormat[] arr
         1: .line 64
            invokestatic org.apache.lucene.document.DateTools$Resolution.values:()[Lorg/apache/lucene/document/DateTools$Resolution;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: org.apache.lucene.document.DateTools$2 java.text.SimpleDateFormat[] top int int org.apache.lucene.document.DateTools$Resolution[]
      StackMap stack:
         2: aload 5
            iload 3
            aaload
            astore 2 /* resolution */
        start local 2 // org.apache.lucene.document.DateTools$Resolution resolution
         3: .line 65
            aload 1 /* arr */
            aload 2 /* resolution */
            getfield org.apache.lucene.document.DateTools$Resolution.formatLen:I
            aload 2 /* resolution */
            getfield org.apache.lucene.document.DateTools$Resolution.format:Ljava/text/SimpleDateFormat;
            invokevirtual java.text.SimpleDateFormat.clone:()Ljava/lang/Object;
            checkcast java.text.SimpleDateFormat
            aastore
        end local 2 // org.apache.lucene.document.DateTools$Resolution resolution
         4: .line 64
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 2
         6: .line 67
            aload 1 /* arr */
            areturn
        end local 1 // java.text.SimpleDateFormat[] arr
        end local 0 // org.apache.lucene.document.DateTools$2 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/apache/lucene/document/DateTools$2;
            1    7     1         arr  [Ljava/text/SimpleDateFormat;
            3    4     2  resolution  Lorg/apache/lucene/document/DateTools$Resolution;

  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.apache.lucene.document.DateTools$2.initialValue:()[Ljava/text/SimpleDateFormat;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/ThreadLocal<[Ljava/text/SimpleDateFormat;>;
SourceFile: "DateTools.java"
EnclosingMethod: org.apache.lucene.document.DateTools
NestHost: org.apache.lucene.document.DateTools
InnerClasses:
  org.apache.lucene.document.DateTools$2
  public final Resolution = org.apache.lucene.document.DateTools$Resolution of org.apache.lucene.document.DateTools