public class org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack extends org.eclipse.collections.impl.stack.primitive.AbstractIntStack implements org.eclipse.collections.api.stack.primitive.MutableIntStack, java.io.Externalizable
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack
super_class: org.eclipse.collections.impl.stack.primitive.AbstractIntStack
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
private transient org.eclipse.collections.impl.list.mutable.primitive.IntArrayList delegate;
descriptor: Lorg/eclipse/collections/impl/list/mutable/primitive/IntArrayList;
flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokespecial org.eclipse.collections.impl.stack.primitive.AbstractIntStack.<init>:()V
1: aload 0
new org.eclipse.collections.impl.list.mutable.primitive.IntArrayList
dup
invokespecial org.eclipse.collections.impl.list.mutable.primitive.IntArrayList.<init>:()V
putfield org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/IntArrayList;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/stack/mutable/primitive/IntArrayStack;
private void <init>(int);
descriptor: (I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial org.eclipse.collections.impl.stack.primitive.AbstractIntStack.<init>:()V
1: aload 0
new org.eclipse.collections.impl.list.mutable.primitive.IntArrayList
dup
iload 1
invokespecial org.eclipse.collections.impl.list.mutable.primitive.IntArrayList.<init>:(I)V
putfield org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/IntArrayList;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/stack/mutable/primitive/IntArrayStack;
0 3 1 size I
MethodParameters:
Name Flags
size
private void <init>(int[]);
descriptor: ([I)V
flags: (0x0082) ACC_PRIVATE, ACC_VARARGS
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial org.eclipse.collections.impl.stack.primitive.AbstractIntStack.<init>:()V
1: aload 0
new org.eclipse.collections.impl.list.mutable.primitive.IntArrayList
dup
aload 1
invokespecial org.eclipse.collections.impl.list.mutable.primitive.IntArrayList.<init>:([I)V
putfield org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/IntArrayList;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/stack/mutable/primitive/IntArrayStack;
0 3 1 items [I
MethodParameters:
Name Flags
items
public static org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack newStackFromTopToBottom(int[]);
descriptor: ([I)Lorg/eclipse/collections/impl/stack/mutable/primitive/IntArrayStack;
flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
Code:
stack=3, locals=3, args_size=1
start local 0 0: new org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack
dup
aload 0
arraylength
invokespecial org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.<init>:(I)V
astore 1
start local 1 1: aload 0
arraylength
iconst_1
isub
istore 2
start local 2 2: goto 5
3: StackMap locals: org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack int
StackMap stack:
aload 1
aload 0
iload 2
iaload
invokevirtual org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.push:(I)V
4: iinc 2 -1
StackMap locals:
StackMap stack:
5: iload 2
ifge 3
end local 2 6: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 items [I
1 7 1 stack Lorg/eclipse/collections/impl/stack/mutable/primitive/IntArrayStack;
2 6 2 i I
MethodParameters:
Name Flags
items
public static org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack newStackWith(int[]);
descriptor: ([I)Lorg/eclipse/collections/impl/stack/mutable/primitive/IntArrayStack;
flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack
dup
aload 0
invokespecial org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.<init>:([I)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 items [I
MethodParameters:
Name Flags
items
public static org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack newStack(org.eclipse.collections.api.IntIterable);
descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/stack/mutable/primitive/IntArrayStack;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: new org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack
dup
aload 0
invokeinterface org.eclipse.collections.api.IntIterable.size:()I
invokespecial org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.<init>:(I)V
astore 1
start local 1 1: aload 1
aload 0
invokestatic org.eclipse.collections.impl.list.mutable.primitive.IntArrayList.newList:(Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/IntArrayList;
putfield org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/IntArrayList;
2: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 items Lorg/eclipse/collections/api/IntIterable;
1 3 1 stack Lorg/eclipse/collections/impl/stack/mutable/primitive/IntArrayStack;
MethodParameters:
Name Flags
items
public static org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack newStackFromTopToBottom(org.eclipse.collections.api.IntIterable);
descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/stack/mutable/primitive/IntArrayStack;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: new org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack
dup
aload 0
invokeinterface org.eclipse.collections.api.IntIterable.size:()I
invokespecial org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.<init>:(I)V
astore 1
start local 1 1: aload 1
aload 0
invokestatic org.eclipse.collections.impl.list.mutable.primitive.IntArrayList.newList:(Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/IntArrayList;
invokevirtual org.eclipse.collections.impl.list.mutable.primitive.IntArrayList.reverseThis:()Lorg/eclipse/collections/impl/list/mutable/primitive/IntArrayList;
putfield org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/IntArrayList;
2: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 items Lorg/eclipse/collections/api/IntIterable;
1 3 1 stack Lorg/eclipse/collections/impl/stack/mutable/primitive/IntArrayStack;
MethodParameters:
Name Flags
items
protected org.eclipse.collections.impl.list.mutable.primitive.IntArrayList getDelegate();
descriptor: ()Lorg/eclipse/collections/impl/list/mutable/primitive/IntArrayList;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/IntArrayList;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/stack/mutable/primitive/IntArrayStack;
public void push(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/IntArrayList;
iload 1
invokevirtual org.eclipse.collections.impl.list.mutable.primitive.IntArrayList.add:(I)Z
pop
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/stack/mutable/primitive/IntArrayStack;
0 2 1 item I
MethodParameters:
Name Flags
item
public int pop();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.checkEmptyStack:()V
1: aload 0
getfield org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/IntArrayList;
aload 0
getfield org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/IntArrayList;
invokevirtual org.eclipse.collections.impl.list.mutable.primitive.IntArrayList.size:()I
iconst_1
isub
invokevirtual org.eclipse.collections.impl.list.mutable.primitive.IntArrayList.removeAtIndex:(I)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/stack/mutable/primitive/IntArrayStack;
public org.eclipse.collections.api.list.primitive.IntList pop(int);
descriptor: (I)Lorg/eclipse/collections/api/list/primitive/IntList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokevirtual org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.checkPositiveValueForCount:(I)V
1: aload 0
iload 1
invokevirtual org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.checkSizeLessThanCount:(I)V
2: iload 1
ifne 4
3: new org.eclipse.collections.impl.list.mutable.primitive.IntArrayList
dup
iconst_0
invokespecial org.eclipse.collections.impl.list.mutable.primitive.IntArrayList.<init>:(I)V
areturn
4: StackMap locals:
StackMap stack:
new org.eclipse.collections.impl.list.mutable.primitive.IntArrayList
dup
iload 1
invokespecial org.eclipse.collections.impl.list.mutable.primitive.IntArrayList.<init>:(I)V
astore 2
start local 2 5: goto 8
6: StackMap locals: org.eclipse.collections.api.list.primitive.MutableIntList
StackMap stack:
aload 2
aload 0
invokevirtual org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.pop:()I
invokeinterface org.eclipse.collections.api.list.primitive.MutableIntList.add:(I)Z
pop
7: iinc 1 -1
8: StackMap locals:
StackMap stack:
iload 1
ifgt 6
9: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/eclipse/collections/impl/stack/mutable/primitive/IntArrayStack;
0 10 1 count I
5 10 2 subList Lorg/eclipse/collections/api/list/primitive/MutableIntList;
MethodParameters:
Name Flags
count
public org.eclipse.collections.api.stack.primitive.MutableIntStack select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/stack/primitive/MutableIntStack;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/IntArrayList;
invokevirtual org.eclipse.collections.impl.list.mutable.primitive.IntArrayList.asReversed:()Lorg/eclipse/collections/api/LazyIntIterable;
aload 1
invokeinterface org.eclipse.collections.api.LazyIntIterable.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/LazyIntIterable;
invokestatic org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.newStackFromTopToBottom:(Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/stack/mutable/primitive/IntArrayStack;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/stack/mutable/primitive/IntArrayStack;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
MethodParameters:
Name Flags
predicate
public org.eclipse.collections.api.stack.primitive.MutableIntStack reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/stack/primitive/MutableIntStack;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/IntArrayList;
invokevirtual org.eclipse.collections.impl.list.mutable.primitive.IntArrayList.asReversed:()Lorg/eclipse/collections/api/LazyIntIterable;
aload 1
invokeinterface org.eclipse.collections.api.LazyIntIterable.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/LazyIntIterable;
invokestatic org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.newStackFromTopToBottom:(Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/stack/mutable/primitive/IntArrayStack;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/stack/mutable/primitive/IntArrayStack;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
MethodParameters:
Name Flags
predicate
public <V> org.eclipse.collections.api.stack.MutableStack<V> collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction<? extends V>);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/stack/MutableStack;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/IntArrayList;
invokevirtual org.eclipse.collections.impl.list.mutable.primitive.IntArrayList.asReversed:()Lorg/eclipse/collections/api/LazyIntIterable;
aload 1
invokeinterface org.eclipse.collections.api.LazyIntIterable.collect:(Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/LazyIterable;
invokestatic org.eclipse.collections.impl.stack.mutable.ArrayStack.newStackFromTopToBottom:(Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/stack/mutable/ArrayStack;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/stack/mutable/primitive/IntArrayStack;
0 1 1 function Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction<+TV;>;
Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/stack/MutableStack<TV;>;
MethodParameters:
Name Flags
function
public void clear();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/IntArrayList;
invokevirtual org.eclipse.collections.impl.list.mutable.primitive.IntArrayList.clear:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/stack/mutable/primitive/IntArrayStack;
public org.eclipse.collections.api.list.primitive.MutableIntList toSortedList();
descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableIntList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic org.eclipse.collections.impl.list.mutable.primitive.IntArrayList.newList:(Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/IntArrayList;
invokevirtual org.eclipse.collections.impl.list.mutable.primitive.IntArrayList.sortThis:()Lorg/eclipse/collections/impl/list/mutable/primitive/IntArrayList;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/stack/mutable/primitive/IntArrayStack;
public org.eclipse.collections.api.stack.primitive.MutableIntStack asUnmodifiable();
descriptor: ()Lorg/eclipse/collections/api/stack/primitive/MutableIntStack;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableIntStack
dup
aload 0
invokespecial org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableIntStack.<init>:(Lorg/eclipse/collections/api/stack/primitive/MutableIntStack;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/stack/mutable/primitive/IntArrayStack;
public org.eclipse.collections.api.stack.primitive.MutableIntStack asSynchronized();
descriptor: ()Lorg/eclipse/collections/api/stack/primitive/MutableIntStack;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedIntStack
dup
aload 0
invokespecial org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedIntStack.<init>:(Lorg/eclipse/collections/api/stack/primitive/MutableIntStack;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/stack/mutable/primitive/IntArrayStack;
public org.eclipse.collections.api.stack.primitive.ImmutableIntStack toImmutable();
descriptor: ()Lorg/eclipse/collections/api/stack/primitive/ImmutableIntStack;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic org.eclipse.collections.impl.factory.primitive.IntStacks.immutable:Lorg/eclipse/collections/api/factory/stack/primitive/ImmutableIntStackFactory;
aload 0
getfield org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/IntArrayList;
invokeinterface org.eclipse.collections.api.factory.stack.primitive.ImmutableIntStackFactory.withAll:(Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/stack/primitive/ImmutableIntStack;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/stack/mutable/primitive/IntArrayStack;
public org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack newEmpty();
descriptor: ()Lorg/eclipse/collections/impl/stack/mutable/primitive/IntArrayStack;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack
dup
invokespecial org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.<init>:()V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/stack/mutable/primitive/IntArrayStack;
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 1
aload 0
if_acmpne 2
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 1
instanceof org.eclipse.collections.api.stack.primitive.IntStack
ifne 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 1
checkcast org.eclipse.collections.api.stack.primitive.IntStack
astore 2
start local 2 5: aload 0
invokevirtual org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.size:()I
aload 2
invokeinterface org.eclipse.collections.api.stack.primitive.IntStack.size:()I
if_icmpeq 7
6: iconst_0
ireturn
7: StackMap locals: org.eclipse.collections.api.stack.primitive.IntStack
StackMap stack:
iconst_0
istore 3
start local 3 8: goto 12
9: StackMap locals: int
StackMap stack:
aload 0
iload 3
invokevirtual org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.peekAt:(I)I
aload 2
iload 3
invokeinterface org.eclipse.collections.api.stack.primitive.IntStack.peekAt:(I)I
if_icmpeq 11
10: iconst_0
ireturn
11: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
12: iload 3
aload 0
invokevirtual org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.size:()I
if_icmplt 9
end local 3 13: iconst_1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lorg/eclipse/collections/impl/stack/mutable/primitive/IntArrayStack;
0 14 1 otherStack Ljava/lang/Object;
5 14 2 stack Lorg/eclipse/collections/api/stack/primitive/IntStack;
8 13 3 i I
MethodParameters:
Name Flags
otherStack
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=1
start local 0 0: iconst_1
istore 1
start local 1 1: aload 0
invokevirtual org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.size:()I
iconst_1
isub
istore 2
start local 2 2: goto 6
3: StackMap locals: int int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/IntArrayList;
iload 2
invokevirtual org.eclipse.collections.impl.list.mutable.primitive.IntArrayList.get:(I)I
istore 3
start local 3 4: bipush 31
iload 1
imul
iload 3
iadd
istore 1
end local 3 5: iinc 2 -1
StackMap locals:
StackMap stack:
6: iload 2
ifge 3
end local 2 7: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/eclipse/collections/impl/stack/mutable/primitive/IntArrayStack;
1 8 1 hashCode I
2 7 2 i I
4 5 3 item I
public void writeExternal(java.io.ObjectOutput);
descriptor: (Ljava/io/ObjectOutput;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 1
aload 0
invokevirtual org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.size:()I
invokeinterface java.io.ObjectOutput.writeInt:(I)V
1: aload 0
getfield org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/IntArrayList;
invokevirtual org.eclipse.collections.impl.list.mutable.primitive.IntArrayList.asReversed:()Lorg/eclipse/collections/api/LazyIntIterable;
invokeinterface org.eclipse.collections.api.LazyIntIterable.intIterator:()Lorg/eclipse/collections/api/iterator/IntIterator;
astore 2
start local 2 2: goto 5
3: StackMap locals: org.eclipse.collections.api.iterator.IntIterator
StackMap stack:
aload 2
invokeinterface org.eclipse.collections.api.iterator.IntIterator.next:()I
istore 3
start local 3 4: aload 1
iload 3
invokeinterface java.io.ObjectOutput.writeInt:(I)V
end local 3 5: StackMap locals:
StackMap stack:
aload 2
invokeinterface org.eclipse.collections.api.iterator.IntIterator.hasNext:()Z
ifne 3
6: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/collections/impl/stack/mutable/primitive/IntArrayStack;
0 7 1 out Ljava/io/ObjectOutput;
2 7 2 iterator Lorg/eclipse/collections/api/iterator/IntIterator;
4 5 3 each I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
out
public void readExternal(java.io.ObjectInput);
descriptor: (Ljava/io/ObjectInput;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface java.io.ObjectInput.readInt:()I
istore 2
start local 2 1: iload 2
newarray 10
astore 3
start local 3 2: iload 2
iconst_1
isub
istore 4
start local 4 3: goto 6
4: StackMap locals: int int[] int
StackMap stack:
aload 3
iload 4
aload 1
invokeinterface java.io.ObjectInput.readInt:()I
iastore
5: iinc 4 -1
StackMap locals:
StackMap stack:
6: iload 4
ifge 4
end local 4 7: aload 0
aload 3
invokestatic org.eclipse.collections.impl.list.mutable.primitive.IntArrayList.newListWith:([I)Lorg/eclipse/collections/impl/list/mutable/primitive/IntArrayList;
putfield org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/IntArrayList;
8: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/eclipse/collections/impl/stack/mutable/primitive/IntArrayStack;
0 9 1 in Ljava/io/ObjectInput;
1 9 2 size I
2 9 3 array [I
3 7 4 i I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
in
public org.eclipse.collections.api.IntIterable select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/IntIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/stack/primitive/MutableIntStack;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.ordered.primitive.OrderedIntIterable select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/ordered/primitive/OrderedIntIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/stack/primitive/MutableIntStack;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.stack.primitive.IntStack select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/stack/primitive/IntStack;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/stack/primitive/MutableIntStack;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.RichIterable collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/RichIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.function.primitive.IntToObjectFunction
invokevirtual org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.collect:(Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/stack/MutableStack;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.ordered.OrderedIterable collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/ordered/OrderedIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.function.primitive.IntToObjectFunction
invokevirtual org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.collect:(Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/stack/MutableStack;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.stack.StackIterable collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/stack/StackIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.function.primitive.IntToObjectFunction
invokevirtual org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.collect:(Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/stack/MutableStack;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.IntIterable reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/IntIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/stack/primitive/MutableIntStack;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.ordered.primitive.OrderedIntIterable reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/ordered/primitive/OrderedIntIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/stack/primitive/MutableIntStack;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.stack.primitive.IntStack reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/stack/primitive/IntStack;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/stack/primitive/MutableIntStack;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.stack.primitive.MutableIntStack newEmpty();
descriptor: ()Lorg/eclipse/collections/api/stack/primitive/MutableIntStack;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStack.newEmpty:()Lorg/eclipse/collections/impl/stack/mutable/primitive/IntArrayStack;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "IntArrayStack.java"