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

  public static final org.eclipse.collections.api.factory.bag.sorted.ImmutableSortedBagFactory immutable;
    descriptor: Lorg/eclipse/collections/api/factory/bag/sorted/ImmutableSortedBagFactory;
    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 19
            ldc Lorg/eclipse/collections/api/factory/bag/sorted/MutableSortedBagFactory;
            invokestatic org.eclipse.collections.api.factory.ServiceLoaderUtils.loadServiceClass:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast org.eclipse.collections.api.factory.bag.sorted.MutableSortedBagFactory
            putstatic org.eclipse.collections.api.factory.SortedBags.mutable:Lorg/eclipse/collections/api/factory/bag/sorted/MutableSortedBagFactory;
         1: .line 20
            ldc Lorg/eclipse/collections/api/factory/bag/sorted/ImmutableSortedBagFactory;
            invokestatic org.eclipse.collections.api.factory.ServiceLoaderUtils.loadServiceClass:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast org.eclipse.collections.api.factory.bag.sorted.ImmutableSortedBagFactory
            putstatic org.eclipse.collections.api.factory.SortedBags.immutable:Lorg/eclipse/collections/api/factory/bag/sorted/ImmutableSortedBagFactory;
            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.api.factory.SortedBags this
         0: .line 22
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 24
            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.api.factory.SortedBags this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/api/factory/SortedBags;
}
SourceFile: "SortedBags.java"