class com.google.common.collect.SortedLists$KeyPresentBehavior$1 extends com.google.common.collect.SortedLists$KeyPresentBehavior
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: com.google.common.collect.SortedLists$KeyPresentBehavior$1
  super_class: com.google.common.collect.SortedLists$KeyPresentBehavior
{
  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$KeyPresentBehavior$1 this
         0: .line 49
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial com.google.common.collect.SortedLists$KeyPresentBehavior.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // com.google.common.collect.SortedLists$KeyPresentBehavior$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/SortedLists$KeyPresentBehavior$1;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  <E> int resultIndex(java.util.Comparator<? super E>, E, java.util.List<? extends E>, );
    descriptor: (Ljava/util/Comparator;Ljava/lang/Object;Ljava/util/List;I)I
    flags: (0x0000) 
    Code:
      stack=1, locals=5, args_size=5
        start local 0 // com.google.common.collect.SortedLists$KeyPresentBehavior$1 this
        start local 1 // java.util.Comparator comparator
        start local 2 // java.lang.Object key
        start local 3 // java.util.List list
        start local 4 // int foundIndex
         0: .line 53
            iload 4 /* foundIndex */
            ireturn
        end local 4 // int foundIndex
        end local 3 // java.util.List list
        end local 2 // java.lang.Object key
        end local 1 // java.util.Comparator comparator
        end local 0 // com.google.common.collect.SortedLists$KeyPresentBehavior$1 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/google/common/collect/SortedLists$KeyPresentBehavior$1;
            0    1     1  comparator  Ljava/util/Comparator<-TE;>;
            0    1     2         key  TE;
            0    1     3        list  Ljava/util/List<+TE;>;
            0    1     4  foundIndex  I
    Signature: <E:Ljava/lang/Object;>(Ljava/util/Comparator<-TE;>;TE;Ljava/util/List<+TE;>;I)I
    MethodParameters:
            Name  Flags
      comparator  
      key         
      list        
      foundIndex  
}
SourceFile: "SortedLists.java"
EnclosingMethod: com.google.common.collect.SortedLists$KeyPresentBehavior
NestHost: com.google.common.collect.SortedLists
InnerClasses:
  abstract KeyPresentBehavior = com.google.common.collect.SortedLists$KeyPresentBehavior of com.google.common.collect.SortedLists
  com.google.common.collect.SortedLists$KeyPresentBehavior$1