JavaScript is disabled on your browser.
Skip navigation links
Overview
Tree
Deprecated
Index
Search
Help
Deprecated API
Contents
Methods
Deprecated Methods
Method
Description
com.github.yellowstonegames.core.StringTools.appendJoined
(StringBuilder, CharSequence, Iterable<?>)
com.github.yellowstonegames.core.StringTools.appendJoined
(StringBuilder, CharSequence, Object[])
com.github.yellowstonegames.core.StringTools.appendJoinedDense
(StringBuilder, boolean...)
com.github.yellowstonegames.core.StringTools.appendJoinedDense
(StringBuilder, char, char, boolean...)
com.github.yellowstonegames.core.StringTools.contains
(CharSequence, char[])
com.github.yellowstonegames.core.StringTools.contains
(CharSequence, CharSequence)
com.github.yellowstonegames.core.StringTools.containsPart
(CharSequence, char[])
com.github.yellowstonegames.core.StringTools.containsPart
(CharSequence, CharSequence)
com.github.yellowstonegames.core.StringTools.join
(CharSequence, CharSequence...)
com.github.yellowstonegames.core.StringTools.join
(CharSequence, Iterable<?>)
com.github.yellowstonegames.core.StringTools.join
(CharSequence, Object[])
com.github.yellowstonegames.core.StringTools.joinDense
(boolean...)
com.github.yellowstonegames.core.StringTools.joinDense
(char, char, boolean...)
com.github.yellowstonegames.core.StringTools.replace
(CharSequence, CharSequence, CharSequence)