Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
I
L
M
P
Q
S
T
C
com.mindprod.common15
- package com.mindprod.common15
Common15
- Class in
com.mindprod.common15
Common methods for JDK 1.5+.
Common15()
- Constructor for class com.mindprod.common15.
Common15
condense(String)
- Static method in class com.mindprod.common15.
StringTools
Collapse multiple spaces in string down to a single space.
I
indexOf(String, String...)
- Static method in class com.mindprod.common15.
StringSearch
find first of a number of possible targets.
indexOf(String, int, String...)
- Static method in class com.mindprod.common15.
StringSearch
find first of a number of possible targets.
indexOfEnd(String, String...)
- Static method in class com.mindprod.common15.
StringSearch
find first of a number of possible targets
indexOfEnd(String, int, String...)
- Static method in class com.mindprod.common15.
StringSearch
find first of a number of possible targets
L
lastIndexOf(String, String...)
- Static method in class com.mindprod.common15.
StringSearch
find last of a number of possible targets, one closest to the end
lastIndexOf(String, int, String...)
- Static method in class com.mindprod.common15.
StringSearch
find last of a number of possible targets, one closest to the end
lastIndexOfEnd(String, String...)
- Static method in class com.mindprod.common15.
StringSearch
find last of a number of possible targets, one closest to the end
lastIndexOfEnd(String, int, String...)
- Static method in class com.mindprod.common15.
StringSearch
find last of a number of possible targets, one closest to the end
Localise
- Class in
com.mindprod.common15
Miscellaneous static methods localising an app to a particular platform under JDK 1.5+.
Localise()
- Constructor for class com.mindprod.common15.
Localise
localise(String)
- Static method in class com.mindprod.common15.
Localise
converts \n in String to configurable local line separator This is a more efficient implementation of com.mindprod.common11.Localise for JDK 1.5+.
M
main(String[])
- Static method in class com.mindprod.common15.
Common15
TEST harness
main(String[])
- Static method in class com.mindprod.common15.
StringTools
Test harness, used in debugging
P
pruneExcessBlankLines(String[], int)
- Static method in class com.mindprod.common15.
StringTools
Collapse multiple blank lines down to one.
Q
quoteSQL(String)
- Static method in class com.mindprod.common15.
StringTools
used to prepare SQL string literals by doubling each embedded ' and wrapping in ' at each end.
S
squish(String)
- Static method in class com.mindprod.common15.
StringTools
Remove all spaces from a String.
StringSearch
- Class in
com.mindprod.common15
Methods for searching strings for multiple targets.
StringSearch()
- Constructor for class com.mindprod.common15.
StringSearch
StringTools
- Class in
com.mindprod.common15
Miscellaneous static methods for dealing with Strings in JDK 1.5+.
StringTools()
- Constructor for class com.mindprod.common15.
StringTools
StringTools contains only static methods.
T
toZulu(long)
- Static method in class com.mindprod.common15.
Common15
convert to Zulu time format
C
I
L
M
P
Q
S
T
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes