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

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

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

  public boolean apply(KType, );
    descriptor: (Ljava/lang/Object;D)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.carrotsearch.hppc.ObjectDoubleHashMap$ValuesContainer$2 this
        start local 1 // java.lang.Object key
        start local 2 // double value
         0: .line 960
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectDoubleHashMap$ValuesContainer$2.val$predicate:Lcom/carrotsearch/hppc/predicates/DoublePredicate;
            dload 2 /* value */
            invokeinterface com.carrotsearch.hppc.predicates.DoublePredicate.apply:(D)Z
            ireturn
        end local 2 // double value
        end local 1 // java.lang.Object key
        end local 0 // com.carrotsearch.hppc.ObjectDoubleHashMap$ValuesContainer$2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/carrotsearch/hppc/ObjectDoubleHashMap$ValuesContainer$2;
            0    1     1    key  TKType;
            0    1     2  value  D
    Signature: (TKType;D)Z
    MethodParameters:
       Name  Flags
      key    
      value  
}
Signature: Ljava/lang/Object;Lcom/carrotsearch/hppc/predicates/ObjectDoublePredicate<TKType;>;
SourceFile: "ObjectDoubleHashMap.java"
EnclosingMethod: com.carrotsearch.hppc.ObjectDoubleHashMap$ValuesContainer.removeAll:(Lcom/carrotsearch/hppc/predicates/DoublePredicate;)I
NestHost: com.carrotsearch.hppc.ObjectDoubleHashMap
InnerClasses:
  private final ValuesContainer = com.carrotsearch.hppc.ObjectDoubleHashMap$ValuesContainer of com.carrotsearch.hppc.ObjectDoubleHashMap
  com.carrotsearch.hppc.ObjectDoubleHashMap$ValuesContainer$2