class com.google.common.collect.SortedLists$KeyAbsentBehavior$2 extends com.google.common.collect.SortedLists$KeyAbsentBehavior
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: com.google.common.collect.SortedLists$KeyAbsentBehavior$2
  super_class: com.google.common.collect.SortedLists$KeyAbsentBehavior
{
  void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.common.collect.SortedLists$KeyAbsentBehavior$2 this
         0: .line 146
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial com.google.common.collect.SortedLists$KeyAbsentBehavior.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // com.google.common.collect.SortedLists$KeyAbsentBehavior$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/SortedLists$KeyAbsentBehavior$2;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public int resultIndex(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.google.common.collect.SortedLists$KeyAbsentBehavior$2 this
        start local 1 // int higherIndex
         0: .line 149
            iload 1 /* higherIndex */
            ireturn
        end local 1 // int higherIndex
        end local 0 // com.google.common.collect.SortedLists$KeyAbsentBehavior$2 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/google/common/collect/SortedLists$KeyAbsentBehavior$2;
            0    1     1  higherIndex  I
    MethodParameters:
             Name  Flags
      higherIndex  
}
SourceFile: "SortedLists.java"
EnclosingMethod: com.google.common.collect.SortedLists$KeyAbsentBehavior
NestHost: com.google.common.collect.SortedLists
InnerClasses:
  abstract KeyAbsentBehavior = com.google.common.collect.SortedLists$KeyAbsentBehavior of com.google.common.collect.SortedLists
  com.google.common.collect.SortedLists$KeyAbsentBehavior$2