Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractFunction - Class in net.thevpc.common.strings.format
- AbstractFunction() - Constructor for class net.thevpc.common.strings.format.AbstractFunction
- AbstractStringComparator - Class in net.thevpc.common.strings
- AbstractStringComparator() - Constructor for class net.thevpc.common.strings.AbstractStringComparator
- AbstractStringTransform - Class in net.thevpc.common.strings
- AbstractStringTransform() - Constructor for class net.thevpc.common.strings.AbstractStringTransform
- add(String) - Method in interface net.thevpc.common.strings.StringCollection
- addDefaults() - Method in class net.thevpc.common.strings.MessageNameFormatContext
- alignLeft(String, int) - Static method in class net.thevpc.common.strings.StringUtils
- alignRight(String, int) - Static method in class net.thevpc.common.strings.StringUtils
- allMatches(String) - Method in class net.thevpc.common.strings.Pattern2
- any() - Static method in class net.thevpc.common.strings.StringComparators
- append(boolean) - Method in class net.thevpc.common.strings.StringBuilder2
-
Appends the string representation of the
booleanargument to the sequence. - append(char) - Method in class net.thevpc.common.strings.StringBuilder2
-
Appends the string representation of the
charargument to this sequence. - append(char[]) - Method in class net.thevpc.common.strings.StringBuilder2
-
Appends the string representation of the
chararray argument to this sequence. - append(char[], int, int) - Method in class net.thevpc.common.strings.StringBuilder2
-
Appends the string representation of a subarray of the
chararray argument to this sequence. - append(double) - Method in class net.thevpc.common.strings.StringBuilder2
-
Appends the string representation of the
doubleargument to this sequence. - append(float) - Method in class net.thevpc.common.strings.StringBuilder2
-
Appends the string representation of the
floatargument to this sequence. - append(int) - Method in class net.thevpc.common.strings.StringBuilder2
-
Appends the string representation of the
intargument to this sequence. - append(long) - Method in class net.thevpc.common.strings.StringBuilder2
-
Appends the string representation of the
longargument to this sequence. - append(CharSequence) - Method in class net.thevpc.common.strings.StringBuilder2
- append(CharSequence, int, int) - Method in class net.thevpc.common.strings.StringBuilder2
-
Appends a subsequence of the specified
CharSequenceto this sequence. - append(Object) - Method in class net.thevpc.common.strings.StringBuilder2
-
Appends the string representation of the
Objectargument. - append(String) - Method in class net.thevpc.common.strings.StringBuilder2
-
Appends the specified string to this character sequence.
- append(StringBuffer) - Method in class net.thevpc.common.strings.StringBuilder2
- append(StringBuilder2) - Method in class net.thevpc.common.strings.StringBuilder2
- appendCodePoint(int) - Method in class net.thevpc.common.strings.StringBuilder2
-
Appends the string representation of the
codePointargument to this sequence. - appendln() - Method in class net.thevpc.common.strings.StringBuilder2
- appendln(CharSequence) - Method in class net.thevpc.common.strings.StringBuilder2
- appendln(StringBuffer) - Method in class net.thevpc.common.strings.StringBuilder2
- appendln(StringBuilder2) - Method in class net.thevpc.common.strings.StringBuilder2
- appendWithSeparator(String, String) - Method in class net.thevpc.common.strings.StringBuilder2
-
appends separator and than str.
- apply(StringTransform) - Method in class net.thevpc.common.strings.AbstractStringComparator
- apply(StringTransform) - Method in class net.thevpc.common.strings.AbstractStringTransform
- apply(StringTransform) - Method in interface net.thevpc.common.strings.StringComparator
- apply(StringTransform) - Method in interface net.thevpc.common.strings.StringTransform
B
- buildString(String) - Method in class net.thevpc.common.strings.Pattern2.Matcher2
C
- capacity() - Method in class net.thevpc.common.strings.StringBuilder2
-
Returns the current capacity.
- charAt(int) - Method in class net.thevpc.common.strings.StringBuilder2
-
Returns the
charvalue in this sequence at the specified index. - clear() - Method in interface net.thevpc.common.strings.StringCollection
- clear(StringBuilder) - Static method in class net.thevpc.common.strings.StringUtils
- coalesce(String...) - Static method in class net.thevpc.common.strings.StringUtils
- codePointAt(int) - Method in class net.thevpc.common.strings.StringBuilder2
-
Returns the character (Unicode code point) at the specified index.
- codePointBefore(int) - Method in class net.thevpc.common.strings.StringBuilder2
-
Returns the character (Unicode code point) before the specified index.
- codePointCount(int, int) - Method in class net.thevpc.common.strings.StringBuilder2
-
Returns the number of Unicode code points in the specified text range of this sequence.
- combineConverters(StringConverter...) - Static method in class net.thevpc.common.strings.StringUtils
- commentChar(int) - Method in class net.thevpc.common.strings.StreamTokenizerExt
-
Specified that the character argument starts a single-line comment.
- compile(String) - Static method in class net.thevpc.common.strings.Pattern2
- compile(String, int) - Static method in class net.thevpc.common.strings.Pattern2
- compile2(String, String...) - Static method in class net.thevpc.common.strings.Pattern2
-
create a pattern that
- compileSubPatterns(String, String...) - Static method in class net.thevpc.common.strings.StringUtils
-
Builds a pattern where all the string is escaped but £? will be replaced by valid patterns Example :
- compileSubPatterns2(String, String...) - Static method in class net.thevpc.common.strings.StringUtils
- contains(String) - Method in interface net.thevpc.common.strings.StringCollection
- convert(String) - Method in interface net.thevpc.common.strings.StringConverter
- convert(String) - Method in class net.thevpc.common.strings.StringConverterMap
- copy(boolean) - Method in class net.thevpc.common.strings.MessageNameFormatContext
- createStringCollection(String, boolean, boolean, StringConverter, StringConverter) - Static method in class net.thevpc.common.strings.StringUtils
- createStringList(String, StringConverter) - Static method in class net.thevpc.common.strings.StringUtils
- createStringMap(String, StringConverter, StringConverter) - Static method in class net.thevpc.common.strings.StringUtils
- createStringSet(String, StringConverter) - Static method in class net.thevpc.common.strings.StringUtils
- cut(String, int) - Static method in class net.thevpc.common.strings.StringUtils
- cut(String, int, String) - Static method in class net.thevpc.common.strings.StringUtils
D
- delete() - Method in class net.thevpc.common.strings.StringBuilder2
- delete(int, int) - Method in class net.thevpc.common.strings.StringBuilder2
-
Removes the characters in a substring of this sequence.
- deleteCharAt(int) - Method in class net.thevpc.common.strings.StringBuilder2
-
Removes the
charat the specified position in this sequence. - DOLLAR_PLACE_HOLDER_PATTERN - Static variable in class net.thevpc.common.strings.StringUtils
- DOUBLE_STRING_PARSER - Static variable in class net.thevpc.common.strings.StringToObjectFactory
E
- end() - Method in class net.thevpc.common.strings.Pattern2.Matcher2
- end(int) - Method in class net.thevpc.common.strings.Pattern2.Matcher2
- end(String) - Method in class net.thevpc.common.strings.Pattern2.Matcher2
- endsWith(String) - Method in class net.thevpc.common.strings.StringBuilder2
-
Tests if this string ends with the specified suffix.
- ensureCapacity(int) - Method in class net.thevpc.common.strings.StringBuilder2
-
Ensures that the capacity is at least equal to the specified minimum.
- eolIsSignificant(boolean) - Method in class net.thevpc.common.strings.StreamTokenizerExt
-
Determines whether or not ends of line are treated as tokens.
- eq(String) - Static method in class net.thevpc.common.strings.StringComparators
- equals(Object) - Method in class net.thevpc.common.strings.AbstractStringComparator
- escapeRegex(String) - Static method in class net.thevpc.common.strings.StringUtils
- eval(MessageNameFormat.ExprNode[], MessageNameFormat, StringToObject, MessageNameFormatContext) - Method in class net.thevpc.common.strings.format.AbstractFunction
- eval(MessageNameFormat.ExprNode[], MessageNameFormat, StringToObject, MessageNameFormatContext) - Method in interface net.thevpc.common.strings.MessageNameFormat.Function
- evalArgs(Object[], MessageNameFormat, StringToObject) - Method in class net.thevpc.common.strings.format.AbstractFunction
- exceptionToString(Throwable) - Static method in class net.thevpc.common.strings.StringUtils
- expand(String, String, int) - Static method in class net.thevpc.common.strings.StringUtils
- extractFrom(String) - Method in class net.thevpc.common.strings.StringLocation
F
- FCT_DATE - Static variable in class net.thevpc.common.strings.format.MessageNameFormatFactory
- FCT_DATE_PARSE - Static variable in class net.thevpc.common.strings.format.MessageNameFormatFactory
- FCT_DOUBLE - Static variable in class net.thevpc.common.strings.format.MessageNameFormatFactory
- FCT_INTEGER - Static variable in class net.thevpc.common.strings.format.MessageNameFormatFactory
- FCT_SWITCH - Static variable in class net.thevpc.common.strings.format.MessageNameFormatFactory
- fillString(char, int) - Static method in class net.thevpc.common.strings.StringUtils
- fillString(String, int) - Static method in class net.thevpc.common.strings.StringUtils
- find() - Method in class net.thevpc.common.strings.Pattern2.Matcher2
- find(int) - Method in class net.thevpc.common.strings.Pattern2.Matcher2
- format(String, Map, MessageNameFormatContext) - Static method in class net.thevpc.common.strings.StringUtils
- format(List, MessageNameFormat, StringToObject, MessageNameFormatContext) - Method in class net.thevpc.common.strings.MessageNameFormat.FunctionExprNode
- format(Map, MessageNameFormatContext) - Method in class net.thevpc.common.strings.MessageNameFormat
- format(MessageNameFormat, StringToObject, MessageNameFormatContext) - Method in interface net.thevpc.common.strings.MessageNameFormat.ExprNode
- format(MessageNameFormat, StringToObject, MessageNameFormatContext) - Method in class net.thevpc.common.strings.MessageNameFormat.FunctionExprNode
- format(MessageNameFormat, StringToObject, MessageNameFormatContext) - Method in class net.thevpc.common.strings.MessageNameFormat.LiteralExprNode
- format(MessageNameFormat, StringToObject, MessageNameFormatContext) - Method in class net.thevpc.common.strings.MessageNameFormat.NameExprNode
- format(StringToObject, MessageNameFormatContext) - Method in class net.thevpc.common.strings.MessageNameFormat
- formatLeft(Object, int) - Static method in class net.thevpc.common.strings.StringUtils
- formatRight(Object, int) - Static method in class net.thevpc.common.strings.StringUtils
- freeze() - Method in class net.thevpc.common.strings.MessageNameFormatContext
- FunctionExprNode(String) - Constructor for class net.thevpc.common.strings.MessageNameFormat.FunctionExprNode
G
- getChars(int, int, char[], int) - Method in class net.thevpc.common.strings.StringBuilder2
-
Characters are copied from this sequence into the destination character array
dst. - getEnd() - Method in class net.thevpc.common.strings.StringLocation
- getFunction(String) - Method in class net.thevpc.common.strings.MessageNameFormatContext
- getStart() - Method in class net.thevpc.common.strings.StringLocation
- getTransform() - Method in class net.thevpc.common.strings.AbstractStringComparator
- getTransform() - Method in interface net.thevpc.common.strings.StringComparator
- getValues() - Method in interface net.thevpc.common.strings.StringCollection
- group() - Method in class net.thevpc.common.strings.Pattern2.Matcher2
- group(int) - Method in class net.thevpc.common.strings.Pattern2.Matcher2
- group(String) - Method in class net.thevpc.common.strings.Pattern2.Matcher2
- groupCount() - Method in class net.thevpc.common.strings.Pattern2.Matcher2
H
- hasAnchoringBounds() - Method in class net.thevpc.common.strings.Pattern2.Matcher2
- hashCode() - Method in class net.thevpc.common.strings.AbstractStringComparator
- hasTransparentBounds() - Method in class net.thevpc.common.strings.Pattern2.Matcher2
- hitEnd() - Method in class net.thevpc.common.strings.Pattern2.Matcher2
I
- ieq(String) - Static method in class net.thevpc.common.strings.StringComparators
- ilike(String) - Static method in class net.thevpc.common.strings.StringComparators
- ilikepart(String) - Static method in class net.thevpc.common.strings.StringComparators
- image - Variable in class net.thevpc.common.strings.StreamTokenizerExt
- indexOf(String) - Method in class net.thevpc.common.strings.StringBuilder2
-
Returns the index within this string of the first occurrence of the specified substring.
- indexOf(String, int) - Method in class net.thevpc.common.strings.StringBuilder2
-
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
- indexOfRegexpEnd(String, String) - Static method in class net.thevpc.common.strings.StringUtils
- indexOfRegexpStart(String, String) - Static method in class net.thevpc.common.strings.StringUtils
- indexOfWord(String, String) - Static method in class net.thevpc.common.strings.StringUtils
- indexOfWord(String, String, int) - Static method in class net.thevpc.common.strings.StringUtils
- indexOfWord(String, String, int, String) - Static method in class net.thevpc.common.strings.StringUtils
- insert(int, boolean) - Method in class net.thevpc.common.strings.StringBuilder2
-
Inserts the string representation of the
booleanargument into this sequence. - insert(int, char) - Method in class net.thevpc.common.strings.StringBuilder2
-
Inserts the string representation of the
charargument into this sequence. - insert(int, char[]) - Method in class net.thevpc.common.strings.StringBuilder2
-
Inserts the string representation of the
chararray argument into this sequence. - insert(int, char[], int, int) - Method in class net.thevpc.common.strings.StringBuilder2
-
Inserts the string representation of a subarray of the
strarray argument into this sequence. - insert(int, double) - Method in class net.thevpc.common.strings.StringBuilder2
-
Inserts the string representation of the
doubleargument into this sequence. - insert(int, float) - Method in class net.thevpc.common.strings.StringBuilder2
-
Inserts the string representation of the
floatargument into this sequence. - insert(int, int) - Method in class net.thevpc.common.strings.StringBuilder2
-
Inserts the string representation of the second
intargument into this sequence. - insert(int, long) - Method in class net.thevpc.common.strings.StringBuilder2
-
Inserts the string representation of the
longargument into this sequence. - insert(int, CharSequence) - Method in class net.thevpc.common.strings.StringBuilder2
-
Inserts the specified
CharSequenceinto this sequence. - insert(int, CharSequence, int, int) - Method in class net.thevpc.common.strings.StringBuilder2
-
Inserts a subsequence of the specified
CharSequenceinto this sequence. - insert(int, Object) - Method in class net.thevpc.common.strings.StringBuilder2
-
Inserts the string representation of the
Objectargument into this character sequence. - insert(int, String) - Method in class net.thevpc.common.strings.StringBuilder2
-
Inserts the string into this character sequence.
- iregexp(String) - Static method in class net.thevpc.common.strings.StringComparators
- isBlank(String) - Static method in class net.thevpc.common.strings.StringUtils
- isEditable() - Method in class net.thevpc.common.strings.MessageNameFormatContext
- isJavaIdentifier(String) - Static method in class net.thevpc.common.strings.StringUtils
J
- join(String, boolean[]) - Static method in class net.thevpc.common.strings.StringUtils
- join(String, byte[]) - Static method in class net.thevpc.common.strings.StringUtils
- join(String, char[]) - Static method in class net.thevpc.common.strings.StringUtils
- join(String, double[]) - Static method in class net.thevpc.common.strings.StringUtils
- join(String, float[]) - Static method in class net.thevpc.common.strings.StringUtils
- join(String, int[]) - Static method in class net.thevpc.common.strings.StringUtils
- join(String, long[]) - Static method in class net.thevpc.common.strings.StringUtils
- join(String, String[]) - Static method in class net.thevpc.common.strings.StringUtils
- join(String, Collection) - Static method in class net.thevpc.common.strings.StringUtils
- join(String, Collection, ObjectToString) - Static method in class net.thevpc.common.strings.StringUtils
- join(String, T[], ObjectToString) - Static method in class net.thevpc.common.strings.StringUtils
L
- lastIndexOf(String) - Method in class net.thevpc.common.strings.StringBuilder2
-
Returns the index within this string of the rightmost occurrence of the specified substring.
- lastIndexOf(String, int) - Method in class net.thevpc.common.strings.StringBuilder2
-
Returns the index within this string of the last occurrence of the specified substring.
- length() - Method in class net.thevpc.common.strings.StringBuilder2
-
Returns the length (character count).
- length() - Method in class net.thevpc.common.strings.StringLocation
- like(String) - Static method in class net.thevpc.common.strings.StringComparators
- lineno() - Method in class net.thevpc.common.strings.StreamTokenizerExt
-
Return the current line number.
- listToString(Collection, String) - Static method in class net.thevpc.common.strings.StringUtils
- listToString(Collection, String, boolean, StringTransform) - Static method in class net.thevpc.common.strings.StringUtils
- listToStringDeep(String, boolean, StringTransform, Object...) - Static method in class net.thevpc.common.strings.StringUtils
- LiteralExprNode(Object) - Constructor for class net.thevpc.common.strings.MessageNameFormat.LiteralExprNode
- literalToString(Object) - Static method in class net.thevpc.common.strings.StringUtils
- locationOfRegexp(String, String) - Static method in class net.thevpc.common.strings.StringUtils
- LONG_STRING_PARSER - Static variable in class net.thevpc.common.strings.StringToObjectFactory
- longestSubstring(String, String, boolean) - Static method in class net.thevpc.common.strings.StringUtils
-
https://karussell.wordpress.com/2011/04/14/longest-common-substring-algorithm-in-java/
- lookingAt() - Method in class net.thevpc.common.strings.Pattern2.Matcher2
- LOWER - Static variable in class net.thevpc.common.strings.StringTransforms
- LOWER - Static variable in class net.thevpc.common.strings.StringUtils
- lowerCaseMode(boolean) - Method in class net.thevpc.common.strings.StreamTokenizerExt
-
Determines whether or not word token are automatically lowercased.
M
- matcher(String) - Method in class net.thevpc.common.strings.Pattern2
- Matcher2(Matcher, Pattern2) - Constructor for class net.thevpc.common.strings.Pattern2.Matcher2
- matches() - Method in class net.thevpc.common.strings.Pattern2.Matcher2
- matches(String) - Method in class net.thevpc.common.strings.Pattern2
- matches(String) - Method in interface net.thevpc.common.strings.StringComparator
- matches(String, CharSequence) - Static method in class net.thevpc.common.strings.Pattern2
- matchesWildcardExpression(String, String) - Static method in class net.thevpc.common.strings.StringUtils
- matchesWildcardExpression(String, String, char) - Static method in class net.thevpc.common.strings.StringUtils
- matchSubstring(String, String) - Static method in class net.thevpc.common.strings.StringUtils
-
* **
- MessageNameFormat - Class in net.thevpc.common.strings
- MessageNameFormat(String) - Constructor for class net.thevpc.common.strings.MessageNameFormat
- MessageNameFormat.ExprNode - Interface in net.thevpc.common.strings
- MessageNameFormat.Function - Interface in net.thevpc.common.strings
- MessageNameFormat.FunctionExprNode - Class in net.thevpc.common.strings
- MessageNameFormat.LiteralExprNode - Class in net.thevpc.common.strings
- MessageNameFormat.NameExprNode - Class in net.thevpc.common.strings
- MessageNameFormatContext - Class in net.thevpc.common.strings
- MessageNameFormatContext() - Constructor for class net.thevpc.common.strings.MessageNameFormatContext
- MessageNameFormatContext(boolean, boolean) - Constructor for class net.thevpc.common.strings.MessageNameFormatContext
- MessageNameFormatFactory - Class in net.thevpc.common.strings.format
- MessageNameFormatFactory() - Constructor for class net.thevpc.common.strings.format.MessageNameFormatFactory
N
- NameExprNode(String) - Constructor for class net.thevpc.common.strings.MessageNameFormat.NameExprNode
- net.thevpc.common.strings - package net.thevpc.common.strings
- net.thevpc.common.strings.deprecated - package net.thevpc.common.strings.deprecated
- net.thevpc.common.strings.format - package net.thevpc.common.strings.format
- nextToken() - Method in class net.thevpc.common.strings.StreamTokenizerExt
-
Parses the next token from the input stream of this tokenizer.
- nonNull(Object) - Static method in class net.thevpc.common.strings.StringUtils
- nonNull(String) - Static method in class net.thevpc.common.strings.StringUtils
- NORMALIZED - Static variable in class net.thevpc.common.strings.StringUtils
- normalizeString(String) - Static method in class net.thevpc.common.strings.StringUtils
- not(StringComparator) - Static method in class net.thevpc.common.strings.StringComparators
- NOT_NULL - Static variable in class net.thevpc.common.strings.StringTransforms
- nval - Variable in class net.thevpc.common.strings.StreamTokenizerExt
-
If the current token is a number, this field contains the value of that number.
O
- ObjectToString<T> - Interface in net.thevpc.common.strings
- offsetByCodePoints(int, int) - Method in class net.thevpc.common.strings.StringBuilder2
-
Returns the index within this sequence that is offset from the given
indexbycodePointOffsetcode points. - ordinaryChar(int) - Method in class net.thevpc.common.strings.StreamTokenizerExt
-
Specifies that the character argument is "ordinary" in this tokenizer.
- ordinaryChars(int, int) - Method in class net.thevpc.common.strings.StreamTokenizerExt
-
Specifies that all characters c in the range
low <= c <= highare "ordinary" in this tokenizer.
P
- parseCommandline(String) - Static method in class net.thevpc.common.strings.StringUtils
-
code from org.apache.tools.ant.types.Commandline copyrights goes to Apache Ant Authors (Licensed to the Apache Software Foundation (ASF)) Crack a command line.
- parseMap(String, String) - Static method in class net.thevpc.common.strings.StringUtils
- parseMap(String, String, String) - Static method in class net.thevpc.common.strings.StringUtils
- parseNumbers() - Method in class net.thevpc.common.strings.StreamTokenizerExt
-
Specifies that numbers should be parsed by this tokenizer.
- Pattern2 - Class in net.thevpc.common.strings
- Pattern2.Matcher2 - Class in net.thevpc.common.strings
- pushBack() - Method in class net.thevpc.common.strings.StreamTokenizerExt
-
Causes the next call to the
nextTokenmethod of this tokenizer to return the current value in thettypefield, and not to modify the value in thenvalorsvalfield.
Q
- quote(String) - Static method in class net.thevpc.common.strings.Pattern2
- quoteChar(int) - Method in class net.thevpc.common.strings.StreamTokenizerExt
-
Specifies that matching pairs of this character delimit string constants in this tokenizer.
- quotePattern(String) - Static method in class net.thevpc.common.strings.Pattern2
R
- readToken(Reader, String, StringBuilder) - Static method in class net.thevpc.common.strings.StringUtils
- regexp(String) - Static method in class net.thevpc.common.strings.StringComparators
- regionMatches(boolean, int, String, int, int) - Method in class net.thevpc.common.strings.StringBuilder2
- regionMatches(int, String, int, int) - Method in class net.thevpc.common.strings.StringBuilder2
- register(String, MessageNameFormat.Function) - Method in class net.thevpc.common.strings.MessageNameFormatContext
- remove(String) - Method in interface net.thevpc.common.strings.StringCollection
- removeDuplicates(String[]) - Static method in class net.thevpc.common.strings.StringUtils
- replace(int, int, String) - Method in class net.thevpc.common.strings.StringBuilder2
-
Replaces the characters in a substring of this sequence with characters in the specified
String. - replaceDollarPlaceHolders(String, StringConverter) - Static method in class net.thevpc.common.strings.StringUtils
- replaceHead(String, String, String) - Static method in class net.thevpc.common.strings.StringUtils
- replacePlaceHolders(String, String, String, StringConverter) - Static method in class net.thevpc.common.strings.StringUtils
- replaceTail(String, String, String) - Static method in class net.thevpc.common.strings.StringUtils
- requireEnd() - Method in class net.thevpc.common.strings.Pattern2.Matcher2
- reset() - Method in class net.thevpc.common.strings.Pattern2.Matcher2
- resetSyntax() - Method in class net.thevpc.common.strings.StreamTokenizerExt
-
Resets this tokenizer's syntax table so that all characters are "ordinary." See the
ordinaryCharmethod for more information on a character being ordinary. - resetTransform() - Method in class net.thevpc.common.strings.AbstractStringComparator
- resetTransform() - Method in interface net.thevpc.common.strings.StringComparator
- resolveDateFormat(String, Locale, String) - Static method in class net.thevpc.common.strings.MessageNameFormat
-
/////////////////////////////////////////////////////////////////////////
- reverse() - Method in class net.thevpc.common.strings.StringBuilder2
-
Causes this character sequence to be replaced by the reverse of the sequence.
S
- setCharAt(int, char) - Method in class net.thevpc.common.strings.StringBuilder2
-
The character at the specified index is set to
ch. - setLength(int) - Method in class net.thevpc.common.strings.StringBuilder2
-
Sets the length of the character sequence.
- size() - Method in interface net.thevpc.common.strings.StringCollection
- slashSlashComments(boolean) - Method in class net.thevpc.common.strings.StreamTokenizerExt
-
Determines whether or not the tokenizer recognizes C++-style comments.
- slashStarComments(boolean) - Method in class net.thevpc.common.strings.StreamTokenizerExt
-
Determines whether or not the tokenizer recognizes C-style comments.
- split(String, String) - Static method in class net.thevpc.common.strings.StringUtils
- split(String, String, boolean, boolean) - Static method in class net.thevpc.common.strings.StringUtils
- stacktraceToString(Throwable) - Static method in class net.thevpc.common.strings.StringUtils
- start() - Method in class net.thevpc.common.strings.Pattern2.Matcher2
- start(int) - Method in class net.thevpc.common.strings.Pattern2.Matcher2
- start(String) - Method in class net.thevpc.common.strings.Pattern2.Matcher2
- startsWith(String) - Method in class net.thevpc.common.strings.StringBuilder2
-
Tests if this string starts with the specified prefix.
- startsWith(String, int) - Method in class net.thevpc.common.strings.StringBuilder2
-
Tests if the substring of this string beginning at the specified index starts with the specified prefix.
- StreamTokenizerExt - Class in net.thevpc.common.strings
-
The
StreamTokenizerclass takes an input stream and parses it into "tokens", allowing the tokens to be read one at a time. - StreamTokenizerExt(InputStream) - Constructor for class net.thevpc.common.strings.StreamTokenizerExt
-
Deprecated.As of JDK version 1.1, the preferred way to tokenize an input stream is to convert it into a character stream, for example:
- StreamTokenizerExt(Reader) - Constructor for class net.thevpc.common.strings.StreamTokenizerExt
-
Create a tokenizer that parses the given character stream.
- STRING_STRING_PARSER - Static variable in class net.thevpc.common.strings.StringToObjectFactory
- StringBuilder2 - Class in net.thevpc.common.strings
- StringBuilder2() - Constructor for class net.thevpc.common.strings.StringBuilder2
-
This no-arg constructor is necessary for serialization of subclasses.
- StringBuilder2(int) - Constructor for class net.thevpc.common.strings.StringBuilder2
-
Creates an AbstractStringBuilder of the specified capacity.
- StringBuilder2(CharSequence) - Constructor for class net.thevpc.common.strings.StringBuilder2
-
Constructs a string builder that contains the same characters as the specified
CharSequence. - StringBuilder2(String) - Constructor for class net.thevpc.common.strings.StringBuilder2
-
Constructs a string builder initialized to the contents of the specified string.
- StringCollection - Interface in net.thevpc.common.strings
- StringComparator - Interface in net.thevpc.common.strings
- StringComparators - Class in net.thevpc.common.strings
- StringComparators() - Constructor for class net.thevpc.common.strings.StringComparators
- StringConverter - Interface in net.thevpc.common.strings
- StringConverterMap - Class in net.thevpc.common.strings
- StringConverterMap(Map) - Constructor for class net.thevpc.common.strings.StringConverterMap
- StringLocation - Class in net.thevpc.common.strings
- StringLocation(int, int) - Constructor for class net.thevpc.common.strings.StringLocation
- StringToObject - Interface in net.thevpc.common.strings
- StringToObjectFactory - Class in net.thevpc.common.strings
- StringToObjectFactory() - Constructor for class net.thevpc.common.strings.StringToObjectFactory
- StringToObjectMap - Class in net.thevpc.common.strings
- StringToObjectMap(Map) - Constructor for class net.thevpc.common.strings.StringToObjectMap
- StringTransform - Interface in net.thevpc.common.strings
- StringTransforms - Class in net.thevpc.common.strings
- StringTransforms() - Constructor for class net.thevpc.common.strings.StringTransforms
- StringUtils - Class in net.thevpc.common.strings
- StringUtils() - Constructor for class net.thevpc.common.strings.StringUtils
- subPuttern(int) - Method in class net.thevpc.common.strings.Pattern2.Matcher2
- subPuttern(String) - Method in class net.thevpc.common.strings.Pattern2.Matcher2
- subSequence(int, int) - Method in class net.thevpc.common.strings.StringBuilder2
-
Returns a new character sequence that is a subsequence of this sequence.
- substring(int) - Method in class net.thevpc.common.strings.StringBuilder2
-
Returns a new
Stringthat contains a subsequence of characters currently contained in this character sequence. - substring(int, int) - Method in class net.thevpc.common.strings.StringBuilder2
-
Returns a new
Stringthat contains a subsequence of characters currently contained in this sequence. - substring(String) - Method in class net.thevpc.common.strings.StringLocation
- substring(String, int, int) - Static method in class net.thevpc.common.strings.StringUtils
- sval - Variable in class net.thevpc.common.strings.StreamTokenizerExt
-
If the current token is a word token, this field contains a string giving the characters of the word token.
T
- TIMESTAMP_STRING_PARSER - Static variable in class net.thevpc.common.strings.StringToObjectFactory
- toCapitalized(String) - Static method in class net.thevpc.common.strings.StringUtils
- toCharArray() - Method in class net.thevpc.common.strings.StringBuilder2
- toEditable() - Method in class net.thevpc.common.strings.MessageNameFormatContext
- toObject(String) - Method in interface net.thevpc.common.strings.StringToObject
- toObject(String) - Method in class net.thevpc.common.strings.StringToObjectMap
- toString() - Method in class net.thevpc.common.strings.MessageNameFormat.FunctionExprNode
- toString() - Method in class net.thevpc.common.strings.MessageNameFormat.LiteralExprNode
- toString() - Method in class net.thevpc.common.strings.MessageNameFormat.NameExprNode
- toString() - Method in class net.thevpc.common.strings.Pattern2
- toString() - Method in class net.thevpc.common.strings.StreamTokenizerExt
-
Returns the string representation of the current stream token and the line number it occurs on.
- toString() - Method in class net.thevpc.common.strings.StringBuilder2
- toString(T) - Method in interface net.thevpc.common.strings.ObjectToString
- toUncapitalized(String) - Static method in class net.thevpc.common.strings.StringUtils
- transform - Variable in class net.thevpc.common.strings.AbstractStringComparator
- transform(String) - Method in interface net.thevpc.common.strings.StringTransform
- trim(String) - Static method in class net.thevpc.common.strings.StringUtils
- TRIM - Static variable in class net.thevpc.common.strings.StringTransforms
- TRIMMED_NOT_NULL - Static variable in class net.thevpc.common.strings.StringTransforms
- trimObject(Object) - Static method in class net.thevpc.common.strings.StringUtils
- trimObjectToNull(Object) - Static method in class net.thevpc.common.strings.StringUtils
-
return either a null string or a non empty string.
- trimToNull(String) - Static method in class net.thevpc.common.strings.StringUtils
- trimToSize() - Method in class net.thevpc.common.strings.StringBuilder2
-
Attempts to reduce storage used for the character sequence.
- TT_EOF - Static variable in class net.thevpc.common.strings.StreamTokenizerExt
-
A constant indicating that the end of the stream has been read.
- TT_EOL - Static variable in class net.thevpc.common.strings.StreamTokenizerExt
-
A constant indicating that the end of the line has been read.
- TT_NUMBER - Static variable in class net.thevpc.common.strings.StreamTokenizerExt
-
A constant indicating that a number token has been read.
- TT_WORD - Static variable in class net.thevpc.common.strings.StreamTokenizerExt
-
A constant indicating that a word token has been read.
- ttype - Variable in class net.thevpc.common.strings.StreamTokenizerExt
-
After a call to the
nextTokenmethod, this field contains the type of the token just read.
U
- UNIFORM - Static variable in class net.thevpc.common.strings.StringTransforms
- UPPER - Static variable in class net.thevpc.common.strings.StringUtils
V
- verboseStacktraceToString(Throwable) - Static method in class net.thevpc.common.strings.StringUtils
W
- whitespaceChars(int, int) - Method in class net.thevpc.common.strings.StreamTokenizerExt
-
Specifies that all characters c in the range
low <= c <= highare white space characters. - wildcardToRegex(String) - Static method in class net.thevpc.common.strings.StringUtils
- wildcardToRegex(String, char) - Static method in class net.thevpc.common.strings.StringUtils
- wordChars(int, int) - Method in class net.thevpc.common.strings.StreamTokenizerExt
-
Specifies that all characters c in the range
low <= c <= highare word constituents.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form