| java.lang.Object joptsimple.util.StringUtilities
StringUtilities | final public class StringUtilities (Code) | | since: 2.1 author: Paul Holser version: $Id: StringUtilities.java,v 1.7 2007/04/10 20:06:27 pholser Exp $ |
Constructor Summary | |
protected | StringUtilities() Do not instantiate -- statics only. |
Method Summary | |
public static String | repeat(char ch, int count) Gives a string consisting of the given character repeated the given number of
times. |
StringUtilities | protected StringUtilities()(Code) | | Do not instantiate -- statics only.
|
repeat | public static String repeat(char ch, int count)(Code) | | Gives a string consisting of the given character repeated the given number of
times.
Parameters: ch - the character to repeat Parameters: count - how many times to repeat the character the resultant string |
|
|