com.activequant.utils
Class StringUtils
java.lang.Object
com.activequant.utils.StringUtils
public class StringUtils
- extends Object
- Author:
- Erik Nijkamp
|
Method Summary |
static String |
repeat(char aChar,
int numChars)
cool method to repeat a number of chars :-) |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringUtils
public StringUtils()
repeat
public static String repeat(char aChar,
int numChars)
- cool method to repeat a number of chars :-)
- Parameters:
aChar - numChars -
- Returns:
Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.