public class org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl implements org.eclipse.collections.api.factory.stack.ImmutableStackFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl
  super_class: java.lang.Object
{
  public static final org.eclipse.collections.api.factory.stack.ImmutableStackFactory INSTANCE;
    descriptor: Lorg/eclipse/collections/api/factory/stack/ImmutableStackFactory;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 19
            new org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl
            dup
            invokespecial org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl.<init>:()V
            putstatic org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl.INSTANCE:Lorg/eclipse/collections/api/factory/stack/ImmutableStackFactory;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl this
         0: .line 17
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/stack/immutable/ImmutableStackFactoryImpl;

  public <T> org.eclipse.collections.api.stack.ImmutableStack<T> empty();
    descriptor: ()Lorg/eclipse/collections/api/stack/ImmutableStack;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl this
         0: .line 24
            getstatic org.eclipse.collections.impl.stack.immutable.ImmutableEmptyStack.INSTANCE:Lorg/eclipse/collections/api/stack/ImmutableStack;
            areturn
        end local 0 // org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/stack/immutable/ImmutableStackFactoryImpl;
    Signature: <T:Ljava/lang/Object;>()Lorg/eclipse/collections/api/stack/ImmutableStack<TT;>;

  public <T> org.eclipse.collections.api.stack.ImmutableStack<T> of();
    descriptor: ()Lorg/eclipse/collections/api/stack/ImmutableStack;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl this
         0: .line 30
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl.empty:()Lorg/eclipse/collections/api/stack/ImmutableStack;
            areturn
        end local 0 // org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/stack/immutable/ImmutableStackFactoryImpl;
    Signature: <T:Ljava/lang/Object;>()Lorg/eclipse/collections/api/stack/ImmutableStack<TT;>;

  public <T> org.eclipse.collections.api.stack.ImmutableStack<T> with();
    descriptor: ()Lorg/eclipse/collections/api/stack/ImmutableStack;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl this
         0: .line 36
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl.empty:()Lorg/eclipse/collections/api/stack/ImmutableStack;
            areturn
        end local 0 // org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/stack/immutable/ImmutableStackFactoryImpl;
    Signature: <T:Ljava/lang/Object;>()Lorg/eclipse/collections/api/stack/ImmutableStack<TT;>;

  public <T> org.eclipse.collections.api.stack.ImmutableStack<T> of(T);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/stack/ImmutableStack;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl this
        start local 1 // java.lang.Object element
         0: .line 42
            aload 0 /* this */
            aload 1 /* element */
            invokevirtual org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl.with:(Ljava/lang/Object;)Lorg/eclipse/collections/api/stack/ImmutableStack;
            areturn
        end local 1 // java.lang.Object element
        end local 0 // org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/stack/immutable/ImmutableStackFactoryImpl;
            0    1     1  element  TT;
    Signature: <T:Ljava/lang/Object;>(TT;)Lorg/eclipse/collections/api/stack/ImmutableStack<TT;>;
    MethodParameters:
         Name  Flags
      element  

  public <T> org.eclipse.collections.api.stack.ImmutableStack<T> with(T);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/stack/ImmutableStack;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl this
        start local 1 // java.lang.Object element
         0: .line 48
            new org.eclipse.collections.impl.stack.immutable.ImmutableNotEmptyStack
            dup
            aload 1 /* element */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl.empty:()Lorg/eclipse/collections/api/stack/ImmutableStack;
            invokespecial org.eclipse.collections.impl.stack.immutable.ImmutableNotEmptyStack.<init>:(Ljava/lang/Object;Lorg/eclipse/collections/api/stack/ImmutableStack;)V
            areturn
        end local 1 // java.lang.Object element
        end local 0 // org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/stack/immutable/ImmutableStackFactoryImpl;
            0    1     1  element  TT;
    Signature: <T:Ljava/lang/Object;>(TT;)Lorg/eclipse/collections/api/stack/ImmutableStack<TT;>;
    MethodParameters:
         Name  Flags
      element  

  public <T> org.eclipse.collections.api.stack.ImmutableStack<T> of(T[]);
    descriptor: ([Ljava/lang/Object;)Lorg/eclipse/collections/api/stack/ImmutableStack;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl this
        start local 1 // java.lang.Object[] elements
         0: .line 54
            aload 0 /* this */
            aload 1 /* elements */
            invokevirtual org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl.with:([Ljava/lang/Object;)Lorg/eclipse/collections/api/stack/ImmutableStack;
            areturn
        end local 1 // java.lang.Object[] elements
        end local 0 // org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/stack/immutable/ImmutableStackFactoryImpl;
            0    1     1  elements  [Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>([TT;)Lorg/eclipse/collections/api/stack/ImmutableStack<TT;>;
    MethodParameters:
          Name  Flags
      elements  

  public <T> org.eclipse.collections.api.stack.ImmutableStack<T> with(T[]);
    descriptor: ([Ljava/lang/Object;)Lorg/eclipse/collections/api/stack/ImmutableStack;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=7, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl this
        start local 1 // java.lang.Object[] elements
         0: .line 60
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl.empty:()Lorg/eclipse/collections/api/stack/ImmutableStack;
            astore 2 /* result */
        start local 2 // org.eclipse.collections.api.stack.ImmutableStack result
         1: .line 61
            aload 1 /* elements */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 5
      StackMap locals: org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl java.lang.Object[] org.eclipse.collections.api.stack.ImmutableStack top int int java.lang.Object[]
      StackMap stack:
         2: aload 6
            iload 4
            aaload
            astore 3 /* element */
        start local 3 // java.lang.Object element
         3: .line 63
            aload 2 /* result */
            aload 3 /* element */
            invokeinterface org.eclipse.collections.api.stack.ImmutableStack.push:(Ljava/lang/Object;)Lorg/eclipse/collections/api/stack/ImmutableStack;
            astore 2 /* result */
        end local 3 // java.lang.Object element
         4: .line 61
            iinc 4 1
      StackMap locals:
      StackMap stack:
         5: iload 4
            iload 5
            if_icmplt 2
         6: .line 65
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.collections.api.stack.ImmutableStack result
        end local 1 // java.lang.Object[] elements
        end local 0 // org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/stack/immutable/ImmutableStackFactoryImpl;
            0    7     1  elements  [Ljava/lang/Object;
            1    7     2    result  Lorg/eclipse/collections/api/stack/ImmutableStack<TT;>;
            3    4     3   element  TT;
    Signature: <T:Ljava/lang/Object;>([TT;)Lorg/eclipse/collections/api/stack/ImmutableStack<TT;>;
    MethodParameters:
          Name  Flags
      elements  

  public <T> org.eclipse.collections.api.stack.ImmutableStack<T> ofAll(java.lang.Iterable<? extends T>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/stack/ImmutableStack;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl this
        start local 1 // java.lang.Iterable items
         0: .line 71
            aload 0 /* this */
            aload 1 /* items */
            invokevirtual org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl.withAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/stack/ImmutableStack;
            areturn
        end local 1 // java.lang.Iterable items
        end local 0 // org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/stack/immutable/ImmutableStackFactoryImpl;
            0    1     1  items  Ljava/lang/Iterable<+TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Iterable<+TT;>;)Lorg/eclipse/collections/api/stack/ImmutableStack<TT;>;
    MethodParameters:
       Name  Flags
      items  

  public <T> org.eclipse.collections.api.stack.ImmutableStack<T> withAll(java.lang.Iterable<? extends T>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/stack/ImmutableStack;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl this
        start local 1 // java.lang.Iterable items
         0: .line 77
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl.empty:()Lorg/eclipse/collections/api/stack/ImmutableStack;
            astore 2 /* result */
        start local 2 // org.eclipse.collections.api.stack.ImmutableStack result
         1: .line 78
            aload 1 /* items */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl java.lang.Iterable org.eclipse.collections.api.stack.ImmutableStack top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Object
            astore 3 /* item */
        start local 3 // java.lang.Object item
         3: .line 80
            aload 2 /* result */
            aload 3 /* item */
            invokeinterface org.eclipse.collections.api.stack.ImmutableStack.push:(Ljava/lang/Object;)Lorg/eclipse/collections/api/stack/ImmutableStack;
            astore 2 /* result */
        end local 3 // java.lang.Object item
         4: .line 78
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 82
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.collections.api.stack.ImmutableStack result
        end local 1 // java.lang.Iterable items
        end local 0 // org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/eclipse/collections/impl/stack/immutable/ImmutableStackFactoryImpl;
            0    6     1   items  Ljava/lang/Iterable<+TT;>;
            1    6     2  result  Lorg/eclipse/collections/api/stack/ImmutableStack<TT;>;
            3    4     3    item  TT;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Iterable<+TT;>;)Lorg/eclipse/collections/api/stack/ImmutableStack<TT;>;
    MethodParameters:
       Name  Flags
      items  

  public <T> org.eclipse.collections.api.stack.ImmutableStack<T> ofReversed(T[]);
    descriptor: ([Ljava/lang/Object;)Lorg/eclipse/collections/api/stack/ImmutableStack;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl this
        start local 1 // java.lang.Object[] elements
         0: .line 88
            aload 0 /* this */
            aload 1 /* elements */
            invokevirtual org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl.withReversed:([Ljava/lang/Object;)Lorg/eclipse/collections/api/stack/ImmutableStack;
            areturn
        end local 1 // java.lang.Object[] elements
        end local 0 // org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/stack/immutable/ImmutableStackFactoryImpl;
            0    1     1  elements  [Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>([TT;)Lorg/eclipse/collections/api/stack/ImmutableStack<TT;>;
    MethodParameters:
          Name  Flags
      elements  

  public <T> org.eclipse.collections.api.stack.ImmutableStack<T> withReversed(T[]);
    descriptor: ([Ljava/lang/Object;)Lorg/eclipse/collections/api/stack/ImmutableStack;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl this
        start local 1 // java.lang.Object[] elements
         0: .line 94
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl.empty:()Lorg/eclipse/collections/api/stack/ImmutableStack;
            astore 2 /* result */
        start local 2 // org.eclipse.collections.api.stack.ImmutableStack result
         1: .line 95
            aload 1 /* elements */
            arraylength
            iconst_1
            isub
            istore 3 /* i */
        start local 3 // int i
         2: goto 6
         3: .line 97
      StackMap locals: org.eclipse.collections.api.stack.ImmutableStack int
      StackMap stack:
            aload 1 /* elements */
            iload 3 /* i */
            aaload
            astore 4 /* element */
        start local 4 // java.lang.Object element
         4: .line 98
            aload 2 /* result */
            aload 4 /* element */
            invokeinterface org.eclipse.collections.api.stack.ImmutableStack.push:(Ljava/lang/Object;)Lorg/eclipse/collections/api/stack/ImmutableStack;
            astore 2 /* result */
        end local 4 // java.lang.Object element
         5: .line 95
            iinc 3 /* i */ -1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            ifge 3
        end local 3 // int i
         7: .line 100
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.collections.api.stack.ImmutableStack result
        end local 1 // java.lang.Object[] elements
        end local 0 // org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/eclipse/collections/impl/stack/immutable/ImmutableStackFactoryImpl;
            0    8     1  elements  [Ljava/lang/Object;
            1    8     2    result  Lorg/eclipse/collections/api/stack/ImmutableStack<TT;>;
            2    7     3         i  I
            4    5     4   element  TT;
    Signature: <T:Ljava/lang/Object;>([TT;)Lorg/eclipse/collections/api/stack/ImmutableStack<TT;>;
    MethodParameters:
          Name  Flags
      elements  

  public <T> org.eclipse.collections.api.stack.ImmutableStack<T> ofAllReversed(java.lang.Iterable<? extends T>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/stack/ImmutableStack;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl this
        start local 1 // java.lang.Iterable items
         0: .line 106
            aload 0 /* this */
            aload 1 /* items */
            invokevirtual org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl.withAllReversed:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/stack/ImmutableStack;
            areturn
        end local 1 // java.lang.Iterable items
        end local 0 // org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/stack/immutable/ImmutableStackFactoryImpl;
            0    1     1  items  Ljava/lang/Iterable<+TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Iterable<+TT;>;)Lorg/eclipse/collections/api/stack/ImmutableStack<TT;>;
    MethodParameters:
       Name  Flags
      items  

  public <T> org.eclipse.collections.api.stack.ImmutableStack<T> withAllReversed(java.lang.Iterable<? extends T>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/stack/ImmutableStack;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl this
        start local 1 // java.lang.Iterable items
         0: .line 112
            aload 0 /* this */
            aload 1 /* items */
            invokestatic org.eclipse.collections.impl.utility.Iterate.toArray:(Ljava/lang/Iterable;)[Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl.withReversed:([Ljava/lang/Object;)Lorg/eclipse/collections/api/stack/ImmutableStack;
            areturn
        end local 1 // java.lang.Iterable items
        end local 0 // org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/stack/immutable/ImmutableStackFactoryImpl;
            0    1     1  items  Ljava/lang/Iterable<+TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Iterable<+TT;>;)Lorg/eclipse/collections/api/stack/ImmutableStack<TT;>;
    MethodParameters:
       Name  Flags
      items  
}
SourceFile: "ImmutableStackFactoryImpl.java"