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) |
static <T> String |
str(T[] array) |
public static String str(long v)
public static String str(float value)
public static String str(double value)
public static <T> String str(T[] array)
public static String printAbbrev(Object obj)
Licenced under the Apache License, Version 2.0