final class org.pcollections.IntTree$EntryIterator<V> implements java.util.Iterator<java.util.Map$Entry<java.lang.Integer, V>>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.pcollections.IntTree$EntryIterator
  super_class: java.lang.Object
{
  private org.pcollections.PStack<org.pcollections.IntTree<V>> stack;
    descriptor: Lorg/pcollections/PStack;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/pcollections/PStack<Lorg/pcollections/IntTree<TV;>;>;

  private int key;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  void <init>(org.pcollections.IntTree<V>);
    descriptor: (Lorg/pcollections/IntTree;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.pcollections.IntTree$EntryIterator this
        start local 1 // org.pcollections.IntTree root
         0: .line 256
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 253
            aload 0 /* this */
            invokestatic org.pcollections.ConsPStack.empty:()Lorg/pcollections/ConsPStack;
            putfield org.pcollections.IntTree$EntryIterator.stack:Lorg/pcollections/PStack;
         2: .line 254
            aload 0 /* this */
            iconst_0
            putfield org.pcollections.IntTree$EntryIterator.key:I
         3: .line 257
            aload 0 /* this */
            aload 1 /* root */
            invokevirtual org.pcollections.IntTree$EntryIterator.gotoMinOf:(Lorg/pcollections/IntTree;)V
         4: .line 258
            return
        end local 1 // org.pcollections.IntTree root
        end local 0 // org.pcollections.IntTree$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/pcollections/IntTree$EntryIterator<TV;>;
            0    5     1  root  Lorg/pcollections/IntTree<TV;>;
    Signature: (Lorg/pcollections/IntTree<TV;>;)V
    MethodParameters:
      Name  Flags
      root  final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.pcollections.IntTree$EntryIterator this
         0: .line 261
            aload 0 /* this */
            getfield org.pcollections.IntTree$EntryIterator.stack:Lorg/pcollections/PStack;
            invokeinterface org.pcollections.PStack.size:()I
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.pcollections.IntTree$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/pcollections/IntTree$EntryIterator<TV;>;

  public java.util.Map$Entry<java.lang.Integer, V> next();
    descriptor: ()Ljava/util/Map$Entry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.pcollections.IntTree$EntryIterator this
         0: .line 265
            aload 0 /* this */
            getfield org.pcollections.IntTree$EntryIterator.stack:Lorg/pcollections/PStack;
            iconst_0
            invokeinterface org.pcollections.PStack.get:(I)Ljava/lang/Object;
            checkcast org.pcollections.IntTree
            astore 1 /* node */
        start local 1 // org.pcollections.IntTree node
         1: .line 266
            new java.util.AbstractMap$SimpleImmutableEntry
            dup
            aload 0 /* this */
            getfield org.pcollections.IntTree$EntryIterator.key:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 1 /* node */
            getfield org.pcollections.IntTree.value:Ljava/lang/Object;
            invokespecial java.util.AbstractMap$SimpleImmutableEntry.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
            astore 2 /* result */
        start local 2 // java.util.Map$Entry result
         2: .line 272
            aload 1 /* node */
            getfield org.pcollections.IntTree.right:Lorg/pcollections/IntTree;
            getfield org.pcollections.IntTree.size:I
            ifle 4
         3: .line 273
            aload 0 /* this */
            aload 1 /* node */
            getfield org.pcollections.IntTree.right:Lorg/pcollections/IntTree;
            invokevirtual org.pcollections.IntTree$EntryIterator.gotoMinOf:(Lorg/pcollections/IntTree;)V
            goto 9
         4: .line 276
      StackMap locals: org.pcollections.IntTree java.util.Map$Entry
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.pcollections.IntTree$EntryIterator.key:I
            i2l
            aload 1 /* node */
            getfield org.pcollections.IntTree.key:J
            lsub
            l2i
            putfield org.pcollections.IntTree$EntryIterator.key:I
         5: .line 277
            aload 0 /* this */
            aload 0 /* this */
            getfield org.pcollections.IntTree$EntryIterator.stack:Lorg/pcollections/PStack;
            iconst_1
            invokeinterface org.pcollections.PStack.subList:(I)Lorg/pcollections/PStack;
            putfield org.pcollections.IntTree$EntryIterator.stack:Lorg/pcollections/PStack;
         6: .line 279
            aload 1 /* node */
            getfield org.pcollections.IntTree.key:J
            lconst_0
            lcmp
            iflt 9
            aload 0 /* this */
            getfield org.pcollections.IntTree$EntryIterator.stack:Lorg/pcollections/PStack;
            invokeinterface org.pcollections.PStack.size:()I
            ifne 7
            goto 9
         7: .line 281
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.pcollections.IntTree$EntryIterator.stack:Lorg/pcollections/PStack;
            iconst_0
            invokeinterface org.pcollections.PStack.get:(I)Ljava/lang/Object;
            checkcast org.pcollections.IntTree
            astore 1 /* node */
         8: .line 275
            goto 4
         9: .line 284
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
            areturn
        end local 2 // java.util.Map$Entry result
        end local 1 // org.pcollections.IntTree node
        end local 0 // org.pcollections.IntTree$EntryIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lorg/pcollections/IntTree$EntryIterator<TV;>;
            1   10     1    node  Lorg/pcollections/IntTree<TV;>;
            2   10     2  result  Ljava/util/Map$Entry<Ljava/lang/Integer;TV;>;
    Signature: ()Ljava/util/Map$Entry<Ljava/lang/Integer;TV;>;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.pcollections.IntTree$EntryIterator this
         0: .line 288
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.pcollections.IntTree$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/pcollections/IntTree$EntryIterator<TV;>;

  private void gotoMinOf(org.pcollections.IntTree<V>);
    descriptor: (Lorg/pcollections/IntTree;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.pcollections.IntTree$EntryIterator this
        start local 1 // org.pcollections.IntTree node
         0: .line 293
            goto 4
         1: .line 294
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.pcollections.IntTree$EntryIterator.stack:Lorg/pcollections/PStack;
            aload 1 /* node */
            invokeinterface org.pcollections.PStack.plus:(Ljava/lang/Object;)Lorg/pcollections/PStack;
            putfield org.pcollections.IntTree$EntryIterator.stack:Lorg/pcollections/PStack;
         2: .line 295
            aload 0 /* this */
            dup
            getfield org.pcollections.IntTree$EntryIterator.key:I
            i2l
            aload 1 /* node */
            getfield org.pcollections.IntTree.key:J
            ladd
            l2i
            putfield org.pcollections.IntTree$EntryIterator.key:I
         3: .line 296
            aload 1 /* node */
            getfield org.pcollections.IntTree.left:Lorg/pcollections/IntTree;
            astore 1 /* node */
         4: .line 293
      StackMap locals:
      StackMap stack:
            aload 1 /* node */
            getfield org.pcollections.IntTree.size:I
            ifgt 1
         5: .line 298
            return
        end local 1 // org.pcollections.IntTree node
        end local 0 // org.pcollections.IntTree$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/pcollections/IntTree$EntryIterator<TV;>;
            0    6     1  node  Lorg/pcollections/IntTree<TV;>;
    Signature: (Lorg/pcollections/IntTree<TV;>;)V
    MethodParameters:
      Name  Flags
      node  

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.pcollections.IntTree$EntryIterator.next:()Ljava/util/Map$Entry;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <V:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Iterator<Ljava/util/Map$Entry<Ljava/lang/Integer;TV;>;>;
SourceFile: "IntTree.java"
NestHost: org.pcollections.IntTree
InnerClasses:
  public SimpleImmutableEntry = java.util.AbstractMap$SimpleImmutableEntry of java.util.AbstractMap
  public abstract Entry = java.util.Map$Entry of java.util.Map
  private final EntryIterator = org.pcollections.IntTree$EntryIterator of org.pcollections.IntTree