final class it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap$ValueIterator extends it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap$TreeIterator implements it.unimi.dsi.fastutil.ints.IntListIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap$ValueIterator
  super_class: it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap$TreeIterator
{
  final it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap this$0;
    descriptor: Lit/unimi/dsi/fastutil/longs/Long2IntAVLTreeMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap);
    descriptor: (Lit/unimi/dsi/fastutil/longs/Long2IntAVLTreeMap;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap$ValueIterator this
         0: .line 1286
            aload 0 /* this */
            aload 1
            putfield it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap$ValueIterator.this$0:Lit/unimi/dsi/fastutil/longs/Long2IntAVLTreeMap;
            aload 0 /* this */
            aload 1
            invokespecial it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap$TreeIterator.<init>:(Lit/unimi/dsi/fastutil/longs/Long2IntAVLTreeMap;)V
            return
        end local 0 // it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap$ValueIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/longs/Long2IntAVLTreeMap$ValueIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  public int nextInt();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap$ValueIterator this
         0: .line 1289
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap$ValueIterator.nextEntry:()Lit/unimi/dsi/fastutil/longs/Long2IntAVLTreeMap$Entry;
            getfield it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap$Entry.value:I
            ireturn
        end local 0 // it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap$ValueIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/longs/Long2IntAVLTreeMap$ValueIterator;

  public int previousInt();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap$ValueIterator this
         0: .line 1293
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap$ValueIterator.previousEntry:()Lit/unimi/dsi/fastutil/longs/Long2IntAVLTreeMap$Entry;
            getfield it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap$Entry.value:I
            ireturn
        end local 0 // it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap$ValueIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/longs/Long2IntAVLTreeMap$ValueIterator;

  public void set(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Integer
            invokeinterface it.unimi.dsi.fastutil.ints.IntListIterator.set:(Ljava/lang/Integer;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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
            invokeinterface it.unimi.dsi.fastutil.ints.IntListIterator.next:()Ljava/lang/Integer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object previous();
    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
            invokeinterface it.unimi.dsi.fastutil.ints.IntListIterator.previous:()Ljava/lang/Integer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void forEachRemaining(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.util.function.IntConsumer
            invokeinterface java.util.PrimitiveIterator$OfInt.forEachRemaining:(Ljava/util/function/IntConsumer;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void add(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Integer
            invokeinterface it.unimi.dsi.fastutil.ints.IntListIterator.add:(Ljava/lang/Integer;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Long2IntAVLTreeMap.java"
NestHost: it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap
InnerClasses:
  private final Entry = it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap$Entry of it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap
  private TreeIterator = it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap$TreeIterator of it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap
  private final ValueIterator = it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap$ValueIterator of it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap
  public abstract OfInt = java.util.PrimitiveIterator$OfInt of java.util.PrimitiveIterator