class org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableLongObjectMap$ImmutableLongObjectMapSerializationProxy$1 extends org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedLongObjectProcedure<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableLongObjectMap$ImmutableLongObjectMapSerializationProxy$1
  super_class: org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedLongObjectProcedure
{
  final org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableLongObjectMap$ImmutableLongObjectMapSerializationProxy this$1;
    descriptor: Lorg/eclipse/collections/impl/map/immutable/primitive/AbstractImmutableLongObjectMap$ImmutableLongObjectMapSerializationProxy;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.io.ObjectOutput val$out;
    descriptor: Ljava/io/ObjectOutput;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableLongObjectMap$ImmutableLongObjectMapSerializationProxy, java.io.ObjectOutput);
    descriptor: (Lorg/eclipse/collections/impl/map/immutable/primitive/AbstractImmutableLongObjectMap$ImmutableLongObjectMapSerializationProxy;Ljava/io/ObjectOutput;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableLongObjectMap$ImmutableLongObjectMapSerializationProxy$1 this
         0: .line 66
            aload 0 /* this */
            aload 1
            putfield org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableLongObjectMap$ImmutableLongObjectMapSerializationProxy$1.this$1:Lorg/eclipse/collections/impl/map/immutable/primitive/AbstractImmutableLongObjectMap$ImmutableLongObjectMapSerializationProxy;
            aload 0 /* this */
            aload 2
            putfield org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableLongObjectMap$ImmutableLongObjectMapSerializationProxy$1.val$out:Ljava/io/ObjectOutput;
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedLongObjectProcedure.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableLongObjectMap$ImmutableLongObjectMapSerializationProxy$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/AbstractImmutableLongObjectMap$ImmutableLongObjectMapSerializationProxy$1;
    MethodParameters:
         Name  Flags
      this$0   final
      val$out  final

  public void safeValue(long, );
    descriptor: (JLjava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableLongObjectMap$ImmutableLongObjectMapSerializationProxy$1 this
        start local 1 // long key
        start local 3 // java.lang.Object value
         0: .line 71
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableLongObjectMap$ImmutableLongObjectMapSerializationProxy$1.val$out:Ljava/io/ObjectOutput;
            lload 1 /* key */
            invokeinterface java.io.ObjectOutput.writeLong:(J)V
         1: .line 72
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableLongObjectMap$ImmutableLongObjectMapSerializationProxy$1.val$out:Ljava/io/ObjectOutput;
            aload 3 /* value */
            invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
         2: .line 73
            return
        end local 3 // java.lang.Object value
        end local 1 // long key
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableLongObjectMap$ImmutableLongObjectMapSerializationProxy$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/collections/impl/map/immutable/primitive/AbstractImmutableLongObjectMap$ImmutableLongObjectMapSerializationProxy$1;
            0    3     1    key  J
            0    3     3  value  TV;
    Exceptions:
      throws java.io.IOException
    Signature: (JTV;)V
    MethodParameters:
       Name  Flags
      key    
      value  
}
Signature: Lorg/eclipse/collections/impl/block/procedure/checked/primitive/CheckedLongObjectProcedure<TV;>;
SourceFile: "AbstractImmutableLongObjectMap.java"
EnclosingMethod: org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableLongObjectMap$ImmutableLongObjectMapSerializationProxy.writeExternal:(Ljava/io/ObjectOutput;)V
NestHost: org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableLongObjectMap
InnerClasses:
  protected ImmutableLongObjectMapSerializationProxy = org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableLongObjectMap$ImmutableLongObjectMapSerializationProxy of org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableLongObjectMap
  org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableLongObjectMap$ImmutableLongObjectMapSerializationProxy$1