public class org.eclipse.collections.impl.lazy.primitive.SelectShortIterable extends org.eclipse.collections.impl.lazy.primitive.AbstractLazyShortIterable
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.eclipse.collections.impl.lazy.primitive.SelectShortIterable
super_class: org.eclipse.collections.impl.lazy.primitive.AbstractLazyShortIterable
{
private final org.eclipse.collections.api.ShortIterable delegate;
descriptor: Lorg/eclipse/collections/api/ShortIterable;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.eclipse.collections.api.block.predicate.primitive.ShortPredicate predicate;
descriptor: Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(org.eclipse.collections.api.ShortIterable, org.eclipse.collections.api.block.predicate.primitive.ShortPredicate);
descriptor: (Lorg/eclipse/collections/api/ShortIterable;Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial org.eclipse.collections.impl.lazy.primitive.AbstractLazyShortIterable.<init>:()V
1: aload 0
aload 1
putfield org.eclipse.collections.impl.lazy.primitive.SelectShortIterable.delegate:Lorg/eclipse/collections/api/ShortIterable;
2: aload 0
aload 2
putfield org.eclipse.collections.impl.lazy.primitive.SelectShortIterable.predicate:Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/eclipse/collections/impl/lazy/primitive/SelectShortIterable;
0 4 1 delegate Lorg/eclipse/collections/api/ShortIterable;
0 4 2 predicate Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;
MethodParameters:
Name Flags
delegate
predicate
public org.eclipse.collections.api.iterator.ShortIterator shortIterator();
descriptor: ()Lorg/eclipse/collections/api/iterator/ShortIterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.lazy.primitive.SelectShortIterable$SelectShortIterator
dup
aload 0
getfield org.eclipse.collections.impl.lazy.primitive.SelectShortIterable.delegate:Lorg/eclipse/collections/api/ShortIterable;
aload 0
getfield org.eclipse.collections.impl.lazy.primitive.SelectShortIterable.predicate:Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;
invokespecial org.eclipse.collections.impl.lazy.primitive.SelectShortIterable$SelectShortIterator.<init>:(Lorg/eclipse/collections/api/ShortIterable;Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/SelectShortIterable;
public void each(org.eclipse.collections.api.block.procedure.primitive.ShortProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ShortProcedure;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.SelectShortIterable.delegate:Lorg/eclipse/collections/api/ShortIterable;
new org.eclipse.collections.impl.lazy.primitive.SelectShortIterable$IfShortProcedure
dup
aload 0
aload 1
invokespecial org.eclipse.collections.impl.lazy.primitive.SelectShortIterable$IfShortProcedure.<init>:(Lorg/eclipse/collections/impl/lazy/primitive/SelectShortIterable;Lorg/eclipse/collections/api/block/procedure/primitive/ShortProcedure;)V
invokeinterface org.eclipse.collections.api.ShortIterable.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/ShortProcedure;)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/SelectShortIterable;
0 2 1 procedure Lorg/eclipse/collections/api/block/procedure/primitive/ShortProcedure;
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
getfield org.eclipse.collections.impl.lazy.primitive.SelectShortIterable.delegate:Lorg/eclipse/collections/api/ShortIterable;
aload 0
getfield org.eclipse.collections.impl.lazy.primitive.SelectShortIterable.predicate:Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;
invokeinterface org.eclipse.collections.api.ShortIterable.count:(Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/SelectShortIterable;
public boolean isEmpty();
descriptor: ()Z
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.SelectShortIterable.shortIterator:()Lorg/eclipse/collections/api/iterator/ShortIterator;
invokeinterface org.eclipse.collections.api.iterator.ShortIterator.hasNext:()Z
ifeq 1
iconst_0
goto 2
StackMap locals:
StackMap stack:
1: iconst_1
StackMap locals:
StackMap stack: int
2: ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/lazy/primitive/SelectShortIterable;
public boolean notEmpty();
descriptor: ()Z
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.SelectShortIterable.shortIterator:()Lorg/eclipse/collections/api/iterator/ShortIterator;
invokeinterface org.eclipse.collections.api.iterator.ShortIterator.hasNext:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/SelectShortIterable;
public int count(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.lazy.primitive.SelectShortIterable$CountShortProcedure
dup
aload 1
invokespecial org.eclipse.collections.impl.lazy.primitive.SelectShortIterable$CountShortProcedure.<init>:(Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)V
astore 2
start local 2 1: aload 0
aload 2
invokevirtual org.eclipse.collections.impl.lazy.primitive.SelectShortIterable.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/ShortProcedure;)V
2: aload 2
invokevirtual org.eclipse.collections.impl.lazy.primitive.SelectShortIterable$CountShortProcedure.getCount:()I
ireturn
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/SelectShortIterable;
0 3 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;
1 3 2 countShortProcedure Lorg/eclipse/collections/impl/lazy/primitive/SelectShortIterable$CountShortProcedure;
MethodParameters:
Name Flags
predicate
public boolean anySatisfy(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.SelectShortIterable.delegate:Lorg/eclipse/collections/api/ShortIterable;
aload 0
getfield org.eclipse.collections.impl.lazy.primitive.SelectShortIterable.predicate:Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;
aload 1
invokestatic org.eclipse.collections.impl.block.factory.primitive.ShortPredicates.and:(Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;
invokeinterface org.eclipse.collections.api.ShortIterable.anySatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/SelectShortIterable;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;
MethodParameters:
Name Flags
predicate
public boolean allSatisfy(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)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.block.factory.primitive.ShortPredicates.not:(Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;
invokevirtual org.eclipse.collections.impl.lazy.primitive.SelectShortIterable.noneSatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/SelectShortIterable;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;
MethodParameters:
Name Flags
predicate
public boolean noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Z
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.SelectShortIterable.anySatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Z
ifeq 1
iconst_0
goto 2
StackMap locals:
StackMap stack:
1: iconst_1
StackMap locals:
StackMap stack: int
2: ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/lazy/primitive/SelectShortIterable;
0 3 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;
MethodParameters:
Name Flags
predicate
public short[] toArray();
descriptor: ()[S
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.lazy.primitive.SelectShortIterable.size:()I
newarray 9
astore 1
start local 1 1: aload 0
new org.eclipse.collections.impl.lazy.primitive.SelectShortIterable$1
dup
aload 0
aload 1
invokespecial org.eclipse.collections.impl.lazy.primitive.SelectShortIterable$1.<init>:(Lorg/eclipse/collections/impl/lazy/primitive/SelectShortIterable;[S)V
invokevirtual org.eclipse.collections.impl.lazy.primitive.SelectShortIterable.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/ShortProcedure;)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/SelectShortIterable;
1 3 1 array [S
public boolean containsAll(short[]);
descriptor: ([S)Z
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=2, locals=6, args_size=2
start local 0 start local 1 0: aload 1
dup
astore 5
arraylength
istore 4
iconst_0
istore 3
goto 5
StackMap locals: org.eclipse.collections.impl.lazy.primitive.SelectShortIterable short[] top int int short[]
StackMap stack:
1: aload 5
iload 3
saload
istore 2
start local 2 2: aload 0
iload 2
invokevirtual org.eclipse.collections.impl.lazy.primitive.SelectShortIterable.contains:(S)Z
ifne 4
3: iconst_0
ireturn
end local 2 4: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
5: iload 3
iload 4
if_icmplt 1
6: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/collections/impl/lazy/primitive/SelectShortIterable;
0 7 1 source [S
2 4 2 value S
MethodParameters:
Name Flags
source
public boolean containsAll(org.eclipse.collections.api.ShortIterable);
descriptor: (Lorg/eclipse/collections/api/ShortIterable;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface org.eclipse.collections.api.ShortIterable.shortIterator:()Lorg/eclipse/collections/api/iterator/ShortIterator;
astore 2
start local 2 1: goto 4
2: StackMap locals: org.eclipse.collections.api.iterator.ShortIterator
StackMap stack:
aload 0
aload 2
invokeinterface org.eclipse.collections.api.iterator.ShortIterator.next:()S
invokevirtual org.eclipse.collections.impl.lazy.primitive.SelectShortIterable.contains:(S)Z
ifne 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 2
invokeinterface org.eclipse.collections.api.iterator.ShortIterator.hasNext:()Z
ifne 2
end local 2 5: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/eclipse/collections/impl/lazy/primitive/SelectShortIterable;
0 6 1 source Lorg/eclipse/collections/api/ShortIterable;
1 5 2 iterator Lorg/eclipse/collections/api/iterator/ShortIterator;
MethodParameters:
Name Flags
source
public org.eclipse.collections.api.list.primitive.MutableShortList toList();
descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableShortList;
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.ShortArrayList.newList:(Lorg/eclipse/collections/api/ShortIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/ShortArrayList;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/SelectShortIterable;
public org.eclipse.collections.api.set.primitive.MutableShortSet toSet();
descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet.newSet:(Lorg/eclipse/collections/api/ShortIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/ShortHashSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/SelectShortIterable;
public org.eclipse.collections.api.bag.primitive.MutableShortBag toBag();
descriptor: ()Lorg/eclipse/collections/api/bag/primitive/MutableShortBag;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic org.eclipse.collections.impl.bag.mutable.primitive.ShortHashBag.newBag:(Lorg/eclipse/collections/api/ShortIterable;)Lorg/eclipse/collections/impl/bag/mutable/primitive/ShortHashBag;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/SelectShortIterable;
}
SourceFile: "SelectShortIterable.java"
NestMembers:
org.eclipse.collections.impl.lazy.primitive.SelectShortIterable$1 org.eclipse.collections.impl.lazy.primitive.SelectShortIterable$CountShortProcedure org.eclipse.collections.impl.lazy.primitive.SelectShortIterable$IfShortProcedure org.eclipse.collections.impl.lazy.primitive.SelectShortIterable$SelectShortIterator
InnerClasses:
org.eclipse.collections.impl.lazy.primitive.SelectShortIterable$1
private final CountShortProcedure = org.eclipse.collections.impl.lazy.primitive.SelectShortIterable$CountShortProcedure of org.eclipse.collections.impl.lazy.primitive.SelectShortIterable
private final IfShortProcedure = org.eclipse.collections.impl.lazy.primitive.SelectShortIterable$IfShortProcedure of org.eclipse.collections.impl.lazy.primitive.SelectShortIterable
private final SelectShortIterator = org.eclipse.collections.impl.lazy.primitive.SelectShortIterable$SelectShortIterator of org.eclipse.collections.impl.lazy.primitive.SelectShortIterable