class org.apache.lucene.search.DoubleValues$1 extends org.apache.lucene.search.DoubleValues
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.search.DoubleValues$1
  super_class: org.apache.lucene.search.DoubleValues
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.DoubleValues$1 this
         0: .line 62
            aload 0 /* this */
            invokespecial org.apache.lucene.search.DoubleValues.<init>:()V
            return
        end local 0 // org.apache.lucene.search.DoubleValues$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/DoubleValues$1;

  public double doubleValue();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.DoubleValues$1 this
         0: .line 65
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.lucene.search.DoubleValues$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/DoubleValues$1;
    Exceptions:
      throws java.io.IOException

  public boolean advanceExact(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.lucene.search.DoubleValues$1 this
        start local 1 // int doc
         0: .line 70
            iconst_0
            ireturn
        end local 1 // int doc
        end local 0 // org.apache.lucene.search.DoubleValues$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/DoubleValues$1;
            0    1     1   doc  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      doc   
}
SourceFile: "DoubleValues.java"
EnclosingMethod: org.apache.lucene.search.DoubleValues
NestHost: org.apache.lucene.search.DoubleValues
InnerClasses:
  org.apache.lucene.search.DoubleValues$1