PDF Clown
0.1.2

org.pdfclown.util
Class StringUtils

java.lang.Object
  extended by org.pdfclown.util.StringUtils

public final class StringUtils
extends Object

String utility.

Since:
0.1.1
Version:
0.1.2, 09/24/12
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

Constructor Summary
StringUtils()
           
 
Method Summary
static String join(char separator, String... values)
           
static String repeat(String value, int count)
           
 
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

join

public static String join(char separator,
                          String... values)

repeat

public static String repeat(String value,
                            int count)

PDF Clown
0.1.2

Project home page

Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.