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

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

  public boolean nextBoolean();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.ints.Int2BooleanRBTreeMap$ValueIterator this
         0: .line 1216
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2BooleanRBTreeMap$ValueIterator.nextEntry:()Lit/unimi/dsi/fastutil/ints/Int2BooleanRBTreeMap$Entry;
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanRBTreeMap$Entry.value:Z
            ireturn
        end local 0 // it.unimi.dsi.fastutil.ints.Int2BooleanRBTreeMap$ValueIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/ints/Int2BooleanRBTreeMap$ValueIterator;

  public boolean previousBoolean();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.ints.Int2BooleanRBTreeMap$ValueIterator this
         0: .line 1220
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2BooleanRBTreeMap$ValueIterator.previousEntry:()Lit/unimi/dsi/fastutil/ints/Int2BooleanRBTreeMap$Entry;
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanRBTreeMap$Entry.value:Z
            ireturn
        end local 0 // it.unimi.dsi.fastutil.ints.Int2BooleanRBTreeMap$ValueIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/ints/Int2BooleanRBTreeMap$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.Boolean
            invokeinterface it.unimi.dsi.fastutil.booleans.BooleanListIterator.set:(Ljava/lang/Boolean;)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.booleans.BooleanListIterator.next:()Ljava/lang/Boolean;
            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.booleans.BooleanListIterator.previous:()Ljava/lang/Boolean;
            areturn
      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.Boolean
            invokeinterface it.unimi.dsi.fastutil.booleans.BooleanListIterator.add:(Ljava/lang/Boolean;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Int2BooleanRBTreeMap.java"
NestHost: it.unimi.dsi.fastutil.ints.Int2BooleanRBTreeMap
InnerClasses:
  private final Entry = it.unimi.dsi.fastutil.ints.Int2BooleanRBTreeMap$Entry of it.unimi.dsi.fastutil.ints.Int2BooleanRBTreeMap
  private TreeIterator = it.unimi.dsi.fastutil.ints.Int2BooleanRBTreeMap$TreeIterator of it.unimi.dsi.fastutil.ints.Int2BooleanRBTreeMap
  private final ValueIterator = it.unimi.dsi.fastutil.ints.Int2BooleanRBTreeMap$ValueIterator of it.unimi.dsi.fastutil.ints.Int2BooleanRBTreeMap