class org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanHashBag$ImmutableBooleanBagSerializationProxy$1 extends org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedBooleanIntProcedure
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanHashBag$ImmutableBooleanBagSerializationProxy$1
  super_class: org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedBooleanIntProcedure
{
  final org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanHashBag$ImmutableBooleanBagSerializationProxy this$1;
    descriptor: Lorg/eclipse/collections/impl/bag/immutable/primitive/ImmutableBooleanHashBag$ImmutableBooleanBagSerializationProxy;
    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.bag.immutable.primitive.ImmutableBooleanHashBag$ImmutableBooleanBagSerializationProxy, java.io.ObjectOutput);
    descriptor: (Lorg/eclipse/collections/impl/bag/immutable/primitive/ImmutableBooleanHashBag$ImmutableBooleanBagSerializationProxy;Ljava/io/ObjectOutput;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanHashBag$ImmutableBooleanBagSerializationProxy$1 this
         0: .line 420
            aload 0 /* this */
            aload 1
            putfield org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanHashBag$ImmutableBooleanBagSerializationProxy$1.this$1:Lorg/eclipse/collections/impl/bag/immutable/primitive/ImmutableBooleanHashBag$ImmutableBooleanBagSerializationProxy;
            aload 0 /* this */
            aload 2
            putfield org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanHashBag$ImmutableBooleanBagSerializationProxy$1.val$out:Ljava/io/ObjectOutput;
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedBooleanIntProcedure.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanHashBag$ImmutableBooleanBagSerializationProxy$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bag/immutable/primitive/ImmutableBooleanHashBag$ImmutableBooleanBagSerializationProxy$1;
    MethodParameters:
         Name  Flags
      this$0   final
      val$out  final

  public void safeValue(boolean, int);
    descriptor: (ZI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanHashBag$ImmutableBooleanBagSerializationProxy$1 this
        start local 1 // boolean item
        start local 2 // int count
         0: .line 425
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanHashBag$ImmutableBooleanBagSerializationProxy$1.val$out:Ljava/io/ObjectOutput;
            iload 1 /* item */
            invokeinterface java.io.ObjectOutput.writeBoolean:(Z)V
         1: .line 426
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanHashBag$ImmutableBooleanBagSerializationProxy$1.val$out:Ljava/io/ObjectOutput;
            iload 2 /* count */
            invokeinterface java.io.ObjectOutput.writeInt:(I)V
         2: .line 427
            return
        end local 2 // int count
        end local 1 // boolean item
        end local 0 // org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanHashBag$ImmutableBooleanBagSerializationProxy$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/collections/impl/bag/immutable/primitive/ImmutableBooleanHashBag$ImmutableBooleanBagSerializationProxy$1;
            0    3     1   item  Z
            0    3     2  count  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      item   
      count  
}
SourceFile: "ImmutableBooleanHashBag.java"
EnclosingMethod: org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanHashBag$ImmutableBooleanBagSerializationProxy.writeExternal:(Ljava/io/ObjectOutput;)V
NestHost: org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanHashBag
InnerClasses:
  protected ImmutableBooleanBagSerializationProxy = org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanHashBag$ImmutableBooleanBagSerializationProxy of org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanHashBag
  org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanHashBag$ImmutableBooleanBagSerializationProxy$1