public final class org.eclipse.collections.impl.factory.Lists
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.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

  public static final org.eclipse.collections.api.factory.list.MultiReaderListFactory multiReader;
    descriptor: Lorg/eclipse/collections/api/factory/list/MultiReaderListFactory;
    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 56
            getstatic org.eclipse.collections.impl.list.immutable.ImmutableListFactoryImpl.INSTANCE:Lorg/eclipse/collections/api/factory/list/ImmutableListFactory;
            putstatic org.eclipse.collections.impl.factory.Lists.immutable:Lorg/eclipse/collections/api/factory/list/ImmutableListFactory;
         1: .line 57
            getstatic org.eclipse.collections.impl.list.mutable.MutableListFactoryImpl.INSTANCE:Lorg/eclipse/collections/api/factory/list/MutableListFactory;
            putstatic org.eclipse.collections.impl.factory.Lists.mutable:Lorg/eclipse/collections/api/factory/list/MutableListFactory;
         2: .line 58
            getstatic org.eclipse.collections.impl.list.fixed.FixedSizeListFactoryImpl.INSTANCE:Lorg/eclipse/collections/api/factory/list/FixedSizeListFactory;
            putstatic org.eclipse.collections.impl.factory.Lists.fixedSize:Lorg/eclipse/collections/api/factory/list/FixedSizeListFactory;
         3: .line 59
            getstatic org.eclipse.collections.impl.list.mutable.MultiReaderMutableListFactory.INSTANCE:Lorg/eclipse/collections/impl/list/mutable/MultiReaderMutableListFactory;
            putstatic org.eclipse.collections.impl.factory.Lists.multiReader:Lorg/eclipse/collections/api/factory/list/MultiReaderListFactory;
            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.Lists this
         0: .line 61
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 63
            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.Lists this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/factory/Lists;

  public static <T> org.eclipse.collections.api.list.MutableList<T> adapt(java.util.List<T>);
    descriptor: (Ljava/util/List;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.util.List list
         0: .line 71
            aload 0 /* list */
            invokestatic org.eclipse.collections.impl.list.mutable.ListAdapter.adapt:(Ljava/util/List;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
        end local 0 // java.util.List list
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  list  Ljava/util/List<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/util/List<TT;>;)Lorg/eclipse/collections/api/list/MutableList<TT;>;
    MethodParameters:
      Name  Flags
      list  
}
SourceFile: "Lists.java"