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

  private final com.carrotsearch.hppc.procedures.LongProcedure val$procedure;
    descriptor: Lcom/carrotsearch/hppc/procedures/LongProcedure;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public void apply(long, double);
    descriptor: (JD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.carrotsearch.hppc.LongDoubleHashMap$KeysContainer$1 this
        start local 1 // long key
        start local 3 // double value
         0: .line 787
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongDoubleHashMap$KeysContainer$1.val$procedure:Lcom/carrotsearch/hppc/procedures/LongProcedure;
            lload 1 /* key */
            invokeinterface com.carrotsearch.hppc.procedures.LongProcedure.apply:(J)V
         1: .line 788
            return
        end local 3 // double value
        end local 1 // long key
        end local 0 // com.carrotsearch.hppc.LongDoubleHashMap$KeysContainer$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/carrotsearch/hppc/LongDoubleHashMap$KeysContainer$1;
            0    2     1    key  J
            0    2     3  value  D
    MethodParameters:
       Name  Flags
      key    
      value  
}
SourceFile: "LongDoubleHashMap.java"
EnclosingMethod: com.carrotsearch.hppc.LongDoubleHashMap$KeysContainer.forEach:(Lcom/carrotsearch/hppc/procedures/LongProcedure;)Lcom/carrotsearch/hppc/procedures/LongProcedure;
NestHost: com.carrotsearch.hppc.LongDoubleHashMap
InnerClasses:
  public final KeysContainer = com.carrotsearch.hppc.LongDoubleHashMap$KeysContainer of com.carrotsearch.hppc.LongDoubleHashMap
  com.carrotsearch.hppc.LongDoubleHashMap$KeysContainer$1