org.zeroexchange.common
Class ZStringUtils
java.lang.Object
org.zeroexchange.common.ZStringUtils
public class ZStringUtils
- extends Object
Set of string-related auxiliary methods.
- Author:
- black
Method Summary |
static String |
limitValue(String targetValue,
int limit)
Limits the value by the specified length. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZStringUtils
public ZStringUtils()
limitValue
public static String limitValue(String targetValue,
int limit)
- Limits the value by the specified length.
Copyright © 2013. All Rights Reserved.