final class org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack extends org.eclipse.collections.impl.stack.primitive.AbstractDoubleStack implements org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack, java.io.Serializable
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack
super_class: org.eclipse.collections.impl.stack.primitive.AbstractDoubleStack
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
private final org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList delegate;
descriptor: Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private void <init>(double[]);
descriptor: ([D)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.AbstractDoubleStack.<init>:()V
1: aload 0
aload 1
arraylength
invokevirtual org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.checkOptimizedSize:(I)V
2: aload 0
new org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList
dup
aload 1
invokespecial org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.<init>:([D)V
putfield org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;
0 4 1 newElements [D
MethodParameters:
Name Flags
newElements
private void <init>(org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList);
descriptor: (Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial org.eclipse.collections.impl.stack.primitive.AbstractDoubleStack.<init>:()V
1: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:()I
invokevirtual org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.checkOptimizedSize:(I)V
2: aload 0
aload 1
putfield org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;
0 4 1 newElements Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
MethodParameters:
Name Flags
newElements
private void checkOptimizedSize(int);
descriptor: (I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: iload 1
iconst_1
if_icmpgt 2
1: new java.lang.IllegalArgumentException
dup
ldc "Use DoubleStacks.immutable.with() to instantiate an optimized collection"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;
0 3 1 length I
MethodParameters:
Name Flags
length
public static org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack newStack(org.eclipse.collections.api.DoubleIterable);
descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack
dup
aload 0
invokeinterface org.eclipse.collections.api.DoubleIterable.toArray:()[D
invokespecial org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.<init>:([D)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 iterable Lorg/eclipse/collections/api/DoubleIterable;
MethodParameters:
Name Flags
iterable
public static org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack newStackWith(double[]);
descriptor: ([D)Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;
flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
Code:
stack=5, locals=2, args_size=1
start local 0 0: aload 0
arraylength
newarray 7
astore 1
start local 1 1: aload 0
iconst_0
aload 1
iconst_0
aload 0
arraylength
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
2: new org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack
dup
aload 1
invokespecial org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.<init>:([D)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 elements [D
1 3 1 newArray [D
MethodParameters:
Name Flags
elements
public static org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack newStackFromTopToBottom(double[]);
descriptor: ([D)Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;
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.immutable.primitive.ImmutableDoubleArrayStack
dup
aload 0
invokestatic org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.newListWith:([D)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.reverseThis:()Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
invokespecial org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.<init>:(Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 items [D
MethodParameters:
Name Flags
items
public static org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack newStackFromTopToBottom(org.eclipse.collections.api.DoubleIterable);
descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack
dup
aload 0
invokestatic org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.newList:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.reverseThis:()Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
invokespecial org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.<init>:(Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 items Lorg/eclipse/collections/api/DoubleIterable;
MethodParameters:
Name Flags
items
protected org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList getDelegate();
descriptor: ()Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;
public org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack push(double);
descriptor: (D)Lorg/eclipse/collections/api/stack/primitive/ImmutableDoubleStack;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
invokestatic org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.newList:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
astore 3
start local 3 1: aload 3
dload 1
invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.add:(D)Z
pop
2: new org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack
dup
aload 3
invokespecial org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.<init>:(Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;)V
areturn
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;
0 3 1 item D
1 3 3 newDelegate Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
MethodParameters:
Name Flags
item
public org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack pop();
descriptor: ()Lorg/eclipse/collections/api/stack/primitive/ImmutableDoubleStack;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
invokestatic org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.newList:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
astore 1
start local 1 1: aload 1
aload 0
getfield org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:()I
iconst_1
isub
invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.removeAtIndex:(I)D
pop2
2: getstatic org.eclipse.collections.impl.factory.primitive.DoubleStacks.immutable:Lorg/eclipse/collections/api/factory/stack/primitive/ImmutableDoubleStackFactory;
aload 1
invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.toArray:()[D
invokeinterface org.eclipse.collections.api.factory.stack.primitive.ImmutableDoubleStackFactory.with:([D)Lorg/eclipse/collections/api/stack/primitive/ImmutableDoubleStack;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;
1 3 1 newDelegate Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
public org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack pop(int);
descriptor: (I)Lorg/eclipse/collections/api/stack/primitive/ImmutableDoubleStack;
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.immutable.primitive.ImmutableDoubleArrayStack.checkNegativeCount:(I)V
1: iload 1
ifne 3
2: aload 0
areturn
3: StackMap locals:
StackMap stack:
aload 0
iload 1
invokevirtual org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.checkSizeLessThanCount:(I)V
4: aload 0
getfield org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
invokestatic org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.newList:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
astore 2
start local 2 5: goto 8
6: StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList
StackMap stack:
aload 2
aload 2
invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:()I
iconst_1
isub
invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.removeAtIndex:(I)D
pop2
7: iinc 1 -1
8: StackMap locals:
StackMap stack:
iload 1
ifgt 6
9: getstatic org.eclipse.collections.impl.factory.primitive.DoubleStacks.immutable:Lorg/eclipse/collections/api/factory/stack/primitive/ImmutableDoubleStackFactory;
aload 2
invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.toArray:()[D
invokeinterface org.eclipse.collections.api.factory.stack.primitive.ImmutableDoubleStackFactory.with:([D)Lorg/eclipse/collections/api/stack/primitive/ImmutableDoubleStack;
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/immutable/primitive/ImmutableDoubleArrayStack;
0 10 1 count I
5 10 2 newDelegate Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
MethodParameters:
Name Flags
count
private void checkNegativeCount(int);
descriptor: (I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: iload 1
ifge 2
1: new java.lang.IllegalArgumentException
dup
new java.lang.StringBuilder
dup
ldc "Count must be positive but was "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 1
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;
0 3 1 count I
MethodParameters:
Name Flags
count
public org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/stack/primitive/ImmutableDoubleStack;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: getstatic org.eclipse.collections.impl.factory.primitive.DoubleStacks.immutable:Lorg/eclipse/collections/api/factory/stack/primitive/ImmutableDoubleStackFactory;
aload 0
getfield org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.asReversed:()Lorg/eclipse/collections/api/LazyDoubleIterable;
aload 1
invokeinterface org.eclipse.collections.api.LazyDoubleIterable.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/LazyDoubleIterable;
invokeinterface org.eclipse.collections.api.factory.stack.primitive.ImmutableDoubleStackFactory.withAllReversed:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/stack/primitive/ImmutableDoubleStack;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
MethodParameters:
Name Flags
predicate
public org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/stack/primitive/ImmutableDoubleStack;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: getstatic org.eclipse.collections.impl.factory.primitive.DoubleStacks.immutable:Lorg/eclipse/collections/api/factory/stack/primitive/ImmutableDoubleStackFactory;
aload 0
getfield org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.asReversed:()Lorg/eclipse/collections/api/LazyDoubleIterable;
aload 1
invokeinterface org.eclipse.collections.api.LazyDoubleIterable.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/LazyDoubleIterable;
invokeinterface org.eclipse.collections.api.factory.stack.primitive.ImmutableDoubleStackFactory.withAllReversed:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/stack/primitive/ImmutableDoubleStack;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
MethodParameters:
Name Flags
predicate
public <V> org.eclipse.collections.api.stack.ImmutableStack<V> collect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction<? extends V>);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/stack/ImmutableStack;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: getstatic org.eclipse.collections.impl.factory.Stacks.immutable:Lorg/eclipse/collections/api/factory/stack/ImmutableStackFactory;
aload 0
getfield org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.asReversed:()Lorg/eclipse/collections/api/LazyDoubleIterable;
aload 1
invokeinterface org.eclipse.collections.api.LazyDoubleIterable.collect:(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/LazyIterable;
invokeinterface org.eclipse.collections.api.factory.stack.ImmutableStackFactory.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/primitive/ImmutableDoubleArrayStack;
0 1 1 function Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+TV;>;
Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/stack/ImmutableStack<TV;>;
MethodParameters:
Name Flags
function
public org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack toImmutable();
descriptor: ()Lorg/eclipse/collections/api/stack/primitive/ImmutableDoubleStack;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;
public boolean isEmpty();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;
public boolean notEmpty();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;
public org.eclipse.collections.api.list.primitive.MutableDoubleList toSortedList();
descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
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.DoubleArrayList.newList:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.sortThis:()Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;
private java.lang.Object writeReplace();
descriptor: ()Ljava/lang/Object;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack$ImmutableDoubleStackSerializationProxy
dup
aload 0
invokespecial org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack$ImmutableDoubleStackSerializationProxy.<init>:(Lorg/eclipse/collections/api/stack/primitive/DoubleStack;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;
public org.eclipse.collections.api.DoubleIterable select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/DoubleIterable;
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.immutable.primitive.ImmutableDoubleArrayStack.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/stack/primitive/ImmutableDoubleStack;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.ordered.primitive.OrderedDoubleIterable select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/ordered/primitive/OrderedDoubleIterable;
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.immutable.primitive.ImmutableDoubleArrayStack.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/stack/primitive/ImmutableDoubleStack;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.stack.primitive.DoubleStack select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/stack/primitive/DoubleStack;
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.immutable.primitive.ImmutableDoubleArrayStack.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/stack/primitive/ImmutableDoubleStack;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.RichIterable collect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)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.DoubleToObjectFunction
invokevirtual org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.collect:(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/stack/ImmutableStack;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.ordered.OrderedIterable collect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)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.DoubleToObjectFunction
invokevirtual org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.collect:(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/stack/ImmutableStack;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.stack.StackIterable collect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)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.DoubleToObjectFunction
invokevirtual org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.collect:(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/stack/ImmutableStack;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.DoubleIterable reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/DoubleIterable;
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.immutable.primitive.ImmutableDoubleArrayStack.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/stack/primitive/ImmutableDoubleStack;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.ordered.primitive.OrderedDoubleIterable reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/ordered/primitive/OrderedDoubleIterable;
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.immutable.primitive.ImmutableDoubleArrayStack.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/stack/primitive/ImmutableDoubleStack;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.stack.primitive.DoubleStack reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/stack/primitive/DoubleStack;
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.immutable.primitive.ImmutableDoubleArrayStack.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/stack/primitive/ImmutableDoubleStack;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "ImmutableDoubleArrayStack.java"
NestMembers:
org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack$ImmutableDoubleStackSerializationProxy org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack$ImmutableDoubleStackSerializationProxy$1
InnerClasses:
private ImmutableDoubleStackSerializationProxy = org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack$ImmutableDoubleStackSerializationProxy of org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack