java.lang.Object
org.apache.jena.sparql.util.StringUtils
- See Also:
-
StrUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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
(double value) static String
str
(float value) static String
str
(long v) static String
static <T> String
str
(T[] array)
-
Constructor Details
-
StringUtils
public StringUtils()
-
-
Method Details
-
str
-
str
-
str
-
str
-
str
-
printAbbrev
Abbreviate, crudely, URI in strings, leaving only their last component. -
printAbbrevList
Abbreviate, crudely, URI in strings, leaving only their last component.
-