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

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

  public static final org.eclipse.collections.api.factory.list.FixedSizeListFactory fixedSize;
    descriptor: Lorg/eclipse/collections/api/factory/list/FixedSizeListFactory;
    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 48
            ldc Lorg/eclipse/collections/api/factory/list/ImmutableListFactory;
            invokestatic org.eclipse.collections.api.factory.ServiceLoaderUtils.loadServiceClass:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast org.eclipse.collections.api.factory.list.ImmutableListFactory
         1: .line 47
            putstatic org.eclipse.collections.api.factory.Lists.immutable:Lorg/eclipse/collections/api/factory/list/ImmutableListFactory;
         2: .line 50
            ldc Lorg/eclipse/collections/api/factory/list/MutableListFactory;
            invokestatic org.eclipse.collections.api.factory.ServiceLoaderUtils.loadServiceClass:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast org.eclipse.collections.api.factory.list.MutableListFactory
         3: .line 49
            putstatic org.eclipse.collections.api.factory.Lists.mutable:Lorg/eclipse/collections/api/factory/list/MutableListFactory;
         4: .line 52
            ldc Lorg/eclipse/collections/api/factory/list/FixedSizeListFactory;
            invokestatic org.eclipse.collections.api.factory.ServiceLoaderUtils.loadServiceClass:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast org.eclipse.collections.api.factory.list.FixedSizeListFactory
         5: .line 51
            putstatic org.eclipse.collections.api.factory.Lists.fixedSize:Lorg/eclipse/collections/api/factory/list/FixedSizeListFactory;
         6: .line 52
            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.Lists this
         0: .line 54
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 56
            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.Lists this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/api/factory/Lists;
}
SourceFile: "Lists.java"