Uses of Class
com.jstatcom.util.FArg

Packages that use FArg
com.jstatcom.util Utility classes shared by other packages. 
 

Uses of FArg in com.jstatcom.util
 

Methods in com.jstatcom.util that return FArg
 FArg FArg.add(double arg)
          Adds a new double argument to be formatted.
 FArg FArg.add(int arg)
          Adds a new int argument to be formatted.
 FArg FArg.add(java.lang.Object arg)
          Adds a new Object argument to be formatted.
 

Methods in com.jstatcom.util with parameters of type FArg
static java.lang.String FArg.sprintf(java.lang.String formatString, FArg args)
          A wrapper method for the PrintfFormat.sprintf method.