class com.google.common.collect.SortedLists$KeyPresentBehavior$2 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$2
  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$2 this
         0: .line 57
            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$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/SortedLists$KeyPresentBehavior$2;
    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=3, locals=9, args_size=5
        start local 0 // com.google.common.collect.SortedLists$KeyPresentBehavior$2 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 63
            iload 4 /* foundIndex */
            istore 5 /* lower */
        start local 5 // int lower
         1: .line 64
            aload 3 /* list */
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            istore 6 /* upper */
        start local 6 // int upper
         2: .line 66
            goto 9
         3: .line 67
      StackMap locals: int int
      StackMap stack:
            iload 5 /* lower */
            iload 6 /* upper */
            iadd
            iconst_1
            iadd
            iconst_1
            iushr
            istore 7 /* middle */
        start local 7 // int middle
         4: .line 68
            aload 1 /* comparator */
            aload 3 /* list */
            iload 7 /* middle */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            aload 2 /* key */
            invokeinterface java.util.Comparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I
            istore 8 /* c */
        start local 8 // int c
         5: .line 69
            iload 8 /* c */
            ifle 8
         6: .line 70
            iload 7 /* middle */
            iconst_1
            isub
            istore 6 /* upper */
         7: .line 71
            goto 9
         8: .line 72
      StackMap locals: int int
      StackMap stack:
            iload 7 /* middle */
            istore 5 /* lower */
        end local 8 // int c
        end local 7 // int middle
         9: .line 66
      StackMap locals:
      StackMap stack:
            iload 5 /* lower */
            iload 6 /* upper */
            if_icmplt 3
        10: .line 75
            iload 5 /* lower */
            ireturn
        end local 6 // int upper
        end local 5 // int lower
        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$2 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lcom/google/common/collect/SortedLists$KeyPresentBehavior$2;
            0   11     1  comparator  Ljava/util/Comparator<-TE;>;
            0   11     2         key  TE;
            0   11     3        list  Ljava/util/List<+TE;>;
            0   11     4  foundIndex  I
            1   11     5       lower  I
            2   11     6       upper  I
            4    9     7      middle  I
            5    9     8           c  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$2