Piccola / Interfaces / Class Index

Class

JPiccola

A JPiccola class represents the class of a wrapped Java object.

The JPiccola class contains the following bindings:

Example

The JPiccola class representing the Java class java.lang.Integer provides the following bindings:

bindingcorresponding Java field / methods
newpublic Integer(int)
public Integer(String)
MAX_VALUEpublic static int MAX_VALUE
MIN_VALUEpublic static int MIN_VALUE
TYPEpublic static Class TYPE
decodepublic static Integer decode(String)
getIntegerpublic static Integer getInteger(String)
public static Integer getInteger(String, int)
public static Integer getInteger(String, Integer)
parseIntpublic static int parseInt(String)
public static int parseInt(String, int)
toBinaryStringpublic static String toBinaryString(int)
toHexStringpublic static String toHexString(int)
toOctalStringpublic static String toOctalString(int)
toStringpublic static String toString(int)
public static String toString(int, int)
valueOfpublic static Integer valueOf(String)
public static Integer valueOf(String, int)