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

  private final com.carrotsearch.hppc.predicates.LongPredicate val$predicate;
    descriptor: Lcom/carrotsearch/hppc/predicates/LongPredicate;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public boolean apply(int, long);
    descriptor: (IJ)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.carrotsearch.hppc.IntLongHashMap$ValuesContainer$2 this
        start local 1 // int key
        start local 2 // long value
         0: .line 956
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntLongHashMap$ValuesContainer$2.val$predicate:Lcom/carrotsearch/hppc/predicates/LongPredicate;
            lload 2 /* value */
            invokeinterface com.carrotsearch.hppc.predicates.LongPredicate.apply:(J)Z
            ireturn
        end local 2 // long value
        end local 1 // int key
        end local 0 // com.carrotsearch.hppc.IntLongHashMap$ValuesContainer$2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/carrotsearch/hppc/IntLongHashMap$ValuesContainer$2;
            0    1     1    key  I
            0    1     2  value  J
    MethodParameters:
       Name  Flags
      key    
      value  
}
SourceFile: "IntLongHashMap.java"
EnclosingMethod: com.carrotsearch.hppc.IntLongHashMap$ValuesContainer.removeAll:(Lcom/carrotsearch/hppc/predicates/LongPredicate;)I
NestHost: com.carrotsearch.hppc.IntLongHashMap
InnerClasses:
  private final ValuesContainer = com.carrotsearch.hppc.IntLongHashMap$ValuesContainer of com.carrotsearch.hppc.IntLongHashMap
  com.carrotsearch.hppc.IntLongHashMap$ValuesContainer$2