Package | Description |
---|---|
org.jsoup.internal |
Util methods used by Jsoup.
|
Modifier and Type | Method and Description |
---|---|
StringUtil.StringJoiner |
StringUtil.StringJoiner.add(Object stringy)
Add another item to the joiner, will be separated
|
StringUtil.StringJoiner |
StringUtil.StringJoiner.append(Object stringy)
Append content to the current item; not separated
|
Copyright © 2009–2021 Jonathan Hedley. All rights reserved.