Uses of Class
org.jsoup.internal.StringUtil.StringJoiner
-
Packages that use StringUtil.StringJoiner Package Description org.jsoup.internal Util methods used by Jsoup. -
-
Uses of StringUtil.StringJoiner in org.jsoup.internal
Methods in org.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
-