D E J N S 

D

de.weltraumschaf.commons.string - package de.weltraumschaf.commons.string
Classes to help with strings.

E

EMPTY - Static variable in class de.weltraumschaf.commons.string.StringJoiner
The empty String "".
escapeFileName(String) - Static method in class de.weltraumschaf.commons.string.StringEscape
Escapes a string that i is usable as file name.
escapeXml(String) - Static method in class de.weltraumschaf.commons.string.StringEscape
Escapes string for XML.

J

join(T...) - Static method in class de.weltraumschaf.commons.string.StringJoiner
Joins the elements of the provided array into a single String containing the provided list of elements.
join(Object[], char) - Static method in class de.weltraumschaf.commons.string.StringJoiner
Joins the elements of the provided array into a single String containing the provided list of elements.
join(long[], char) - Static method in class de.weltraumschaf.commons.string.StringJoiner
Joins the elements of the provided array into a single String containing the provided list of elements.
join(int[], char) - Static method in class de.weltraumschaf.commons.string.StringJoiner
Joins the elements of the provided array into a single String containing the provided list of elements.
join(short[], char) - Static method in class de.weltraumschaf.commons.string.StringJoiner
Joins the elements of the provided array into a single String containing the provided list of elements.
join(byte[], char) - Static method in class de.weltraumschaf.commons.string.StringJoiner
Joins the elements of the provided array into a single String containing the provided list of elements.
join(char[], char) - Static method in class de.weltraumschaf.commons.string.StringJoiner
Joins the elements of the provided array into a single String containing the provided list of elements.
join(float[], char) - Static method in class de.weltraumschaf.commons.string.StringJoiner
Joins the elements of the provided array into a single String containing the provided list of elements.
join(double[], char) - Static method in class de.weltraumschaf.commons.string.StringJoiner
Joins the elements of the provided array into a single String containing the provided list of elements.
join(Object[], char, int, int) - Static method in class de.weltraumschaf.commons.string.StringJoiner
Joins the elements of the provided array into a single String containing the provided list of elements.
join(long[], char, int, int) - Static method in class de.weltraumschaf.commons.string.StringJoiner
Joins the elements of the provided array into a single String containing the provided list of elements.
join(int[], char, int, int) - Static method in class de.weltraumschaf.commons.string.StringJoiner
Joins the elements of the provided array into a single String containing the provided list of elements.
join(byte[], char, int, int) - Static method in class de.weltraumschaf.commons.string.StringJoiner
Joins the elements of the provided array into a single String containing the provided list of elements.
join(short[], char, int, int) - Static method in class de.weltraumschaf.commons.string.StringJoiner
Joins the elements of the provided array into a single String containing the provided list of elements.
join(char[], char, int, int) - Static method in class de.weltraumschaf.commons.string.StringJoiner
Joins the elements of the provided array into a single String containing the provided list of elements.
join(double[], char, int, int) - Static method in class de.weltraumschaf.commons.string.StringJoiner
Joins the elements of the provided array into a single String containing the provided list of elements.
join(float[], char, int, int) - Static method in class de.weltraumschaf.commons.string.StringJoiner
Joins the elements of the provided array into a single String containing the provided list of elements.
join(Object[], String) - Static method in class de.weltraumschaf.commons.string.StringJoiner
Joins the elements of the provided array into a single String containing the provided list of elements.
join(Object[], String, int, int) - Static method in class de.weltraumschaf.commons.string.StringJoiner
Joins the elements of the provided array into a single String containing the provided list of elements.
join(Iterator<?>, char) - Static method in class de.weltraumschaf.commons.string.StringJoiner
Joins the elements of the provided Iterator into a single String containing the provided elements.
join(Iterator<?>, String) - Static method in class de.weltraumschaf.commons.string.StringJoiner
Joins the elements of the provided Iterator into a single String containing the provided elements.
join(Iterable<?>, char) - Static method in class de.weltraumschaf.commons.string.StringJoiner
Joins the elements of the provided Iterable into a single String containing the provided elements.
join(Iterable<?>, String) - Static method in class de.weltraumschaf.commons.string.StringJoiner
Joins the elements of the provided Iterable into a single String containing the provided elements.

N

nullAwareTrim(String) - Static method in class de.weltraumschaf.commons.string.Strings
Trims passed in string and does not throw NullPointerException if passed in string is null.

S

StringEscape - Class in de.weltraumschaf.commons.string
Tools to escape strings.
StringEscape() - Constructor for class de.weltraumschaf.commons.string.StringEscape
Hidden for pure static class.
StringJoiner - Class in de.weltraumschaf.commons.string
From org.apache.commons.lang3.StringUtils.
StringJoiner() - Constructor for class de.weltraumschaf.commons.string.StringJoiner
 
Strings - Class in de.weltraumschaf.commons.string
Various string utility methods.
Strings() - Constructor for class de.weltraumschaf.commons.string.Strings
Hidden for pure static utility class.
D E J N S 

Copyright © 2012 Sven Strittmatter. All Rights Reserved.