de.lessvoid.nifty.tools
Class StringHelper

java.lang.Object
  extended by de.lessvoid.nifty.tools.StringHelper

public final class StringHelper
extends Object


Method Summary
static String whitespace(int length)
          output length whitespaces.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

whitespace

public static String whitespace(int length)
output length whitespaces.

Parameters:
length - number of whitespaces
Returns:
string with whitespaces length times.


Copyright © 2011. All Rights Reserved.