Format an int.
@param x The int to format.
@return The formatted String.
@exception IllegalArgumentException if the conversion character is f, e, E, g, G, s, or S.
Format an array of objects. Byte, Short, Integer, Long, Float, Double, and Character arguments are treated as wrappers for primitive types.
@param o The array of objects to format.
@return The formatted String.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.