Package org.jparsec.examples.common
Class Strings
java.lang.Object
org.jparsec.examples.common.Strings
Manipulates String.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringBuilderjoin(StringBuilder builder, String delim, Iterable<?> objects) Joinsobjectswithdelimas the delimiter.static StringBuilderjoin(StringBuilder builder, String delim, Object... objects) Joinsobjectswithdelimas the delimiter.static StringJoinsobjectswithdelimas the delimiter.static StringJoinsobjectswithdelimas the delimiter.static StringprependEach(String delim, Iterable<?> objects) Prependsdelimbefore each object ofobjects.
-
Constructor Details
-
Strings
public Strings()
-
-
Method Details
-
prependEach
Prependsdelimbefore each object ofobjects. -
join
Joinsobjectswithdelimas the delimiter. -
join
Joinsobjectswithdelimas the delimiter. -
join
Joinsobjectswithdelimas the delimiter. -
join
Joinsobjectswithdelimas the delimiter.
-