public final class org.eclipse.collections.impl.block.factory.primitive.CharPredicates
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.eclipse.collections.impl.block.factory.primitive.CharPredicates
super_class: java.lang.Object
{
private static final org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsUpperCaseCharPredicate IS_UPPER_CASE;
descriptor: Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsUpperCaseCharPredicate;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsLowerCaseCharPredicate IS_LOWER_CASE;
descriptor: Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsLowerCaseCharPredicate;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsDigitCharPredicate IS_DIGIT;
descriptor: Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsDigitCharPredicate;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsDigitOrDotCharPredicate IS_DIGIT_OR_DOT;
descriptor: Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsDigitOrDotCharPredicate;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsLetterCharPredicate IS_LETTER;
descriptor: Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsLetterCharPredicate;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsLetterOrDigitCharPredicate IS_LETTER_OR_DIGIT;
descriptor: Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsLetterOrDigitCharPredicate;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsWhiteSpaceCharPredicate IS_WHITESPACE;
descriptor: Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsWhiteSpaceCharPredicate;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsUndefinedCharPredicate IS_UNDEFINED;
descriptor: Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsUndefinedCharPredicate;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final org.eclipse.collections.api.block.predicate.primitive.CharPredicate ALWAYS_TRUE;
descriptor: Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final org.eclipse.collections.api.block.predicate.primitive.CharPredicate ALWAYS_FALSE;
descriptor: Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
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.CharPredicates$IsUpperCaseCharPredicate
dup
invokespecial org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsUpperCaseCharPredicate.<init>:()V
putstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.IS_UPPER_CASE:Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsUpperCaseCharPredicate;
1: new org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsLowerCaseCharPredicate
dup
invokespecial org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsLowerCaseCharPredicate.<init>:()V
putstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.IS_LOWER_CASE:Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsLowerCaseCharPredicate;
2: new org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsDigitCharPredicate
dup
invokespecial org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsDigitCharPredicate.<init>:()V
putstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.IS_DIGIT:Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsDigitCharPredicate;
3: new org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsDigitOrDotCharPredicate
dup
invokespecial org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsDigitOrDotCharPredicate.<init>:()V
putstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.IS_DIGIT_OR_DOT:Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsDigitOrDotCharPredicate;
4: new org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsLetterCharPredicate
dup
invokespecial org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsLetterCharPredicate.<init>:()V
putstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.IS_LETTER:Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsLetterCharPredicate;
5: new org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsLetterOrDigitCharPredicate
dup
invokespecial org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsLetterOrDigitCharPredicate.<init>:()V
putstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.IS_LETTER_OR_DIGIT:Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsLetterOrDigitCharPredicate;
6: new org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsWhiteSpaceCharPredicate
dup
invokespecial org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsWhiteSpaceCharPredicate.<init>:()V
putstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.IS_WHITESPACE:Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsWhiteSpaceCharPredicate;
7: new org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsUndefinedCharPredicate
dup
invokespecial org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsUndefinedCharPredicate.<init>:()V
putstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.IS_UNDEFINED:Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsUndefinedCharPredicate;
8: new org.eclipse.collections.impl.block.factory.primitive.CharPredicates$AlwaysTrueCharPredicate
dup
invokespecial org.eclipse.collections.impl.block.factory.primitive.CharPredicates$AlwaysTrueCharPredicate.<init>:()V
putstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.ALWAYS_TRUE:Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
9: new org.eclipse.collections.impl.block.factory.primitive.CharPredicates$AlwaysFalseCharPredicate
dup
invokespecial org.eclipse.collections.impl.block.factory.primitive.CharPredicates$AlwaysFalseCharPredicate.<init>:()V
putstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.ALWAYS_FALSE:Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
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/CharPredicates;
public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate equal(char);
descriptor: (C)Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
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.CharPredicates$EqualsCharPredicate
dup
iload 0
invokespecial org.eclipse.collections.impl.block.factory.primitive.CharPredicates$EqualsCharPredicate.<init>:(C)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 expected C
MethodParameters:
Name Flags
expected
public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate lessThan(char);
descriptor: (C)Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
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.CharPredicates$LessThanCharPredicate
dup
iload 0
invokespecial org.eclipse.collections.impl.block.factory.primitive.CharPredicates$LessThanCharPredicate.<init>:(C)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 expected C
MethodParameters:
Name Flags
expected
public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate greaterThan(char);
descriptor: (C)Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
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.CharPredicates$GreaterThanCharPredicate
dup
iload 0
invokespecial org.eclipse.collections.impl.block.factory.primitive.CharPredicates$GreaterThanCharPredicate.<init>:(C)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 expected C
MethodParameters:
Name Flags
expected
public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate isUpperCase();
descriptor: ()Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.IS_UPPER_CASE:Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsUpperCaseCharPredicate;
areturn
LocalVariableTable:
Start End Slot Name Signature
public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate isLowerCase();
descriptor: ()Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.IS_LOWER_CASE:Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsLowerCaseCharPredicate;
areturn
LocalVariableTable:
Start End Slot Name Signature
public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate isDigit();
descriptor: ()Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.IS_DIGIT:Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsDigitCharPredicate;
areturn
LocalVariableTable:
Start End Slot Name Signature
public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate isDigitOrDot();
descriptor: ()Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.IS_DIGIT_OR_DOT:Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsDigitOrDotCharPredicate;
areturn
LocalVariableTable:
Start End Slot Name Signature
public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate isLetter();
descriptor: ()Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.IS_LETTER:Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsLetterCharPredicate;
areturn
LocalVariableTable:
Start End Slot Name Signature
public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate isLetterOrDigit();
descriptor: ()Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.IS_LETTER_OR_DIGIT:Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsLetterOrDigitCharPredicate;
areturn
LocalVariableTable:
Start End Slot Name Signature
public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate isWhitespace();
descriptor: ()Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.IS_WHITESPACE:Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsWhiteSpaceCharPredicate;
areturn
LocalVariableTable:
Start End Slot Name Signature
public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate isUndefined();
descriptor: ()Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.IS_UNDEFINED:Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsUndefinedCharPredicate;
areturn
LocalVariableTable:
Start End Slot Name Signature
public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate alwaysTrue();
descriptor: ()Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.ALWAYS_TRUE:Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
areturn
LocalVariableTable:
Start End Slot Name Signature
public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate alwaysFalse();
descriptor: ()Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.ALWAYS_FALSE:Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
areturn
LocalVariableTable:
Start End Slot Name Signature
public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate and(org.eclipse.collections.api.block.predicate.primitive.CharPredicate, org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
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.CharPredicates$AndCharPredicate
dup
aload 0
aload 1
invokespecial org.eclipse.collections.impl.block.factory.primitive.CharPredicates$AndCharPredicate.<init>:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)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/CharPredicate;
0 1 1 two Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
MethodParameters:
Name Flags
one
two
public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate or(org.eclipse.collections.api.block.predicate.primitive.CharPredicate, org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
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.CharPredicates$OrCharPredicate
dup
aload 0
aload 1
invokespecial org.eclipse.collections.impl.block.factory.primitive.CharPredicates$OrCharPredicate.<init>:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)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/CharPredicate;
0 1 1 two Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
MethodParameters:
Name Flags
one
two
public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate not(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
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.CharPredicates$NotCharPredicate
dup
aload 0
invokespecial org.eclipse.collections.impl.block.factory.primitive.CharPredicates$NotCharPredicate.<init>:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 negate Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
MethodParameters:
Name Flags
negate
}
SourceFile: "CharPredicates.java"
NestMembers:
org.eclipse.collections.impl.block.factory.primitive.CharPredicates$AlwaysFalseCharPredicate org.eclipse.collections.impl.block.factory.primitive.CharPredicates$AlwaysTrueCharPredicate org.eclipse.collections.impl.block.factory.primitive.CharPredicates$AndCharPredicate org.eclipse.collections.impl.block.factory.primitive.CharPredicates$EqualsCharPredicate org.eclipse.collections.impl.block.factory.primitive.CharPredicates$GreaterThanCharPredicate org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsDigitCharPredicate org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsDigitOrDotCharPredicate org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsLetterCharPredicate org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsLetterOrDigitCharPredicate org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsLowerCaseCharPredicate org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsUndefinedCharPredicate org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsUpperCaseCharPredicate org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsWhiteSpaceCharPredicate org.eclipse.collections.impl.block.factory.primitive.CharPredicates$LessThanCharPredicate org.eclipse.collections.impl.block.factory.primitive.CharPredicates$NotCharPredicate org.eclipse.collections.impl.block.factory.primitive.CharPredicates$OrCharPredicate
InnerClasses:
private final AlwaysFalseCharPredicate = org.eclipse.collections.impl.block.factory.primitive.CharPredicates$AlwaysFalseCharPredicate of org.eclipse.collections.impl.block.factory.primitive.CharPredicates
private final AlwaysTrueCharPredicate = org.eclipse.collections.impl.block.factory.primitive.CharPredicates$AlwaysTrueCharPredicate of org.eclipse.collections.impl.block.factory.primitive.CharPredicates
private final AndCharPredicate = org.eclipse.collections.impl.block.factory.primitive.CharPredicates$AndCharPredicate of org.eclipse.collections.impl.block.factory.primitive.CharPredicates
private final EqualsCharPredicate = org.eclipse.collections.impl.block.factory.primitive.CharPredicates$EqualsCharPredicate of org.eclipse.collections.impl.block.factory.primitive.CharPredicates
private final GreaterThanCharPredicate = org.eclipse.collections.impl.block.factory.primitive.CharPredicates$GreaterThanCharPredicate of org.eclipse.collections.impl.block.factory.primitive.CharPredicates
private IsDigitCharPredicate = org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsDigitCharPredicate of org.eclipse.collections.impl.block.factory.primitive.CharPredicates
private IsDigitOrDotCharPredicate = org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsDigitOrDotCharPredicate of org.eclipse.collections.impl.block.factory.primitive.CharPredicates
private IsLetterCharPredicate = org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsLetterCharPredicate of org.eclipse.collections.impl.block.factory.primitive.CharPredicates
private IsLetterOrDigitCharPredicate = org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsLetterOrDigitCharPredicate of org.eclipse.collections.impl.block.factory.primitive.CharPredicates
private IsLowerCaseCharPredicate = org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsLowerCaseCharPredicate of org.eclipse.collections.impl.block.factory.primitive.CharPredicates
private IsUndefinedCharPredicate = org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsUndefinedCharPredicate of org.eclipse.collections.impl.block.factory.primitive.CharPredicates
private IsUpperCaseCharPredicate = org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsUpperCaseCharPredicate of org.eclipse.collections.impl.block.factory.primitive.CharPredicates
private IsWhiteSpaceCharPredicate = org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsWhiteSpaceCharPredicate of org.eclipse.collections.impl.block.factory.primitive.CharPredicates
private final LessThanCharPredicate = org.eclipse.collections.impl.block.factory.primitive.CharPredicates$LessThanCharPredicate of org.eclipse.collections.impl.block.factory.primitive.CharPredicates
private final NotCharPredicate = org.eclipse.collections.impl.block.factory.primitive.CharPredicates$NotCharPredicate of org.eclipse.collections.impl.block.factory.primitive.CharPredicates
private final OrCharPredicate = org.eclipse.collections.impl.block.factory.primitive.CharPredicates$OrCharPredicate of org.eclipse.collections.impl.block.factory.primitive.CharPredicates