public class org.eclipse.collections.impl.lazy.DropIterable<T> extends org.eclipse.collections.impl.lazy.AbstractLazyIterable<T>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.eclipse.collections.impl.lazy.DropIterable
super_class: org.eclipse.collections.impl.lazy.AbstractLazyIterable
{
private final java.lang.Iterable<T> adapted;
descriptor: Ljava/lang/Iterable;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/lang/Iterable<TT;>;
private final int count;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(java.lang.Iterable<T>, );
descriptor: (Ljava/lang/Iterable;I)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
invokespecial org.eclipse.collections.impl.lazy.AbstractLazyIterable.<init>:()V
1: iload 2
ifge 3
2: new java.lang.IllegalArgumentException
dup
new java.lang.StringBuilder
dup
ldc "Count must be greater than zero, but was: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 2
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
3: StackMap locals: org.eclipse.collections.impl.lazy.DropIterable java.lang.Iterable int
StackMap stack:
aload 0
aload 1
putfield org.eclipse.collections.impl.lazy.DropIterable.adapted:Ljava/lang/Iterable;
4: aload 0
iload 2
putfield org.eclipse.collections.impl.lazy.DropIterable.count:I
5: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/eclipse/collections/impl/lazy/DropIterable<TT;>;
0 6 1 newAdapted Ljava/lang/Iterable<TT;>;
0 6 2 count I
Signature: (Ljava/lang/Iterable<TT;>;I)V
MethodParameters:
Name Flags
newAdapted
count
public void each(org.eclipse.collections.api.block.procedure.Procedure<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.lazy.DropIterable.adapted:Ljava/lang/Iterable;
new org.eclipse.collections.impl.block.procedure.IfProcedure
dup
new org.eclipse.collections.impl.block.predicate.DropIterablePredicate
dup
aload 0
getfield org.eclipse.collections.impl.lazy.DropIterable.count:I
invokespecial org.eclipse.collections.impl.block.predicate.DropIterablePredicate.<init>:(I)V
aload 1
invokespecial org.eclipse.collections.impl.block.procedure.IfProcedure.<init>:(Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/procedure/Procedure;)V
invokestatic org.eclipse.collections.impl.utility.Iterate.forEach:(Ljava/lang/Iterable;Lorg/eclipse/collections/api/block/procedure/Procedure;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/lazy/DropIterable<TT;>;
0 2 1 procedure Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;)V
MethodParameters:
Name Flags
procedure
public void forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.lazy.DropIterable.adapted:Ljava/lang/Iterable;
new org.eclipse.collections.impl.block.procedure.IfObjectIntProcedure
dup
new org.eclipse.collections.impl.block.predicate.DropIterablePredicate
dup
aload 0
getfield org.eclipse.collections.impl.lazy.DropIterable.count:I
invokespecial org.eclipse.collections.impl.block.predicate.DropIterablePredicate.<init>:(I)V
aload 1
invokespecial org.eclipse.collections.impl.block.procedure.IfObjectIntProcedure.<init>:(Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
invokestatic org.eclipse.collections.impl.utility.Iterate.forEach:(Ljava/lang/Iterable;Lorg/eclipse/collections/api/block/procedure/Procedure;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/lazy/DropIterable<TT;>;
0 2 1 objectIntProcedure Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TT;>;
Signature: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TT;>;)V
MethodParameters:
Name Flags
objectIntProcedure
public <P> void forEachWith(org.eclipse.collections.api.block.procedure.Procedure2<? super T, ? super P>, );
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.lazy.DropIterable.adapted:Ljava/lang/Iterable;
new org.eclipse.collections.impl.block.procedure.IfProcedureWith
dup
new org.eclipse.collections.impl.block.predicate.DropIterablePredicate
dup
aload 0
getfield org.eclipse.collections.impl.lazy.DropIterable.count:I
invokespecial org.eclipse.collections.impl.block.predicate.DropIterablePredicate.<init>:(I)V
aload 1
invokespecial org.eclipse.collections.impl.block.procedure.IfProcedureWith.<init>:(Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/procedure/Procedure2;)V
aload 2
invokestatic org.eclipse.collections.impl.utility.Iterate.forEachWith:(Ljava/lang/Iterable;Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)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/DropIterable<TT;>;
0 2 1 procedure Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT;-TP;>;
0 2 2 parameter TP;
Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT;-TP;>;TP;)V
MethodParameters:
Name Flags
procedure
parameter
public boolean anySatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.lazy.DropIterable.adapted:Ljava/lang/Iterable;
new org.eclipse.collections.impl.block.predicate.DropIterablePredicate
dup
aload 0
getfield org.eclipse.collections.impl.lazy.DropIterable.count:I
invokespecial org.eclipse.collections.impl.block.predicate.DropIterablePredicate.<init>:(I)V
aload 1
invokestatic org.eclipse.collections.impl.block.factory.Predicates.and:(Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/block/factory/Predicates;
invokestatic org.eclipse.collections.impl.utility.Iterate.anySatisfy:(Ljava/lang/Iterable;Lorg/eclipse/collections/api/block/predicate/Predicate;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/DropIterable<TT;>;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Z
MethodParameters:
Name Flags
predicate
public boolean allSatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.lazy.DropIterable.adapted:Ljava/lang/Iterable;
new org.eclipse.collections.impl.block.predicate.DropIterablePredicate
dup
aload 0
getfield org.eclipse.collections.impl.lazy.DropIterable.count:I
invokespecial org.eclipse.collections.impl.block.predicate.DropIterablePredicate.<init>:(I)V
invokestatic org.eclipse.collections.impl.block.factory.Predicates.not:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/block/factory/Predicates;
aload 1
invokestatic org.eclipse.collections.impl.block.factory.Predicates.or:(Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/block/factory/Predicates;
invokestatic org.eclipse.collections.impl.utility.Iterate.allSatisfy:(Ljava/lang/Iterable;Lorg/eclipse/collections/api/block/predicate/Predicate;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/DropIterable<TT;>;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Z
MethodParameters:
Name Flags
predicate
public boolean noneSatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.lazy.DropIterable.adapted:Ljava/lang/Iterable;
new org.eclipse.collections.impl.block.predicate.DropIterablePredicate
dup
aload 0
getfield org.eclipse.collections.impl.lazy.DropIterable.count:I
invokespecial org.eclipse.collections.impl.block.predicate.DropIterablePredicate.<init>:(I)V
aload 1
invokestatic org.eclipse.collections.impl.block.factory.Predicates.and:(Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/block/factory/Predicates;
invokestatic org.eclipse.collections.impl.utility.Iterate.noneSatisfy:(Ljava/lang/Iterable;Lorg/eclipse/collections/api/block/predicate/Predicate;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/DropIterable<TT;>;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Z
MethodParameters:
Name Flags
predicate
public T detect(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.lazy.DropIterable.adapted:Ljava/lang/Iterable;
new org.eclipse.collections.impl.block.predicate.DropIterablePredicate
dup
aload 0
getfield org.eclipse.collections.impl.lazy.DropIterable.count:I
invokespecial org.eclipse.collections.impl.block.predicate.DropIterablePredicate.<init>:(I)V
aload 1
invokestatic org.eclipse.collections.impl.block.factory.Predicates.and:(Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/block/factory/Predicates;
invokestatic org.eclipse.collections.impl.utility.Iterate.detect:(Ljava/lang/Iterable;Lorg/eclipse/collections/api/block/predicate/Predicate;)Ljava/lang/Object;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/DropIterable<TT;>;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)TT;
MethodParameters:
Name Flags
predicate
public java.util.Optional<T> detectOptional(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Ljava/util/Optional;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.lazy.DropIterable.adapted:Ljava/lang/Iterable;
new org.eclipse.collections.impl.block.predicate.DropIterablePredicate
dup
aload 0
getfield org.eclipse.collections.impl.lazy.DropIterable.count:I
invokespecial org.eclipse.collections.impl.block.predicate.DropIterablePredicate.<init>:(I)V
aload 1
invokestatic org.eclipse.collections.impl.block.factory.Predicates.and:(Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/block/factory/Predicates;
invokestatic org.eclipse.collections.impl.utility.Iterate.detectOptional:(Ljava/lang/Iterable;Lorg/eclipse/collections/api/block/predicate/Predicate;)Ljava/util/Optional;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/DropIterable<TT;>;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Ljava/util/Optional<TT;>;
MethodParameters:
Name Flags
predicate
public java.util.Iterator<T> iterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.lazy.iterator.SelectIterator
dup
aload 0
getfield org.eclipse.collections.impl.lazy.DropIterable.adapted:Ljava/lang/Iterable;
invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
new org.eclipse.collections.impl.block.predicate.DropIterablePredicate
dup
aload 0
getfield org.eclipse.collections.impl.lazy.DropIterable.count:I
invokespecial org.eclipse.collections.impl.block.predicate.DropIterablePredicate.<init>:(I)V
invokespecial org.eclipse.collections.impl.lazy.iterator.SelectIterator.<init>:(Ljava/util/Iterator;Lorg/eclipse/collections/api/block/predicate/Predicate;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/DropIterable<TT;>;
Signature: ()Ljava/util/Iterator<TT;>;
}
Signature: <T:Ljava/lang/Object;>Lorg/eclipse/collections/impl/lazy/AbstractLazyIterable<TT;>;
SourceFile: "DropIterable.java"