final class it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry implements it.unimi.dsi.fastutil.ints.Int2BooleanMap$Entry, java.util.Map$Entry<java.lang.Integer, java.lang.Boolean>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry
  super_class: java.lang.Object
{
  int index;
    descriptor: I
    flags: (0x0000) 

  final it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap this$0;
    descriptor: Lit/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap, int);
    descriptor: (Lit/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry this
        start local 2 // int index
         0: .line 587
            aload 0 /* this */
            aload 1
            putfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry.this$0:Lit/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 588
            aload 0 /* this */
            iload 2 /* index */
            putfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry.index:I
         2: .line 589
            return
        end local 2 // int index
        end local 0 // it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lit/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap$MapEntry;
            0    3     2  index  I
    MethodParameters:
        Name  Flags
      this$0  final
      index   final

  void <init>(it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap);
    descriptor: (Lit/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry this
         0: .line 590
            aload 0 /* this */
            aload 1
            putfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry.this$0:Lit/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 591
            return
        end local 0 // it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lit/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap$MapEntry;
    MethodParameters:
        Name  Flags
      this$0  final

  public int getIntKey();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry this
         0: .line 594
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry.this$0:Lit/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap;
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap.key:[I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry.index:I
            iaload
            ireturn
        end local 0 // it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap$MapEntry;

  public boolean getBooleanValue();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry this
         0: .line 598
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry.this$0:Lit/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap;
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap.value:[Z
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry.index:I
            baload
            ireturn
        end local 0 // it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap$MapEntry;

  public boolean setValue(boolean);
    descriptor: (Z)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry this
        start local 1 // boolean v
         0: .line 602
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry.this$0:Lit/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap;
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap.value:[Z
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry.index:I
            baload
            istore 2 /* oldValue */
        start local 2 // boolean oldValue
         1: .line 603
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry.this$0:Lit/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap;
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap.value:[Z
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry.index:I
            iload 1 /* v */
            bastore
         2: .line 604
            iload 2 /* oldValue */
            ireturn
        end local 2 // boolean oldValue
        end local 1 // boolean v
        end local 0 // it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lit/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap$MapEntry;
            0    3     1         v  Z
            1    3     2  oldValue  Z
    MethodParameters:
      Name  Flags
      v     final

  public java.lang.Integer getKey();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry this
         0: .line 614
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry.this$0:Lit/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap;
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap.key:[I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry.index:I
            iaload
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 0 // it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap$MapEntry;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public java.lang.Boolean getValue();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry this
         0: .line 624
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry.this$0:Lit/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap;
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap.value:[Z
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry.index:I
            baload
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 0 // it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap$MapEntry;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public java.lang.Boolean setValue(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry this
        start local 1 // java.lang.Boolean v
         0: .line 634
            aload 0 /* this */
            aload 1 /* v */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokevirtual it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry.setValue:(Z)Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 1 // java.lang.Boolean v
        end local 0 // it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap$MapEntry;
            0    1     1     v  Ljava/lang/Boolean;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      v     final

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry this
        start local 1 // java.lang.Object o
         0: .line 639
            aload 1 /* o */
            instanceof java.util.Map$Entry
            ifne 2
         1: .line 640
            iconst_0
            ireturn
         2: .line 641
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast java.util.Map$Entry
            astore 2 /* e */
        start local 2 // java.util.Map$Entry e
         3: .line 642
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry.this$0:Lit/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap;
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap.key:[I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry.index:I
            iaload
            aload 2 /* e */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            if_icmpne 4
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry.this$0:Lit/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap;
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap.value:[Z
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry.index:I
            baload
            aload 2 /* e */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            if_icmpne 4
            iconst_1
            ireturn
      StackMap locals: java.util.Map$Entry
      StackMap stack:
         4: iconst_0
            ireturn
        end local 2 // java.util.Map$Entry e
        end local 1 // java.lang.Object o
        end local 0 // it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lit/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap$MapEntry;
            0    5     1     o  Ljava/lang/Object;
            3    5     2     e  Ljava/util/Map$Entry<Ljava/lang/Integer;Ljava/lang/Boolean;>;
    MethodParameters:
      Name  Flags
      o     final

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry this
         0: .line 646
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry.this$0:Lit/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap;
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap.key:[I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry.index:I
            iaload
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry.this$0:Lit/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap;
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap.value:[Z
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry.index:I
            baload
            ifeq 1
            sipush 1231
            goto 2
      StackMap locals:
      StackMap stack: int
         1: sipush 1237
      StackMap locals: it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry
      StackMap stack: int int
         2: ixor
            ireturn
        end local 0 // it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lit/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap$MapEntry;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry this
         0: .line 650
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry.this$0:Lit/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap;
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap.key:[I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry.index:I
            iaload
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "=>"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry.this$0:Lit/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap;
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap.value:[Z
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry.index:I
            baload
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap$MapEntry;

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

  public java.lang.Object setValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    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
            invokevirtual it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry.setValue:(Ljava/lang/Boolean;)Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object getValue();
    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 it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry.getValue:()Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lit/unimi/dsi/fastutil/ints/Int2BooleanMap$Entry;Ljava/util/Map$Entry<Ljava/lang/Integer;Ljava/lang/Boolean;>;
SourceFile: "Int2BooleanOpenHashMap.java"
NestHost: it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap
InnerClasses:
  public abstract Entry = it.unimi.dsi.fastutil.ints.Int2BooleanMap$Entry of it.unimi.dsi.fastutil.ints.Int2BooleanMap
  final MapEntry = it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap$MapEntry of it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap
  public abstract Entry = java.util.Map$Entry of java.util.Map