public final class org.eclipse.collections.impl.factory.Bags
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.factory.Bags
  super_class: java.lang.Object
{
  public static final org.eclipse.collections.api.factory.bag.ImmutableBagFactory immutable;
    descriptor: Lorg/eclipse/collections/api/factory/bag/ImmutableBagFactory;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.eclipse.collections.api.factory.bag.MutableBagFactory mutable;
    descriptor: Lorg/eclipse/collections/api/factory/bag/MutableBagFactory;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.eclipse.collections.api.factory.bag.MultiReaderBagFactory multiReader;
    descriptor: Lorg/eclipse/collections/api/factory/bag/MultiReaderBagFactory;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 43
            getstatic org.eclipse.collections.impl.bag.immutable.ImmutableBagFactoryImpl.INSTANCE:Lorg/eclipse/collections/api/factory/bag/ImmutableBagFactory;
            putstatic org.eclipse.collections.impl.factory.Bags.immutable:Lorg/eclipse/collections/api/factory/bag/ImmutableBagFactory;
         1: .line 44
            getstatic org.eclipse.collections.impl.bag.mutable.MutableBagFactoryImpl.INSTANCE:Lorg/eclipse/collections/api/factory/bag/MutableBagFactory;
            putstatic org.eclipse.collections.impl.factory.Bags.mutable:Lorg/eclipse/collections/api/factory/bag/MutableBagFactory;
         2: .line 45
            getstatic org.eclipse.collections.impl.bag.mutable.MultiReaderMutableBagFactory.INSTANCE:Lorg/eclipse/collections/impl/bag/mutable/MultiReaderMutableBagFactory;
            putstatic org.eclipse.collections.impl.factory.Bags.multiReader:Lorg/eclipse/collections/api/factory/bag/MultiReaderBagFactory;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.factory.Bags this
         0: .line 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 49
            new java.lang.AssertionError
            dup
            ldc "Suppress default constructor for noninstantiability"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 0 // org.eclipse.collections.impl.factory.Bags this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/factory/Bags;
}
SourceFile: "Bags.java"