C E I L N O R S T V W X

C

center(String, int, char) - Static method in class ViolinStrings.Strings
Centers the string within a string of the specified length, padding it with the specified character.
center(String, int) - Static method in class ViolinStrings.Strings
Centers the string within a string of the specified length, padding it with blanks.
change(String, String, String, int, int, boolean) - Static method in class ViolinStrings.Strings
Changes occurrences of a specified pattern to a replacement string.
change(String, String, String, int, boolean) - Static method in class ViolinStrings.Strings
Changes occurrences of a specified pattern to a replacement string.
change(String, String, String, int, int) - Static method in class ViolinStrings.Strings
Changes occurrences of a specified pattern to a replacement string.
change(String, String, String, int) - Static method in class ViolinStrings.Strings
Changes occurrences of a specified pattern to a replacement string.
change(String, String, String, boolean) - Static method in class ViolinStrings.Strings
Changes occurrences of a specified pattern to a replacement string.
change(String, String, String) - Static method in class ViolinStrings.Strings
Changes occurrences of a specified pattern to a replacement string.
change(String, char, char, int, int, boolean) - Static method in class ViolinStrings.Strings
Changes occurrences of a specified character to a replacement character.
change(String, char, char, int, int) - Static method in class ViolinStrings.Strings
Changes occurrences of a specified character to a replacement character.
change(String, char, char, int, boolean) - Static method in class ViolinStrings.Strings
Changes occurrences of a specified character to a replacement character.
change(String, char, char, int) - Static method in class ViolinStrings.Strings
Changes occurrences of a specified character to a replacement character.
change(String, char, char) - Static method in class ViolinStrings.Strings
Changes occurrences of a specified character to a replacement character.
compare(String, String) - Static method in class ViolinStrings.Strings
Compares two strings.
contains(String, String, boolean) - Static method in class ViolinStrings.Strings
Returns true if the specified search string is contained in the original string.
contains(String, String) - Static method in class ViolinStrings.Strings
Returns true if the specified search string is contained in the original string.
copies(String, int) - Static method in class ViolinStrings.Strings
Returns a string consisting of the specified number of copies of the input string.

E

endsWith(String, String, boolean) - Static method in class ViolinStrings.Strings
Returns true if the string ends with the specified suffix.
endsWith(String, String) - Static method in class ViolinStrings.Strings
Returns true if the string ends with the specified suffix.
equals(char, char, boolean) - Static method in class ViolinStrings.Strings
Checks if two characters are equal.
equals(String, String, boolean) - Static method in class ViolinStrings.Strings
Checks if two strings are equal.

I

