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: 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 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 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 0: getstatic org.eclipse.collections.impl.stack.immutable.ImmutableEmptyStack.INSTANCE:Lorg/eclipse/collections/api/stack/ImmutableStack;
areturn
end local 0 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 0: aload 0
invokevirtual org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl.empty:()Lorg/eclipse/collections/api/stack/ImmutableStack;
areturn
end local 0 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 0: aload 0
invokevirtual org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl.empty:()Lorg/eclipse/collections/api/stack/ImmutableStack;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl.with:(Ljava/lang/Object;)Lorg/eclipse/collections/api/stack/ImmutableStack;
areturn
end local 1 end local 0 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 start local 1 0: new org.eclipse.collections.impl.stack.immutable.ImmutableNotEmptyStack
dup
aload 1
aload 0
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 end local 0 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 start local 1 0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl.with:([Ljava/lang/Object;)Lorg/eclipse/collections/api/stack/ImmutableStack;
areturn
end local 1 end local 0 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 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl.empty:()Lorg/eclipse/collections/api/stack/ImmutableStack;
astore 2
start local 2 1: aload 1
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
start local 3 3: aload 2
aload 3
invokeinterface org.eclipse.collections.api.stack.ImmutableStack.push:(Ljava/lang/Object;)Lorg/eclipse/collections/api/stack/ImmutableStack;
astore 2
end local 3 4: iinc 4 1
StackMap locals:
StackMap stack:
5: iload 4
iload 5
if_icmplt 2
6: aload 2
areturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl.withAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/stack/ImmutableStack;
areturn
end local 1 end local 0 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 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl.empty:()Lorg/eclipse/collections/api/stack/ImmutableStack;
astore 2
start local 2 1: aload 1
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
start local 3 3: aload 2
aload 3
invokeinterface org.eclipse.collections.api.stack.ImmutableStack.push:(Ljava/lang/Object;)Lorg/eclipse/collections/api/stack/ImmutableStack;
astore 2
end local 3 4: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
5: aload 2
areturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl.withReversed:([Ljava/lang/Object;)Lorg/eclipse/collections/api/stack/ImmutableStack;
areturn
end local 1 end local 0 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 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl.empty:()Lorg/eclipse/collections/api/stack/ImmutableStack;
astore 2
start local 2 1: aload 1
arraylength
iconst_1
isub
istore 3
start local 3 2: goto 6
3: StackMap locals: org.eclipse.collections.api.stack.ImmutableStack int
StackMap stack:
aload 1
iload 3
aaload
astore 4
start local 4 4: aload 2
aload 4
invokeinterface org.eclipse.collections.api.stack.ImmutableStack.push:(Ljava/lang/Object;)Lorg/eclipse/collections/api/stack/ImmutableStack;
astore 2
end local 4 5: iinc 3 -1
StackMap locals:
StackMap stack:
6: iload 3
ifge 3
end local 3 7: aload 2
areturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.stack.immutable.ImmutableStackFactoryImpl.withAllReversed:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/stack/ImmutableStack;
areturn
end local 1 end local 0 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 start local 1 0: aload 0
aload 1
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 end local 0 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"