public interface org.eclipse.collections.impl.block.function.primitive.CodePointFunction extends java.io.Serializable
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.eclipse.collections.impl.block.function.primitive.CodePointFunction
super_class: java.lang.Object
{
public static final org.eclipse.collections.impl.block.function.primitive.CodePointFunction TO_UPPERCASE;
descriptor: Lorg/eclipse/collections/impl/block/function/primitive/CodePointFunction;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final org.eclipse.collections.impl.block.function.primitive.CodePointFunction TO_LOWERCASE;
descriptor: Lorg/eclipse/collections/impl/block/function/primitive/CodePointFunction;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final org.eclipse.collections.impl.block.function.primitive.CodePointFunction PASS_THRU;
descriptor: Lorg/eclipse/collections/impl/block/function/primitive/CodePointFunction;
flags: (0x0019) ACC_PUBLIC, 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.function.primitive.CodePointFunction$1
dup
invokespecial org.eclipse.collections.impl.block.function.primitive.CodePointFunction$1.<init>:()V
putstatic org.eclipse.collections.impl.block.function.primitive.CodePointFunction.TO_UPPERCASE:Lorg/eclipse/collections/impl/block/function/primitive/CodePointFunction;
1: new org.eclipse.collections.impl.block.function.primitive.CodePointFunction$2
dup
invokespecial org.eclipse.collections.impl.block.function.primitive.CodePointFunction$2.<init>:()V
putstatic org.eclipse.collections.impl.block.function.primitive.CodePointFunction.TO_LOWERCASE:Lorg/eclipse/collections/impl/block/function/primitive/CodePointFunction;
2: new org.eclipse.collections.impl.block.function.primitive.CodePointFunction$3
dup
invokespecial org.eclipse.collections.impl.block.function.primitive.CodePointFunction$3.<init>:()V
putstatic org.eclipse.collections.impl.block.function.primitive.CodePointFunction.PASS_THRU:Lorg/eclipse/collections/impl/block/function/primitive/CodePointFunction;
3: return
LocalVariableTable:
Start End Slot Name Signature
public abstract int valueOf(int);
descriptor: (I)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
codePoint
}
SourceFile: "CodePointFunction.java"
NestMembers:
org.eclipse.collections.impl.block.function.primitive.CodePointFunction$1 org.eclipse.collections.impl.block.function.primitive.CodePointFunction$2 org.eclipse.collections.impl.block.function.primitive.CodePointFunction$3
InnerClasses:
org.eclipse.collections.impl.block.function.primitive.CodePointFunction$1
org.eclipse.collections.impl.block.function.primitive.CodePointFunction$2
org.eclipse.collections.impl.block.function.primitive.CodePointFunction$3