indexOf(String, String, int) - Static method in class ViolinStrings.Strings
Returns the index of the first ocurrence of the specified string.
indexOf(String, String, int, boolean) - Static method in class ViolinStrings.Strings
Returns the index of the first ocurrence of the specified string.
indexOf(String, String, boolean) - Static method in class ViolinStrings.Strings
Returns the index of the first ocurrence of the specified string, starting at the beginning of the string.
indexOf(String, String) - Static method in class ViolinStrings.Strings
Returns the index of the first ocurrence of the specified string.
indexOf(String, char) - Static method in class ViolinStrings.Strings
Returns the index of the first ocurrence of the specified character.
indexOf(String, char, int, boolean) - Static method in class ViolinStrings.Strings
Returns the index of the first ocurrence of the specified character, starting at the specified position.
indexOf(String, char, boolean) - Static method in class ViolinStrings.Strings
Returns the index of the first ocurrence of the specified character.
indexOf(String, char, int) - Static method in class ViolinStrings.Strings
Returns the index of the first ocurrence of the specified character.
indexOfAnyBut(String, String, int, boolean) - Static method in class ViolinStrings.Strings
Returns the index of the first character that is not contained in the specified set of characters.
indexOfAnyBut(String, String, boolean) - Static method in class ViolinStrings.Strings
Returns the index of the first character that is not contained in the specified set of characters.
indexOfAnyBut(String, String, int) - Static method in class ViolinStrings.Strings
Returns the index of the first character that is not contained in the specified set of characters.
indexOfAnyBut(String, String) - Static method in class ViolinStrings.Strings
Returns the index of the first character that is not contained in the specified set of characters.
indexOfAnyOf(String, String, int) - Static method in class ViolinStrings.Strings
Returns the index of the first character that is contained in the specified set of characters.
indexOfAnyOf(String, String, int, boolean) - Static method in class ViolinStrings.Strings
Returns the index of the first character that is contained in the specified set of characters.
indexOfAnyOf(String, String, boolean) - Static method in class ViolinStrings.Strings
Returns the index of the first character that is contained in the specified set of characters.
indexOfAnyOf(String, String) - Static method in class ViolinStrings.Strings
Returns the index of the first character that is contained in the specified set of characters.
indexOfPhrase(String, String, int, boolean) - Static method in class ViolinStrings.Strings
Returns the index of the first occurrence of the specified phrase within the string.
indexOfPhrase(String, String, int) - Static method in class ViolinStrings.Strings
Returns the index of the first occurrence of the specified phrase within the string.
indexOfWord(String, int) - Static method in class ViolinStrings.Strings
Returns the index of the first character of the specified nth word within the string.
insert(String, String, int, char) - Static method in class ViolinStrings.Strings
Inserts a string after the specified position.
insert(String, String, int) - Static method in class ViolinStrings.Strings
Inserts a string after the specified position.
isAbbreviationOf(String, String, int, boolean) - Static method in class ViolinStrings.Strings
Returns true if the string is a valid abbreviation of another string.
isAbbreviationOf(String, String, int) - Static method in class ViolinStrings.Strings
Returns true if the string is a valid abbreviation of another string.
isAbbreviationOf(String, String, boolean) - Static method in class ViolinStrings.Strings
Returns true if the string is a valid abbreviation of another string.
isDigit(String) - Static method in class ViolinStrings.Strings
Returns true if the string consists of digits.
isISOControl(String) - Static method in class ViolinStrings.Strings
Returns true if the string consists of ISO control characters.
isIdentifierIgnorable(String) - Static method in class ViolinStrings.Strings
Returns true if the string consists of ignorable characters in a Java identifier or a Unicode identifier.
isJavaIdentifier(String) - Static method in class ViolinStrings.Strings
Returns true if the string is a valid Java identifier.
isLetter(String) - Static method in class ViolinStrings.Strings
Returns true if the string consists of letters.
isLetterOrDigit(String) - Static method in class ViolinStrings.Strings
Returns true if the string consists of letters or digits.
isLike(String, String, int, char, char, boolean) - Static method in class ViolinStrings.Strings
Returns true if the string matches the specified pattern.
isLike(String, String, int, boolean) - Static method in class ViolinStrings.Strings
Returns true if the string matches the specified pattern.
isLike(String, String, int) - Static method in class ViolinStrings.Strings
Returns true if the string matches the specified pattern.
isLike(String, String) - Static method in class ViolinStrings.Strings
Returns true if the string matches the specified pattern.
isLowerCase(String) - Static method in class ViolinStrings.Strings
Returns true if the string consists of lowercase characters.
isSpaceChar(String) - Static method in class ViolinStrings.Strings
Returns true if the string consists of Unicode space characters.
isTitleCase(String) - Static method in class ViolinStrings.Strings
Returns true if the string consists of title case characters.
isUnicodeIdentifier(String) - Static method in class ViolinStrings.Strings
Returns true if the string is a valid Unicode identifier.
isUpperCase(String) - Static method in class ViolinStrings.Strings
Returns true if the string consists of uppercase characters.
isWhitespace(String) - Static method in class ViolinStrings.Strings
Returns true if the string consists of whitespace characters.

L

lastIndexOf(String, String, int, boolean) - Static method in class ViolinStrings.Strings
Returns the index of the last ocurrence of the specified string.
lastIndexOf(String, String, boolean) - Static method in class ViolinStrings.Strings
Returns the index of the last ocurrence of the specified string.
lastIndexOf(String, String, int) - Static method in class ViolinStrings.Strings
Returns the index of the last ocurrence of the specified string.
lastIndexOf(String, String) - Static method in class ViolinStrings.Strings
Returns the index of the last ocurrence of the specified string.
lastIndexOf(String, char, int, boolean) - Static method in class ViolinStrings.Strings
Returns the index of the last ocurrence of the specified character.
lastIndexOf(String, char, int) - Static method in class ViolinStrings.Strings
Returns the index of the last ocurrence of the specified character.
lastIndexOf(String, char) - Static method in class ViolinStrings.Strings
Returns the index of the last ocurrence of the specified character.
lastIndexOfAnyBut(String, String, int, boolean) - Static method in class ViolinStrings.Strings
Returns the index of the last character that is not contained in the specified set of characters.
lastIndexOfAnyBut(String, String, int) - Static method in class ViolinStrings.Strings
Returns the index of the last character that is not contained in the specified set of characters.
lastIndexOfAnyBut(String, String) - Static method in class ViolinStrings.Strings
Returns the index of the last character that is not contained in the specified set of characters.
lastIndexOfAnyOf(String, String, int, boolean) - Static method in class ViolinStrings.Strings
Returns the index of the last character that is contained in the specified set of characters.
lastIndexOfAnyOf(String, String, int) - Static method in class ViolinStrings.Strings
Returns the index of the last character that is contained in the specified set of characters.
lastIndexOfAnyOf(String, String) - Static method in class ViolinStrings.Strings
Returns the index of the last character that is contained in the specified set of characters.
leftJustify(String, int, char) - Static method in class ViolinStrings.Strings
Left-justifies the string in a string of the specified length.
leftJustify(String, int) - Static method in class ViolinStrings.Strings
Left-justifies the string in a string of the specified length.

