public class PMMLUtils extends Object
public static String pad(String source, String padChar, int length, boolean leftPad)
source - the source stringpadChar - the character to pad withlength - the length of the resulting stringleftPad - pad to the left instead of the rightCopyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.