com.activequant.utils
Class StringUtils

java.lang.Object
  extended by com.activequant.utils.StringUtils

public class StringUtils
extends Object

Author:
Erik Nijkamp

Constructor Summary
StringUtils()
           
 
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
 

Constructor Detail

StringUtils

public StringUtils()
Method Detail

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.