public class DefaultStaticMethods extends Object
| Constructor and Description |
|---|
DefaultStaticMethods() |
| Modifier and Type | Method and Description |
|---|---|
String |
objectId(Object o) |
String |
print(ArrayList<?> list,
String separator,
Integer maxwidth) |
String |
print(HashMap<?,?> map) |
String |
print(Object[] list,
String separator,
Integer maxwidth) |
String |
toCamelCase(String s,
Boolean firstUpper) |
String |
toFirstLower(String s) |
String |
toFirstUpper(String s) |
String |
uniqueId(String s) |
String |
uniqueId(String s,
String context) |
Copyright © 2014. All rights reserved.