class com.carrotsearch.hppc.IntIntHashMap$ValuesContainer$1 implements com.carrotsearch.hppc.predicates.IntIntPredicate
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.carrotsearch.hppc.IntIntHashMap$ValuesContainer$1
  super_class: java.lang.Object
{
  final com.carrotsearch.hppc.IntIntHashMap$ValuesContainer this$1;
    descriptor: Lcom/carrotsearch/hppc/IntIntHashMap$ValuesContainer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final int val$e;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.carrotsearch.hppc.IntIntHashMap$ValuesContainer, int);
    descriptor: (Lcom/carrotsearch/hppc/IntIntHashMap$ValuesContainer;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.carrotsearch.hppc.IntIntHashMap$ValuesContainer$1 this
         0: .line 943
            aload 0 /* this */
            aload 1
            putfield com.carrotsearch.hppc.IntIntHashMap$ValuesContainer$1.this$1:Lcom/carrotsearch/hppc/IntIntHashMap$ValuesContainer;
            aload 0 /* this */
            iload 2
            putfield com.carrotsearch.hppc.IntIntHashMap$ValuesContainer$1.val$e:I
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.carrotsearch.hppc.IntIntHashMap$ValuesContainer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/carrotsearch/hppc/IntIntHashMap$ValuesContainer$1;
    MethodParameters:
        Name  Flags
      this$0  final
      val$e   final

  public boolean apply(int, int);
    descriptor: (II)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.carrotsearch.hppc.IntIntHashMap$ValuesContainer$1 this
        start local 1 // int key
        start local 2 // int value
         0: .line 946
            iload 2 /* value */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntIntHashMap$ValuesContainer$1.val$e:I
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 2 // int value
        end local 1 // int key
        end local 0 // com.carrotsearch.hppc.IntIntHashMap$ValuesContainer$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/carrotsearch/hppc/IntIntHashMap$ValuesContainer$1;
            0    2     1    key  I
            0    2     2  value  I
    MethodParameters:
       Name  Flags
      key    
      value  
}
SourceFile: "IntIntHashMap.java"
EnclosingMethod: com.carrotsearch.hppc.IntIntHashMap$ValuesContainer.removeAll:(I)I
NestHost: com.carrotsearch.hppc.IntIntHashMap
InnerClasses:
  private final ValuesContainer = com.carrotsearch.hppc.IntIntHashMap$ValuesContainer of com.carrotsearch.hppc.IntIntHashMap
  com.carrotsearch.hppc.IntIntHashMap$ValuesContainer$1