A B C D E F G H I N P S T

A

appendN(char, int, StringBuilder) - Static method in class info.aduna.text.StringUtil
Appends the specified character n times to the supplied StringBuilder.
ASCIIUtil - Class in info.aduna.text
Utility methods for ASCII character checking.
ASCIIUtil() - Constructor for class info.aduna.text.ASCIIUtil
 

B

binary2hex(byte[]) - Static method in class info.aduna.text.EncodingUtil
Translates a binary value (in the form of a byte array) to its hexadecimal value.

C

compare(String, String) - Method in class info.aduna.text.NumericStringComparator
 
compare(Object, Object) - Method in class info.aduna.text.ToTextComparator
 
concat(String...) - Static method in class info.aduna.text.StringUtil
Concatenate a number of Strings.
contains(String, String) - Static method in class info.aduna.text.StringSearch
Does the text contain the specified token?

D

DateTimeUtil - Class in info.aduna.text
 
DateTimeUtil() - Constructor for class info.aduna.text.DateTimeUtil
 
decodeArray(String) - Static method in class info.aduna.text.StringUtil
Decodes a String generated by encodeArray.
deriveInitialText(String) - Static method in class info.aduna.text.StringUtil
Derives the initial text from the supplied text.

E

encodeArray(String[]) - Static method in class info.aduna.text.StringUtil
Encodes an array of Strings into a single String than can be decoded to the original array using the corresponding decode method.
EncodingUtil - Class in info.aduna.text
Utility methods for encoding and decoding values in various encoding formats.
EncodingUtil() - Constructor for class info.aduna.text.EncodingUtil
 
escapeSpecialChars(String) - Static method in class info.aduna.text.PatternUtil
Escapes any characters that have a special meaning in Patterns.

F

find(String, String, boolean) - Static method in class info.aduna.text.StringSearch
Find keywords specified by an 'AltaVista'-like search string.
find(String, String, boolean, boolean) - Static method in class info.aduna.text.StringSearch
Find keywords specified by an 'AltaVista'-like search string.

G

getAllAfter(String, char) - Static method in class info.aduna.text.StringUtil
Returns all text occurring after the specified separator character, or the entire string when the seperator char does not occur.
getAllBefore(String, char) - Static method in class info.aduna.text.StringUtil
Returns all text occurring before the specified separator character, or the entire string when the seperator char does not occur.
getInstance() - Static method in class info.aduna.text.ToTextComparator
 
getInstance(Locale) - Static method in class info.aduna.text.ToTextComparator
 
getNiceDateTimeString(long) - Static method in class info.aduna.text.DateTimeUtil
Converts the supplied 'date' to a Date object and call getNiceDateTimeString(Date).
getNiceDateTimeString(Date) - Static method in class info.aduna.text.DateTimeUtil
Gets a "nice" human readable string for the supplied date.
getNiceDurationString(long) - Static method in class info.aduna.text.DateTimeUtil
Gets a "nice" human readable string for the supplied duration.
gsub(String, String, String) - Static method in class info.aduna.text.StringUtil
Substitute String "old" by String "new" in String "text" everywhere.

H

hex2binary(String) - Static method in class info.aduna.text.EncodingUtil
Translates an hexadecimal value to binary (in the form of a byte array).

I

info.aduna.text - package info.aduna.text
 
isGarbageText(String) - Static method in class info.aduna.text.StringUtil
Titles shorter than MIN_TITLE_LENGTH and long titles that don't contain a single space character are considered to be garbage.
isLetter(int) - Static method in class info.aduna.text.ASCIIUtil
Checks whether the supplied character is a letter.
isLetterOrNumber(int) - Static method in class info.aduna.text.ASCIIUtil
Checks whether the supplied character is a letter or number.
isLowerCaseLetter(int) - Static method in class info.aduna.text.ASCIIUtil
Checks whether the supplied character is an lower-case letter.
isNumber(int) - Static method in class info.aduna.text.ASCIIUtil
Checks whether the supplied character is a number
isUpperCaseLetter(int) - Static method in class info.aduna.text.ASCIIUtil
Checks whether the supplied character is an upper-case letter.

N

NumericStringComparator - Class in info.aduna.text
Comparator that compares two String representing numbers.
NumericStringComparator() - Constructor for class info.aduna.text.NumericStringComparator
 

P

PatternUtil - Class in info.aduna.text
Utility methods for regular expression patterns.
PatternUtil() - Constructor for class info.aduna.text.PatternUtil
 

S

StringSearch - Class in info.aduna.text
 
StringSearch() - Constructor for class info.aduna.text.StringSearch
 
StringUtil - Class in info.aduna.text
 
StringUtil() - Constructor for class info.aduna.text.StringUtil
 

T

ToTextComparator - Class in info.aduna.text
Comparator that compares the String representations of two objects (using their toString() methods).
trimDoubleQuotes(String) - Static method in class info.aduna.text.StringUtil
Removes the double quote from the start and end of the supplied string if it starts and ends with this character.

A B C D E F G H I N P S T

Copyright © 2010 Aduna. All Rights Reserved.