public abstract class org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable implements org.eclipse.collections.api.LazyLongIterable
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable
super_class: java.lang.Object
{
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/lazy/primitive/AbstractLazyLongIterable;
public void forEach(org.eclipse.collections.api.block.procedure.primitive.LongProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)V
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.lazy.primitive.AbstractLazyLongIterable.each:(Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
0 2 1 procedure Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;
MethodParameters:
Name Flags
procedure
public int size();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokestatic org.eclipse.collections.impl.block.factory.primitive.LongPredicates.alwaysTrue:()Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable.count:(Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
ldc "["
ldc ", "
ldc "]"
invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable.makeString:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
public boolean isEmpty();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic org.eclipse.collections.impl.utility.internal.primitive.LongIterableIterate.isEmpty:(Lorg/eclipse/collections/api/LongIterable;)Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
public boolean notEmpty();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic org.eclipse.collections.impl.utility.internal.primitive.LongIterableIterate.notEmpty:(Lorg/eclipse/collections/api/LongIterable;)Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
public java.lang.String makeString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
ldc ", "
invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable.makeString:(Ljava/lang/String;)Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
public java.lang.String makeString(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
ldc ""
aload 1
ldc ""
invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable.makeString:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
0 1 1 separator Ljava/lang/String;
MethodParameters:
Name Flags
separator
public java.lang.String makeString(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
astore 4
start local 4 1: aload 0
aload 4
aload 1
aload 2
aload 3
invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable.appendString:(Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
2: aload 4
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
0 3 1 start Ljava/lang/String;
0 3 2 separator Ljava/lang/String;
0 3 3 end Ljava/lang/String;
1 3 4 stringBuilder Ljava/lang/Appendable;
MethodParameters:
Name Flags
start
separator
end
public void appendString(java.lang.Appendable);
descriptor: (Ljava/lang/Appendable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
ldc ", "
invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable.appendString:(Ljava/lang/Appendable;Ljava/lang/String;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
0 2 1 appendable Ljava/lang/Appendable;
MethodParameters:
Name Flags
appendable
public void appendString(java.lang.Appendable, java.lang.String);
descriptor: (Ljava/lang/Appendable;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
ldc ""
aload 2
ldc ""
invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable.appendString:(Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
0 2 1 appendable Ljava/lang/Appendable;
0 2 2 separator Ljava/lang/String;
MethodParameters:
Name Flags
appendable
separator
public void appendString(java.lang.Appendable, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokestatic org.eclipse.collections.impl.utility.internal.primitive.LongIterableIterate.appendString:(Lorg/eclipse/collections/api/LongIterable;Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
1: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
0 2 1 appendable Ljava/lang/Appendable;
0 2 2 start Ljava/lang/String;
0 2 3 separator Ljava/lang/String;
0 2 4 end Ljava/lang/String;
MethodParameters:
Name Flags
appendable
start
separator
end
public boolean contains(long);
descriptor: (J)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
lload 1
invokestatic org.eclipse.collections.impl.block.factory.primitive.LongPredicates.equal:(J)Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable.anySatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
0 1 1 value J
MethodParameters:
Name Flags
value
public boolean containsAll(long[]);
descriptor: ([J)Z
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getstatic org.eclipse.collections.impl.factory.primitive.LongSets.immutable:Lorg/eclipse/collections/api/factory/set/primitive/ImmutableLongSetFactory;
aload 1
invokeinterface org.eclipse.collections.api.factory.set.primitive.ImmutableLongSetFactory.of:([J)Lorg/eclipse/collections/api/set/primitive/ImmutableLongSet;
invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable.containsAll:(Lorg/eclipse/collections/api/LongIterable;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
0 1 1 source [J
MethodParameters:
Name Flags
source
public boolean containsAll(org.eclipse.collections.api.LongIterable);
descriptor: (Lorg/eclipse/collections/api/LongIterable;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
invokedynamic accept(Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;)Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
Method arguments:
(J)Z
org/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable.lambda$0(J)Z (7)
(J)Z
1
invokeinterface org.eclipse.collections.api.LongIterable.allSatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
0 1 1 source Lorg/eclipse/collections/api/LongIterable;
MethodParameters:
Name Flags
source
public org.eclipse.collections.api.LazyLongIterable select(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/LazyLongIterable;
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.primitive.LazyLongIterate.select:(Lorg/eclipse/collections/api/LongIterable;Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/LazyLongIterable;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
MethodParameters:
Name Flags
predicate
public org.eclipse.collections.api.LazyLongIterable reject(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/LazyLongIterable;
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.block.factory.primitive.LongPredicates.not:(Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
invokestatic org.eclipse.collections.impl.utility.primitive.LazyLongIterate.select:(Lorg/eclipse/collections/api/LongIterable;Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/LazyLongIterable;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
MethodParameters:
Name Flags
predicate
public org.eclipse.collections.api.LazyLongIterable tap(org.eclipse.collections.api.block.procedure.primitive.LongProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)Lorg/eclipse/collections/api/LazyLongIterable;
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.primitive.LazyLongIterate.tap:(Lorg/eclipse/collections/api/LongIterable;Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)Lorg/eclipse/collections/api/LazyLongIterable;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
0 1 1 procedure Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;
MethodParameters:
Name Flags
procedure
public <V> org.eclipse.collections.api.LazyIterable<V> collect(org.eclipse.collections.api.block.function.primitive.LongToObjectFunction<? extends V>);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction;)Lorg/eclipse/collections/api/LazyIterable;
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.primitive.LazyLongIterate.collect:(Lorg/eclipse/collections/api/LongIterable;Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction;)Lorg/eclipse/collections/api/LazyIterable;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
0 1 1 function Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction<+TV;>;
Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/LazyIterable<TV;>;
MethodParameters:
Name Flags
function
public <V> org.eclipse.collections.api.LazyIterable<V> flatCollect(org.eclipse.collections.api.block.function.primitive.LongToObjectFunction<? extends java.lang.Iterable<V>>);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction;)Lorg/eclipse/collections/api/LazyIterable;
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.primitive.LazyLongIterate.flatCollect:(Lorg/eclipse/collections/api/LongIterable;Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction;)Lorg/eclipse/collections/api/LazyIterable;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
0 1 1 function Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction<+Ljava/lang/Iterable<TV;>;>;
Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction<+Ljava/lang/Iterable<TV;>;>;)Lorg/eclipse/collections/api/LazyIterable<TV;>;
MethodParameters:
Name Flags
function
public org.eclipse.collections.api.LazyBooleanIterable collectBoolean(org.eclipse.collections.api.block.function.primitive.LongToBooleanFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongToBooleanFunction;)Lorg/eclipse/collections/api/LazyBooleanIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.lazy.primitive.CollectLongToBooleanIterable
dup
aload 0
aload 1
invokespecial org.eclipse.collections.impl.lazy.primitive.CollectLongToBooleanIterable.<init>:(Lorg/eclipse/collections/api/LongIterable;Lorg/eclipse/collections/api/block/function/primitive/LongToBooleanFunction;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
0 1 1 function Lorg/eclipse/collections/api/block/function/primitive/LongToBooleanFunction;
MethodParameters:
Name Flags
function
public org.eclipse.collections.api.LazyByteIterable collectByte(org.eclipse.collections.api.block.function.primitive.LongToByteFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongToByteFunction;)Lorg/eclipse/collections/api/LazyByteIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.lazy.primitive.CollectLongToByteIterable
dup
aload 0
aload 1
invokespecial org.eclipse.collections.impl.lazy.primitive.CollectLongToByteIterable.<init>:(Lorg/eclipse/collections/api/LongIterable;Lorg/eclipse/collections/api/block/function/primitive/LongToByteFunction;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
0 1 1 function Lorg/eclipse/collections/api/block/function/primitive/LongToByteFunction;
MethodParameters:
Name Flags
function
public org.eclipse.collections.api.LazyCharIterable collectChar(org.eclipse.collections.api.block.function.primitive.LongToCharFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongToCharFunction;)Lorg/eclipse/collections/api/LazyCharIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.lazy.primitive.CollectLongToCharIterable
dup
aload 0
aload 1
invokespecial org.eclipse.collections.impl.lazy.primitive.CollectLongToCharIterable.<init>:(Lorg/eclipse/collections/api/LongIterable;Lorg/eclipse/collections/api/block/function/primitive/LongToCharFunction;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
0 1 1 function Lorg/eclipse/collections/api/block/function/primitive/LongToCharFunction;
MethodParameters:
Name Flags
function
public org.eclipse.collections.api.LazyShortIterable collectShort(org.eclipse.collections.api.block.function.primitive.LongToShortFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongToShortFunction;)Lorg/eclipse/collections/api/LazyShortIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.lazy.primitive.CollectLongToShortIterable
dup
aload 0
aload 1
invokespecial org.eclipse.collections.impl.lazy.primitive.CollectLongToShortIterable.<init>:(Lorg/eclipse/collections/api/LongIterable;Lorg/eclipse/collections/api/block/function/primitive/LongToShortFunction;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
0 1 1 function Lorg/eclipse/collections/api/block/function/primitive/LongToShortFunction;
MethodParameters:
Name Flags
function
public org.eclipse.collections.api.LazyIntIterable collectInt(org.eclipse.collections.api.block.function.primitive.LongToIntFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongToIntFunction;)Lorg/eclipse/collections/api/LazyIntIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.lazy.primitive.CollectLongToIntIterable
dup
aload 0
aload 1
invokespecial org.eclipse.collections.impl.lazy.primitive.CollectLongToIntIterable.<init>:(Lorg/eclipse/collections/api/LongIterable;Lorg/eclipse/collections/api/block/function/primitive/LongToIntFunction;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
0 1 1 function Lorg/eclipse/collections/api/block/function/primitive/LongToIntFunction;
MethodParameters:
Name Flags
function
public org.eclipse.collections.api.LazyFloatIterable collectFloat(org.eclipse.collections.api.block.function.primitive.LongToFloatFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongToFloatFunction;)Lorg/eclipse/collections/api/LazyFloatIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.lazy.primitive.CollectLongToFloatIterable
dup
aload 0
aload 1
invokespecial org.eclipse.collections.impl.lazy.primitive.CollectLongToFloatIterable.<init>:(Lorg/eclipse/collections/api/LongIterable;Lorg/eclipse/collections/api/block/function/primitive/LongToFloatFunction;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
0 1 1 function Lorg/eclipse/collections/api/block/function/primitive/LongToFloatFunction;
MethodParameters:
Name Flags
function
public org.eclipse.collections.api.LazyLongIterable collectLong(org.eclipse.collections.api.block.function.primitive.LongToLongFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongToLongFunction;)Lorg/eclipse/collections/api/LazyLongIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.lazy.primitive.CollectLongToLongIterable
dup
aload 0
aload 1
invokespecial org.eclipse.collections.impl.lazy.primitive.CollectLongToLongIterable.<init>:(Lorg/eclipse/collections/api/LongIterable;Lorg/eclipse/collections/api/block/function/primitive/LongToLongFunction;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
0 1 1 function Lorg/eclipse/collections/api/block/function/primitive/LongToLongFunction;
MethodParameters:
Name Flags
function
public org.eclipse.collections.api.LazyDoubleIterable collectDouble(org.eclipse.collections.api.block.function.primitive.LongToDoubleFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongToDoubleFunction;)Lorg/eclipse/collections/api/LazyDoubleIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.lazy.primitive.CollectLongToDoubleIterable
dup
aload 0
aload 1
invokespecial org.eclipse.collections.impl.lazy.primitive.CollectLongToDoubleIterable.<init>:(Lorg/eclipse/collections/api/LongIterable;Lorg/eclipse/collections/api/block/function/primitive/LongToDoubleFunction;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
0 1 1 function Lorg/eclipse/collections/api/block/function/primitive/LongToDoubleFunction;
MethodParameters:
Name Flags
function
public long detectIfNone(org.eclipse.collections.api.block.predicate.primitive.LongPredicate, long);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;J)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
lload 2
invokestatic org.eclipse.collections.impl.utility.internal.primitive.LongIterableIterate.detectIfNone:(Lorg/eclipse/collections/api/LongIterable;Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;J)J
lreturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
0 1 2 ifNone J
MethodParameters:
Name Flags
predicate
ifNone
public int count(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)I
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.internal.primitive.LongIterableIterate.count:(Lorg/eclipse/collections/api/LongIterable;Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
MethodParameters:
Name Flags
predicate
public boolean anySatisfy(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Z
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.internal.primitive.LongIterableIterate.anySatisfy:(Lorg/eclipse/collections/api/LongIterable;Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
MethodParameters:
Name Flags
predicate
public boolean allSatisfy(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Z
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.internal.primitive.LongIterableIterate.allSatisfy:(Lorg/eclipse/collections/api/LongIterable;Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
MethodParameters:
Name Flags
predicate
public boolean noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Z
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.internal.primitive.LongIterableIterate.noneSatisfy:(Lorg/eclipse/collections/api/LongIterable;Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
MethodParameters:
Name Flags
predicate
public <T> T injectInto(T, org.eclipse.collections.api.block.function.primitive.ObjectLongToObjectFunction<? super T, ? extends T>);
descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectLongToObjectFunction;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokestatic org.eclipse.collections.impl.utility.internal.primitive.LongIterableIterate.injectInto:(Lorg/eclipse/collections/api/LongIterable;Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectLongToObjectFunction;)Ljava/lang/Object;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
0 1 1 injectedValue TT;
0 1 2 function Lorg/eclipse/collections/api/block/function/primitive/ObjectLongToObjectFunction<-TT;+TT;>;
Signature: <T:Ljava/lang/Object;>(TT;Lorg/eclipse/collections/api/block/function/primitive/ObjectLongToObjectFunction<-TT;+TT;>;)TT;
MethodParameters:
Name Flags
injectedValue
function
public org.eclipse.collections.api.RichIterable<org.eclipse.collections.api.LongIterable> chunk(int);
descriptor: (I)Lorg/eclipse/collections/api/RichIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.lazy.primitive.ChunkLongIterable
dup
aload 0
iload 1
invokespecial org.eclipse.collections.impl.lazy.primitive.ChunkLongIterable.<init>:(Lorg/eclipse/collections/api/LongIterable;I)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
0 1 1 size I
Signature: (I)Lorg/eclipse/collections/api/RichIterable<Lorg/eclipse/collections/api/LongIterable;>;
MethodParameters:
Name Flags
size
public long[] toArray();
descriptor: ()[J
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable.toList:()Lorg/eclipse/collections/api/list/primitive/MutableLongList;
invokeinterface org.eclipse.collections.api.list.primitive.MutableLongList.toArray:()[J
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
public org.eclipse.collections.api.list.primitive.MutableLongList toList();
descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableLongList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: new org.eclipse.collections.impl.list.mutable.primitive.LongArrayList
dup
invokespecial org.eclipse.collections.impl.list.mutable.primitive.LongArrayList.<init>:()V
astore 1
start local 1 1: aload 0
aload 1
dup
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
pop
invokedynamic value(Lorg/eclipse/collections/api/list/primitive/MutableLongList;)Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
Method arguments:
(J)V
org/eclipse/collections/api/collection/primitive/MutableLongCollection.add(J)Z (9 itf)
(J)V
1
invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)V
2: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
1 3 1 list Lorg/eclipse/collections/api/list/primitive/MutableLongList;
public org.eclipse.collections.api.set.primitive.MutableLongSet toSet();
descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: new org.eclipse.collections.impl.set.mutable.primitive.LongHashSet
dup
invokespecial org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.<init>:()V
astore 1
start local 1 1: aload 0
aload 1
dup
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
pop
invokedynamic value(Lorg/eclipse/collections/api/set/primitive/MutableLongSet;)Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
Method arguments:
(J)V
org/eclipse/collections/api/collection/primitive/MutableLongCollection.add(J)Z (9 itf)
(J)V
1
invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)V
2: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
1 3 1 set Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
public org.eclipse.collections.api.bag.primitive.MutableLongBag toBag();
descriptor: ()Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: new org.eclipse.collections.impl.bag.mutable.primitive.LongHashBag
dup
invokespecial org.eclipse.collections.impl.bag.mutable.primitive.LongHashBag.<init>:()V
astore 1
start local 1 1: aload 0
aload 1
dup
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
pop
invokedynamic value(Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;)Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
Method arguments:
(J)V
org/eclipse/collections/api/collection/primitive/MutableLongCollection.add(J)Z (9 itf)
(J)V
1
invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)V
2: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
1 3 1 bag Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
public long sum();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: new org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable$LongSumProcedure
dup
invokespecial org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable$LongSumProcedure.<init>:()V
astore 1
start local 1 1: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)V
2: aload 1
invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable$LongSumProcedure.getValue:()J
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
1 3 1 procedure Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable$LongSumProcedure;
public long max();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable.isEmpty:()Z
ifeq 2
1: new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
new org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable$LongMaxProcedure
dup
invokespecial org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable$LongMaxProcedure.<init>:()V
astore 1
start local 1 3: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)V
4: aload 1
invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable$LongMaxProcedure.getValue:()J
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
3 5 1 procedure Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable$LongMaxProcedure;
public long maxIfEmpty(long);
descriptor: (J)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable.isEmpty:()Z
ifeq 2
1: lload 1
lreturn
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable.max:()J
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
0 3 1 ifEmpty J
MethodParameters:
Name Flags
ifEmpty
public long min();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable.isEmpty:()Z
ifeq 2
1: new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
new org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable$LongMinProcedure
dup
invokespecial org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable$LongMinProcedure.<init>:()V
astore 1
start local 1 3: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)V
4: aload 1
invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable$LongMinProcedure.getValue:()J
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
3 5 1 procedure Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable$LongMinProcedure;
public long minIfEmpty(long);
descriptor: (J)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable.isEmpty:()Z
ifeq 2
1: lload 1
lreturn
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable.min:()J
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
0 3 1 ifEmpty J
MethodParameters:
Name Flags
ifEmpty
public double average();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable.isEmpty:()Z
ifeq 2
1: new java.lang.ArithmeticException
dup
invokespecial java.lang.ArithmeticException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable.sum:()J
l2d
aload 0
invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable.size:()I
i2d
ddiv
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
public double median();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=7, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable.isEmpty:()Z
ifeq 2
1: new java.lang.ArithmeticException
dup
invokespecial java.lang.ArithmeticException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable.toSortedArray:()[J
astore 1
start local 1 3: aload 1
arraylength
iconst_1
ishr
istore 2
start local 2 4: aload 1
arraylength
iconst_1
if_icmple 8
aload 1
arraylength
iconst_1
iand
ifne 8
5: aload 1
iload 2
laload
lstore 3
start local 3 6: aload 1
iload 2
iconst_1
isub
laload
lstore 5
start local 5 7: lload 3
l2d
lload 5
l2d
dadd
ldc 2.0
ddiv
dreturn
end local 5 end local 3 8: StackMap locals: long[] int
StackMap stack:
aload 1
iload 2
laload
l2d
dreturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
3 9 1 sortedArray [J
4 9 2 middleIndex I
6 8 3 first J
7 8 5 second J
public long[] toSortedArray();
descriptor: ()[J
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable.toSortedList:()Lorg/eclipse/collections/api/list/primitive/MutableLongList;
invokeinterface org.eclipse.collections.api.list.primitive.MutableLongList.toArray:()[J
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
public org.eclipse.collections.api.list.primitive.MutableLongList toSortedList();
descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableLongList;
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.LongArrayList.newList:(Lorg/eclipse/collections/api/LongIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/LongArrayList;
invokevirtual org.eclipse.collections.impl.list.mutable.primitive.LongArrayList.sortThis:()Lorg/eclipse/collections/impl/list/mutable/primitive/LongArrayList;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
public org.eclipse.collections.api.LazyLongIterable asLazy();
descriptor: ()Lorg/eclipse/collections/api/LazyLongIterable;
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/lazy/primitive/AbstractLazyLongIterable;
public org.eclipse.collections.api.LongIterable select(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/LongIterable;
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.lazy.primitive.AbstractLazyLongIterable.select:(Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/LazyLongIterable;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.RichIterable collect(org.eclipse.collections.api.block.function.primitive.LongToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction;)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.LongToObjectFunction
invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable.collect:(Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction;)Lorg/eclipse/collections/api/LazyIterable;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.LongIterable tap(org.eclipse.collections.api.block.procedure.primitive.LongProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)Lorg/eclipse/collections/api/LongIterable;
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.lazy.primitive.AbstractLazyLongIterable.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)Lorg/eclipse/collections/api/LazyLongIterable;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.LongIterable reject(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/LongIterable;
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.lazy.primitive.AbstractLazyLongIterable.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/LazyLongIterable;
areturn
LocalVariableTable:
Start End Slot Name Signature
private boolean lambda$0(long);
descriptor: (J)Z
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
lload 1
invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable.contains:(J)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;
0 1 1 value J
private static java.lang.Object $deserializeLambda$(java.lang.invoke.SerializedLambda);
descriptor: (Ljava/lang/invoke/SerializedLambda;)Ljava/lang/Object;
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=7, locals=3, args_size=1
0: aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodName:()Ljava/lang/String;
astore 1
iconst_m1
istore 2
aload 1
invokevirtual java.lang.String.hashCode:()I
lookupswitch { // 2
-1647345005: 1
96417: 2
default: 5
}
StackMap locals: java.lang.String int
StackMap stack:
1: aload 1
ldc "lambda$0"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 5
iconst_0
istore 2
goto 5
StackMap locals:
StackMap stack:
2: aload 1
ldc "add"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 3
iconst_1
istore 2
goto 5
StackMap locals:
StackMap stack:
3: aload 1
ldc "add"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 4
iconst_1
istore 2
goto 5
StackMap locals:
StackMap stack:
4: aload 1
ldc "add"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 5
iconst_1
istore 2
StackMap locals:
StackMap stack:
5: iload 2
lookupswitch { // 2
0: 6
1: 7
default: 10
}
StackMap locals:
StackMap stack:
6: aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
bipush 7
if_icmpne 10
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
ldc "org/eclipse/collections/api/block/predicate/primitive/LongPredicate"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 10
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
ldc "accept"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 10
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
ldc "(J)Z"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 10
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
ldc "org/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 10
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
ldc "(J)Z"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 10
aload 0
iconst_0
invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
checkcast org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable
invokedynamic accept(Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable;)Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
Method arguments:
(J)Z
org/eclipse/collections/impl/lazy/primitive/AbstractLazyLongIterable.lambda$0(J)Z (7)
(J)Z
1
areturn
StackMap locals:
StackMap stack:
7: aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
bipush 9
if_icmpne 8
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
ldc "org/eclipse/collections/api/block/procedure/primitive/LongProcedure"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 8
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
ldc "value"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 8
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
ldc "(J)V"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 8
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
ldc "org/eclipse/collections/api/collection/primitive/MutableLongCollection"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 8
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
ldc "(J)Z"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 8
aload 0
iconst_0
invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
checkcast org.eclipse.collections.api.list.primitive.MutableLongList
invokedynamic value(Lorg/eclipse/collections/api/list/primitive/MutableLongList;)Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
Method arguments:
(J)V
org/eclipse/collections/api/collection/primitive/MutableLongCollection.add(J)Z (9 itf)
(J)V
1
areturn
StackMap locals:
StackMap stack:
8: aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
bipush 9
if_icmpne 9
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
ldc "org/eclipse/collections/api/block/procedure/primitive/LongProcedure"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 9
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
ldc "value"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 9
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
ldc "(J)V"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 9
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
ldc "org/eclipse/collections/api/collection/primitive/MutableLongCollection"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 9
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
ldc "(J)Z"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 9
aload 0
iconst_0
invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
checkcast org.eclipse.collections.api.set.primitive.MutableLongSet
invokedynamic value(Lorg/eclipse/collections/api/set/primitive/MutableLongSet;)Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
Method arguments:
(J)V
org/eclipse/collections/api/collection/primitive/MutableLongCollection.add(J)Z (9 itf)
(J)V
1
areturn
StackMap locals:
StackMap stack:
9: aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
bipush 9
if_icmpne 10
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
ldc "org/eclipse/collections/api/block/procedure/primitive/LongProcedure"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 10
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
ldc "value"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 10
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
ldc "(J)V"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 10
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
ldc "org/eclipse/collections/api/collection/primitive/MutableLongCollection"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 10
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
ldc "(J)Z"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 10
aload 0
iconst_0
invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
checkcast org.eclipse.collections.api.bag.primitive.MutableLongBag
invokedynamic value(Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;)Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
Method arguments:
(J)V
org/eclipse/collections/api/collection/primitive/MutableLongCollection.add(J)Z (9 itf)
(J)V
1
areturn
StackMap locals:
StackMap stack:
10: new java.lang.IllegalArgumentException
dup
ldc "Invalid lambda deserialization"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "AbstractLazyLongIterable.java"
NestMembers:
org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable$LongMaxProcedure org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable$LongMinProcedure org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable$LongSumProcedure
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
private final LongMaxProcedure = org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable$LongMaxProcedure of org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable
private final LongMinProcedure = org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable$LongMinProcedure of org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable
private final LongSumProcedure = org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable$LongSumProcedure of org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable