Constructor and Description |
---|
StringUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
printAbbrev(Object obj)
Abbreviate, crudely, URI in strings, leaving only their last component.
|
static <T> String |
printAbbrevList(List<T> objs)
Abbreviate, crudely, URI in strings, leaving only their last component.
|
static String |
str(Date date) |
static String |
str(double value) |
static String |
str(float value) |
static String |
str(long v) |
Licenced under the Apache License, Version 2.0