org.pdfclown.util
Class StringUtils
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringUtils
public StringUtils()
join
public static String join(char separator,
String... values)
repeat
public static String repeat(String value,
int count)
Project home page
Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.