N

numWords(String) - Static method in class ViolinStrings.Strings
Returns the number of words in the string.

O

occurrencesOf(String, String, int, boolean) - Static method in class ViolinStrings.Strings
Returns the number of occurrences of the specified string.
occurrencesOf(String, String, boolean) - Static method in class ViolinStrings.Strings
Returns the number of occurrences of the specified string.
occurrencesOf(String, String, int) - Static method in class ViolinStrings.Strings
Returns the number of occurrences of the specified string.
occurrencesOf(String, String) - Static method in class ViolinStrings.Strings
Returns the number of occurrences of the specified string.
overlayWith(String, String, int, char) - Static method in class ViolinStrings.Strings
Replaces part of the string with the specified string, starting at a specified position.
overlayWith(String, String, int) - Static method in class ViolinStrings.Strings
Replaces part of the string with the specified string, starting at a specified position.

R

remove(String, int, int) - Static method in class ViolinStrings.Strings
Removes the specified number of characters from the string, starting at the specified position.
removeWords(String, int, int) - Static method in class ViolinStrings.Strings
Removes the specified number of words from the string, starting with the specified word number.
reverse(String) - Static method in class ViolinStrings.Strings
Reverses the sequence of characters contained in the string.
rightJustify(String, int, char) - Static method in class ViolinStrings.Strings
Right-justifies the string in a string of the specified length.
rightJustify(String, int) - Static method in class ViolinStrings.Strings
Right-justifies the string in a string of the specified length.

S

Strings - class ViolinStrings.Strings.
The Strings class provides a number of useful string manipulation methods.
Strings() - Constructor for class ViolinStrings.Strings
 
split(String) - Static method in class ViolinStrings.Strings
Return an array of the constituent words of a string.
split(String, int) - Static method in class ViolinStrings.Strings
Return an array of (at most) the first limit constituent words of a string.
startsWith(String, String, boolean) - Static method in class ViolinStrings.Strings
Returns true if the string starts with the specified prefix.
startsWith(String, String) - Static method in class ViolinStrings.Strings
Returns true if the string starts with the specified prefix.
startsWith(String, String, int) - Static method in class ViolinStrings.Strings
Returns true if the string starts with the specified prefix.
startsWith(String, String, int, boolean) - Static method in class ViolinStrings.Strings
Returns true if the string starts with the specified prefix.
strip(String, String, boolean) - Static method in class ViolinStrings.Strings
Strips the specified characters from both ends of the string.
strip(String, String) - Static method in class ViolinStrings.Strings
Strips the specified characters from both ends of the string.
strip(String, char, boolean) - Static method in class ViolinStrings.Strings
Strips the specified character from both ends of the string.
strip(String, char) - Static method in class ViolinStrings.Strings
Strips the specified character from both ends of the string.
stripBlanks(String) - Static method in class ViolinStrings.Strings
Strips white space characters from both ends of the string.
stripLeading(String, String, boolean) - Static method in class ViolinStrings.Strings
Strips the specified leading characters.
stripLeading(String, String) - Static method in class ViolinStrings.Strings
Strips the specified leading characters.
stripLeading(String, char, boolean) - Static method in class ViolinStrings.Strings
Strips the specified leading character.
stripLeading(String, char) - Static method in class ViolinStrings.Strings
Strips the specified leading character.
stripLeadingBlanks(String) - Static method in class ViolinStrings.Strings
Strips leading white space characters.
stripTrailing(String, String, boolean) - Static method in class ViolinStrings.Strings
Strips the specified trailing characters.
stripTrailing(String, String) - Static method in class ViolinStrings.Strings
Strips the specified trailing characters.
stripTrailing(String, char, boolean) - Static method in class ViolinStrings.Strings
Strips the specified trailing character.
stripTrailing(String, char) - Static method in class ViolinStrings.Strings
Strips the specified trailing character.
stripTrailingBlanks(String) - Static method in class ViolinStrings.Strings
Strips trailing white space characters.
subWords(String, int, int) - Static method in class ViolinStrings.Strings
Returns a substring of the string which starts at a specified word and contains the specified number of words.
substring(String, int, int, char) - Static method in class ViolinStrings.Strings
Returns a substring of the specified string, starting at a specified position, with the specified length.
substring(String, int, int) - Static method in class ViolinStrings.Strings
Returns a substring of the specified string, starting at a specified position, with the specified length.
substring(String, int) - Static method in class ViolinStrings.Strings
Returns a substring of the specified string, starting at a specified position, and extending to the end of the string.

