class com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound$1 extends com.google.common.collect.AbstractIterator<java.util.Map$Entry<com.google.common.collect.Cut<C>, com.google.common.collect.Range<C>>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound$1
  super_class: com.google.common.collect.AbstractIterator
{
  com.google.common.collect.Cut<C> nextComplementRangeLowerBound;
    descriptor: Lcom/google/common/collect/Cut;
    flags: (0x0000) 
    Signature: Lcom/google/common/collect/Cut<TC;>;

  final com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound this$1;
    descriptor: Lcom/google/common/collect/TreeRangeSet$ComplementRangesByLowerBound;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final com.google.common.collect.PeekingIterator val$positiveItr;
    descriptor: Lcom/google/common/collect/PeekingIterator;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound, com.google.common.collect.Cut, com.google.common.collect.PeekingIterator);
    descriptor: (Lcom/google/common/collect/TreeRangeSet$ComplementRangesByLowerBound;Lcom/google/common/collect/Cut;Lcom/google/common/collect/PeekingIterator;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound$1 this
         0: .line 534
            aload 0 /* this */
            aload 1
            putfield com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound$1.this$1:Lcom/google/common/collect/TreeRangeSet$ComplementRangesByLowerBound;
            aload 0 /* this */
            aload 3
            putfield com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound$1.val$positiveItr:Lcom/google/common/collect/PeekingIterator;
            aload 0 /* this */
            invokespecial com.google.common.collect.AbstractIterator.<init>:()V
         1: .line 535
            aload 0 /* this */
            aload 2
            putfield com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound$1.nextComplementRangeLowerBound:Lcom/google/common/collect/Cut;
         2: .line 534
            return
        end local 0 // com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/common/collect/TreeRangeSet$ComplementRangesByLowerBound$1;
    MethodParameters:
                                    Name  Flags
      this$0                              final
      val$firstComplementRangeLowerBound  final
      val$positiveItr                     final

  protected java.util.Map$Entry<com.google.common.collect.Cut<C>, com.google.common.collect.Range<C>> computeNext();
    descriptor: ()Ljava/util/Map$Entry;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound$1 this
         0: .line 539
            aload 0 /* this */
            getfield com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound$1.this$1:Lcom/google/common/collect/TreeRangeSet$ComplementRangesByLowerBound;
            getfield com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound.complementLowerBoundWindow:Lcom/google/common/collect/Range;
            getfield com.google.common.collect.Range.upperBound:Lcom/google/common/collect/Cut;
            aload 0 /* this */
            getfield com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound$1.nextComplementRangeLowerBound:Lcom/google/common/collect/Cut;
            invokevirtual com.google.common.collect.Cut.isLessThan:(Ljava/lang/Comparable;)Z
            ifne 2
         1: .line 540
            aload 0 /* this */
            getfield com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound$1.nextComplementRangeLowerBound:Lcom/google/common/collect/Cut;
            invokestatic com.google.common.collect.Cut.aboveAll:()Lcom/google/common/collect/Cut;
            if_acmpne 3
         2: .line 541
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound$1.endOfData:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            areturn
         3: .line 544
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound$1.val$positiveItr:Lcom/google/common/collect/PeekingIterator;
            invokeinterface com.google.common.collect.PeekingIterator.hasNext:()Z
            ifeq 8
         4: .line 545
            aload 0 /* this */
            getfield com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound$1.val$positiveItr:Lcom/google/common/collect/PeekingIterator;
            invokeinterface com.google.common.collect.PeekingIterator.next:()Ljava/lang/Object;
            checkcast com.google.common.collect.Range
            astore 2 /* positiveRange */
        start local 2 // com.google.common.collect.Range positiveRange
         5: .line 546
            aload 0 /* this */
            getfield com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound$1.nextComplementRangeLowerBound:Lcom/google/common/collect/Cut;
            aload 2 /* positiveRange */
            getfield com.google.common.collect.Range.lowerBound:Lcom/google/common/collect/Cut;
            invokestatic com.google.common.collect.Range.create:(Lcom/google/common/collect/Cut;Lcom/google/common/collect/Cut;)Lcom/google/common/collect/Range;
            astore 1 /* negativeRange */
        start local 1 // com.google.common.collect.Range negativeRange
         6: .line 547
            aload 0 /* this */
            aload 2 /* positiveRange */
            getfield com.google.common.collect.Range.upperBound:Lcom/google/common/collect/Cut;
            putfield com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound$1.nextComplementRangeLowerBound:Lcom/google/common/collect/Cut;
        end local 2 // com.google.common.collect.Range positiveRange
         7: .line 548
            goto 10
        end local 1 // com.google.common.collect.Range negativeRange
         8: .line 549
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound$1.nextComplementRangeLowerBound:Lcom/google/common/collect/Cut;
            invokestatic com.google.common.collect.Cut.aboveAll:()Lcom/google/common/collect/Cut;
            invokestatic com.google.common.collect.Range.create:(Lcom/google/common/collect/Cut;Lcom/google/common/collect/Cut;)Lcom/google/common/collect/Range;
            astore 1 /* negativeRange */
        start local 1 // com.google.common.collect.Range negativeRange
         9: .line 550
            aload 0 /* this */
            invokestatic com.google.common.collect.Cut.aboveAll:()Lcom/google/common/collect/Cut;
            putfield com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound$1.nextComplementRangeLowerBound:Lcom/google/common/collect/Cut;
        10: .line 552
      StackMap locals: com.google.common.collect.Range
      StackMap stack:
            aload 1 /* negativeRange */
            getfield com.google.common.collect.Range.lowerBound:Lcom/google/common/collect/Cut;
            aload 1 /* negativeRange */
            invokestatic com.google.common.collect.Maps.immutableEntry:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map$Entry;
            areturn
        end local 1 // com.google.common.collect.Range negativeRange
        end local 0 // com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound$1 this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0           this  Lcom/google/common/collect/TreeRangeSet$ComplementRangesByLowerBound$1;
            6    8     1  negativeRange  Lcom/google/common/collect/Range<TC;>;
            9   11     1  negativeRange  Lcom/google/common/collect/Range<TC;>;
            5    7     2  positiveRange  Lcom/google/common/collect/Range<TC;>;
    Signature: ()Ljava/util/Map$Entry<Lcom/google/common/collect/Cut<TC;>;Lcom/google/common/collect/Range<TC;>;>;

  protected java.lang.Object computeNext();
    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 com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound$1.computeNext:()Ljava/util/Map$Entry;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/google/common/collect/AbstractIterator<Ljava/util/Map$Entry<Lcom/google/common/collect/Cut<TC;>;Lcom/google/common/collect/Range<TC;>;>;>;
SourceFile: "TreeRangeSet.java"
EnclosingMethod: com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound.entryIterator:()Ljava/util/Iterator;
NestHost: com.google.common.collect.TreeRangeSet
InnerClasses:
  private final ComplementRangesByLowerBound = com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound of com.google.common.collect.TreeRangeSet
  com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound$1
  public abstract Entry = java.util.Map$Entry of java.util.Map