|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hazelcast.util.StringUtil
public final class StringUtil
Utility class for Strings.
| Method Summary | |
|---|---|
static String |
bytesToString(byte[] bytes)
|
static String |
bytesToString(byte[] bytes,
int offset,
int length)
|
static boolean |
isNullOrEmpty(String s)
|
static String |
lowerCaseInternal(String s)
HC specific settings, operands etc. |
static byte[] |
stringToBytes(String s)
|
static String |
upperCaseInternal(String s)
HC specific settings, operands etc. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String bytesToString(byte[] bytes,
int offset,
int length)
public static String bytesToString(byte[] bytes)
public static byte[] stringToBytes(String s)
public static boolean isNullOrEmpty(String s)
public static String upperCaseInternal(String s)
public static String lowerCaseInternal(String s)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||