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

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

  public long nextLong();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.floats.Float2LongRBTreeMap$ValueIterator this
         0: .line 1238
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.floats.Float2LongRBTreeMap$ValueIterator.nextEntry:()Lit/unimi/dsi/fastutil/floats/Float2LongRBTreeMap$Entry;
            getfield it.unimi.dsi.fastutil.floats.Float2LongRBTreeMap$Entry.value:J
            lreturn
        end local 0 // it.unimi.dsi.fastutil.floats.Float2LongRBTreeMap$ValueIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/floats/Float2LongRBTreeMap$ValueIterator;

  public long previousLong();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.floats.Float2LongRBTreeMap$ValueIterator this
         0: .line 1242
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.floats.Float2LongRBTreeMap$ValueIterator.previousEntry:()Lit/unimi/dsi/fastutil/floats/Float2LongRBTreeMap$Entry;
            getfield it.unimi.dsi.fastutil.floats.Float2LongRBTreeMap$Entry.value:J
            lreturn
        end local 0 // it.unimi.dsi.fastutil.floats.Float2LongRBTreeMap$ValueIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/floats/Float2LongRBTreeMap$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.Long
            invokeinterface it.unimi.dsi.fastutil.longs.LongListIterator.set:(Ljava/lang/Long;)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.longs.LongListIterator.next:()Ljava/lang/Long;
            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.longs.LongListIterator.previous:()Ljava/lang/Long;
            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.LongConsumer
            invokeinterface java.util.PrimitiveIterator$OfLong.forEachRemaining:(Ljava/util/function/LongConsumer;)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.Long
            invokeinterface it.unimi.dsi.fastutil.longs.LongListIterator.add:(Ljava/lang/Long;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Float2LongRBTreeMap.java"
NestHost: it.unimi.dsi.fastutil.floats.Float2LongRBTreeMap
InnerClasses:
  private final Entry = it.unimi.dsi.fastutil.floats.Float2LongRBTreeMap$Entry of it.unimi.dsi.fastutil.floats.Float2LongRBTreeMap
  private TreeIterator = it.unimi.dsi.fastutil.floats.Float2LongRBTreeMap$TreeIterator of it.unimi.dsi.fastutil.floats.Float2LongRBTreeMap
  private final ValueIterator = it.unimi.dsi.fastutil.floats.Float2LongRBTreeMap$ValueIterator of it.unimi.dsi.fastutil.floats.Float2LongRBTreeMap
  public abstract OfLong = java.util.PrimitiveIterator$OfLong of java.util.PrimitiveIterator