Uses of Class
com.itextpdf.styledxmlparser.jsoup.internal.StringUtil.StringJoiner
-
Packages that use StringUtil.StringJoiner Package Description com.itextpdf.styledxmlparser.jsoup.internal -
-
Uses of StringUtil.StringJoiner in com.itextpdf.styledxmlparser.jsoup.internal
Methods in com.itextpdf.styledxmlparser.jsoup.internal that return StringUtil.StringJoiner Modifier and Type Method Description StringUtil.StringJoinerStringUtil.StringJoiner. add(java.lang.Object stringy)Add another item to the joiner, will be separatedStringUtil.StringJoinerStringUtil.StringJoiner. append(java.lang.Object stringy)Append content to the current item; not separated
-