public final class org.eclipse.collections.impl.block.factory.primitive.IntPredicates
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.eclipse.collections.impl.block.factory.primitive.IntPredicates
super_class: java.lang.Object
{
private static final org.eclipse.collections.impl.block.factory.primitive.IntPredicates$IntIsEvenPredicate IS_EVEN;
descriptor: Lorg/eclipse/collections/impl/block/factory/primitive/IntPredicates$IntIsEvenPredicate;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final org.eclipse.collections.impl.block.factory.primitive.IntPredicates$IntIsOddPredicate IS_ODD;
descriptor: Lorg/eclipse/collections/impl/block/factory/primitive/IntPredicates$IntIsOddPredicate;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final org.eclipse.collections.api.block.predicate.primitive.IntPredicate ALWAYS_TRUE;
descriptor: Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final org.eclipse.collections.api.block.predicate.primitive.IntPredicate ALWAYS_FALSE;
descriptor: Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new org.eclipse.collections.impl.block.factory.primitive.IntPredicates$IntIsEvenPredicate
dup
invokespecial org.eclipse.collections.impl.block.factory.primitive.IntPredicates$IntIsEvenPredicate.<init>:()V
putstatic org.eclipse.collections.impl.block.factory.primitive.IntPredicates.IS_EVEN:Lorg/eclipse/collections/impl/block/factory/primitive/IntPredicates$IntIsEvenPredicate;
1: new org.eclipse.collections.impl.block.factory.primitive.IntPredicates$IntIsOddPredicate
dup
invokespecial org.eclipse.collections.impl.block.factory.primitive.IntPredicates$IntIsOddPredicate.<init>:()V
putstatic org.eclipse.collections.impl.block.factory.primitive.IntPredicates.IS_ODD:Lorg/eclipse/collections/impl/block/factory/primitive/IntPredicates$IntIsOddPredicate;
2: new org.eclipse.collections.impl.block.factory.primitive.IntPredicates$AlwaysTrueIntPredicate
dup
invokespecial org.eclipse.collections.impl.block.factory.primitive.IntPredicates$AlwaysTrueIntPredicate.<init>:()V
putstatic org.eclipse.collections.impl.block.factory.primitive.IntPredicates.ALWAYS_TRUE:Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
3: new org.eclipse.collections.impl.block.factory.primitive.IntPredicates$AlwaysFalseIntPredicate
dup
invokespecial org.eclipse.collections.impl.block.factory.primitive.IntPredicates$AlwaysFalseIntPredicate.<init>:()V
putstatic org.eclipse.collections.impl.block.factory.primitive.IntPredicates.ALWAYS_FALSE:Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: new java.lang.AssertionError
dup
ldc "Suppress default constructor for noninstantiability"
invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/block/factory/primitive/IntPredicates;
public static org.eclipse.collections.api.block.predicate.primitive.IntPredicate equal(int);
descriptor: (I)Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.block.factory.primitive.IntPredicates$EqualsIntPredicate
dup
iload 0
invokespecial org.eclipse.collections.impl.block.factory.primitive.IntPredicates$EqualsIntPredicate.<init>:(I)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 expected I
MethodParameters:
Name Flags
expected
public static org.eclipse.collections.api.block.predicate.primitive.IntPredicate lessThan(int);
descriptor: (I)Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.block.factory.primitive.IntPredicates$LessThanIntPredicate
dup
iload 0
invokespecial org.eclipse.collections.impl.block.factory.primitive.IntPredicates$LessThanIntPredicate.<init>:(I)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 expected I
MethodParameters:
Name Flags
expected
public static org.eclipse.collections.api.block.predicate.primitive.IntPredicate greaterThan(int);
descriptor: (I)Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.block.factory.primitive.IntPredicates$GreaterThanIntPredicate
dup
iload 0
invokespecial org.eclipse.collections.impl.block.factory.primitive.IntPredicates$GreaterThanIntPredicate.<init>:(I)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 expected I
MethodParameters:
Name Flags
expected
public static org.eclipse.collections.api.block.predicate.primitive.IntPredicate isEven();
descriptor: ()Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic org.eclipse.collections.impl.block.factory.primitive.IntPredicates.IS_EVEN:Lorg/eclipse/collections/impl/block/factory/primitive/IntPredicates$IntIsEvenPredicate;
areturn
LocalVariableTable:
Start End Slot Name Signature
public static org.eclipse.collections.api.block.predicate.primitive.IntPredicate isOdd();
descriptor: ()Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic org.eclipse.collections.impl.block.factory.primitive.IntPredicates.IS_ODD:Lorg/eclipse/collections/impl/block/factory/primitive/IntPredicates$IntIsOddPredicate;
areturn
LocalVariableTable:
Start End Slot Name Signature
public static org.eclipse.collections.api.block.predicate.primitive.IntPredicate alwaysTrue();
descriptor: ()Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic org.eclipse.collections.impl.block.factory.primitive.IntPredicates.ALWAYS_TRUE:Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
areturn
LocalVariableTable:
Start End Slot Name Signature
public static org.eclipse.collections.api.block.predicate.primitive.IntPredicate alwaysFalse();
descriptor: ()Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic org.eclipse.collections.impl.block.factory.primitive.IntPredicates.ALWAYS_FALSE:Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
areturn
LocalVariableTable:
Start End Slot Name Signature
public static org.eclipse.collections.api.block.predicate.primitive.IntPredicate and(org.eclipse.collections.api.block.predicate.primitive.IntPredicate, org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.block.factory.primitive.IntPredicates$AndIntPredicate
dup
aload 0
aload 1
invokespecial org.eclipse.collections.impl.block.factory.primitive.IntPredicates$AndIntPredicate.<init>:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 one Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
0 1 1 two Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
MethodParameters:
Name Flags
one
two
public static org.eclipse.collections.api.block.predicate.primitive.IntPredicate or(org.eclipse.collections.api.block.predicate.primitive.IntPredicate, org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.block.factory.primitive.IntPredicates$OrIntPredicate
dup
aload 0
aload 1
invokespecial org.eclipse.collections.impl.block.factory.primitive.IntPredicates$OrIntPredicate.<init>:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 one Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
0 1 1 two Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
MethodParameters:
Name Flags
one
two
public static org.eclipse.collections.api.block.predicate.primitive.IntPredicate not(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.block.factory.primitive.IntPredicates$NotIntPredicate
dup
aload 0
invokespecial org.eclipse.collections.impl.block.factory.primitive.IntPredicates$NotIntPredicate.<init>:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 negate Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
MethodParameters:
Name Flags
negate
}
SourceFile: "IntPredicates.java"
NestMembers:
org.eclipse.collections.impl.block.factory.primitive.IntPredicates$AlwaysFalseIntPredicate org.eclipse.collections.impl.block.factory.primitive.IntPredicates$AlwaysTrueIntPredicate org.eclipse.collections.impl.block.factory.primitive.IntPredicates$AndIntPredicate org.eclipse.collections.impl.block.factory.primitive.IntPredicates$EqualsIntPredicate org.eclipse.collections.impl.block.factory.primitive.IntPredicates$GreaterThanIntPredicate org.eclipse.collections.impl.block.factory.primitive.IntPredicates$IntIsEvenPredicate org.eclipse.collections.impl.block.factory.primitive.IntPredicates$IntIsOddPredicate org.eclipse.collections.impl.block.factory.primitive.IntPredicates$LessThanIntPredicate org.eclipse.collections.impl.block.factory.primitive.IntPredicates$NotIntPredicate org.eclipse.collections.impl.block.factory.primitive.IntPredicates$OrIntPredicate
InnerClasses:
private final AlwaysFalseIntPredicate = org.eclipse.collections.impl.block.factory.primitive.IntPredicates$AlwaysFalseIntPredicate of org.eclipse.collections.impl.block.factory.primitive.IntPredicates
private final AlwaysTrueIntPredicate = org.eclipse.collections.impl.block.factory.primitive.IntPredicates$AlwaysTrueIntPredicate of org.eclipse.collections.impl.block.factory.primitive.IntPredicates
private final AndIntPredicate = org.eclipse.collections.impl.block.factory.primitive.IntPredicates$AndIntPredicate of org.eclipse.collections.impl.block.factory.primitive.IntPredicates
private final EqualsIntPredicate = org.eclipse.collections.impl.block.factory.primitive.IntPredicates$EqualsIntPredicate of org.eclipse.collections.impl.block.factory.primitive.IntPredicates
private final GreaterThanIntPredicate = org.eclipse.collections.impl.block.factory.primitive.IntPredicates$GreaterThanIntPredicate of org.eclipse.collections.impl.block.factory.primitive.IntPredicates
private final IntIsEvenPredicate = org.eclipse.collections.impl.block.factory.primitive.IntPredicates$IntIsEvenPredicate of org.eclipse.collections.impl.block.factory.primitive.IntPredicates
private final IntIsOddPredicate = org.eclipse.collections.impl.block.factory.primitive.IntPredicates$IntIsOddPredicate of org.eclipse.collections.impl.block.factory.primitive.IntPredicates
private final LessThanIntPredicate = org.eclipse.collections.impl.block.factory.primitive.IntPredicates$LessThanIntPredicate of org.eclipse.collections.impl.block.factory.primitive.IntPredicates
private final NotIntPredicate = org.eclipse.collections.impl.block.factory.primitive.IntPredicates$NotIntPredicate of org.eclipse.collections.impl.block.factory.primitive.IntPredicates
private final OrIntPredicate = org.eclipse.collections.impl.block.factory.primitive.IntPredicates$OrIntPredicate of org.eclipse.collections.impl.block.factory.primitive.IntPredicates