T

toBoolean(String) - Static method in class ViolinStrings.Strings
Returns true if the string represents the word "true".
toByte(String) - Static method in class ViolinStrings.Strings
If the string represents a valid byte value, returns this value as a byte.
toByte(String, int) - Static method in class ViolinStrings.Strings
If the string represents a valid byte value, returns this value as a byte.
toDouble(String) - Static method in class ViolinStrings.Strings
If the string represents a valid double number, returns this number as a double value.
toFloat(String) - Static method in class ViolinStrings.Strings
If the string represents a valid float number, returns this number as a float value.
toInt(String) - Static method in class ViolinStrings.Strings
If the string represents a valid integer number, returns this number as an int value.
toInt(String, int) - Static method in class ViolinStrings.Strings
If the string represents a valid integer number, returns this number as an int value.
toLong(String) - Static method in class ViolinStrings.Strings
If the string represents a valid long integer, returns this number as a long value.
toLong(String, int) - Static method in class ViolinStrings.Strings
If the string represents a valid long integer, returns this number as a long value.
toLowerCase(String) - Static method in class ViolinStrings.Strings
Converts the string to lower case.
toLowerCase(String, Locale) - Static method in class ViolinStrings.Strings
Converts the string to lower case using the given Locale.
toShort(String, int) - Static method in class ViolinStrings.Strings
If the string represents a valid short number, returns this number as a short value.
toShort(String) - Static method in class ViolinStrings.Strings
If the string represents a valid short number, returns this number as a short value.
toTitleCase(String) - Static method in class ViolinStrings.Strings
Converts the string to titlecase.
toUpperCase(String) - Static method in class ViolinStrings.Strings
Converts the string to upper case.
toUpperCase(String, Locale) - Static method in class ViolinStrings.Strings
Converts the string to upper case using the given Locale.
translate(String, String, String, char, boolean) - Static method in class ViolinStrings.Strings
Converts all of the string's characters which are contained in the input set of characters to the corresponding character in the output set of characters.
translate(String, String, String, char) - Static method in class ViolinStrings.Strings
Converts all of the string's characters which are contained in the input set of characters to the corresponding character in the output set of characters.
translate(String, String, String, boolean) - Static method in class ViolinStrings.Strings
Converts all of the string's characters which are contained in the input set of characters to the corresponding character in the output set of characters.
translate(String, String, String) - Static method in class ViolinStrings.Strings
Converts all of the string's characters which are contained in the input set of characters to the corresponding character in the output set of characters.

V

ViolinStrings - package ViolinStrings
 

W

word(String, int) - Static method in class ViolinStrings.Strings
Returns the nth word in the string.
wordIndexOfPhrase(String, String, int, boolean) - Static method in class ViolinStrings.Strings
Returns the number of the first word of the first occurrence of the specified phrase within the string.
wordIndexOfPhrase(String, String, int) - Static method in class ViolinStrings.Strings
Returns the number of the first word of the first occurrence of the specified phrase within the string.
wordSpace(String, int) - Static method in class ViolinStrings.Strings
All whitespace between the words of the string is replaced by the specified number of blanks.

X

xRange(char, char) - Static method in class ViolinStrings.Strings
Builds a string consisting of all characters between 'start' and 'end'.

C E I L N O R S T V W X