Overview
Package
Class
Tree
Deprecated
Index
Help
iDevelopment.info
PREV NEXT
FRAMES
NO FRAMES
All Classes
G
I
P
R
S
T
G
getLength()
- Method in class info.idevelopment.utils.
InfoString
Gets the current length of the object string.
getOriginalString()
- Method in class info.idevelopment.utils.
InfoString
Gets the original String used when object was created.
getRandomNumber()
- Static method in class info.idevelopment.math.
RandomNumbers
Get a random number from the Java Math class.
getSubstring(int)
- Method in class info.idevelopment.utils.
InfoString
Used to return a portion of the stored string object starting at the offset and continue to the end.
getSubstring(int, int)
- Method in class info.idevelopment.utils.
InfoString
Used to return a portion of the stored string object using an offset and particular length.
I
info.idevelopment.math
- package info.idevelopment.math
Contains classes providing access to many String utilities as well as other String convenience classes.
info.idevelopment.utils
- package info.idevelopment.utils
Contains classes providing access to random numbers as well as other math convenience classes.
InfoString
- class info.idevelopment.utils.
InfoString
.
Primarily used to return the length or substring of a given String object.
InfoString(String)
- Constructor for class info.idevelopment.utils.
InfoString
Sole constructor.
P
printRandomOverview()
- Static method in class info.idevelopment.math.
RandomNumbers
Prints a brief overview of how random numbers are gnerated from the Java Math class.
prt()
- Static method in class info.idevelopment.utils.
StringUtils
Prints a new line character.
prt(String)
- Static method in class info.idevelopment.utils.
StringUtils
Prints the given String object to stdout.
prtl(String)
- Static method in class info.idevelopment.utils.
StringUtils
Prints the given String object to stdout.
R
RandomNumbers
- class info.idevelopment.math.
RandomNumbers
.
Used to document and create random numbers.
RandomNumbers()
- Constructor for class info.idevelopment.math.
RandomNumbers
S
StringCase
- class info.idevelopment.utils.
StringCase
.
Used to change the case of a given String object.
StringCase(String)
- Constructor for class info.idevelopment.utils.
StringCase
Sole constructor used to create this object.
StringUtils
- class info.idevelopment.utils.
StringUtils
.
Contains several static methods used to handle printing of Strings.
StringUtils()
- Constructor for class info.idevelopment.utils.
StringUtils
T
toLower()
- Method in class info.idevelopment.utils.
StringCase
Used to convert the original string object to lower case.
toUpper()
- Method in class info.idevelopment.utils.
StringCase
Used to convert the original string object to upper case.
G
I
P
R
S
T
Overview
Package
Class
Tree
Deprecated
Index
Help
iDevelopment.info
PREV NEXT
FRAMES
NO FRAMES
All Classes
Developed by
www.iDevelopment.info