A C D F G H I J K L M O P S T U V W Y

S

secondAsANumber() - Method in class com.sigh.utils.c_time.CTime
 
set3DigitSeparatorChar(String) - Method in class com.sigh.utils.strings.OutputSeparatorsForDigitStrings
author Software Industry & General Hardware
set3DigitSeparatorChar(char) - Method in class com.sigh.utils.strings.OutputSeparatorsForDigitStrings
author Software Industry & General Hardware
set3DigitSeparatorString(String) - Method in class com.sigh.utils.strings.c_functions.Csprintf
This routine allows the user to set the 3-digit separator string value to whatever they want.
set3DigitSeparatorString(char) - Method in class com.sigh.utils.strings.c_functions.Csprintf
This method allows the user to set the 3-digit separator string value to whatever they want from a character values passed in.
setCelsius(float) - Method in class com.sigh.utils.units.temperature.Temperature
 
setFarenheit(float) - Method in class com.sigh.utils.units.temperature.Temperature
 
setFormatStringTo(String) - Method in class com.sigh.utils.c_time.TimeFormatString
Allows user to change the format string for a TimeFormatString object.
setFractionalSeparatorChar(String) - Method in class com.sigh.utils.strings.OutputSeparatorsForDigitStrings
author Software Industry & General Hardware
setFractionalSeparatorChar(char) - Method in class com.sigh.utils.strings.OutputSeparatorsForDigitStrings
Set the Fractional Separator Character string if user supplied string is not empty.
setKelvin(float) - Method in class com.sigh.utils.units.temperature.Temperature
 
setLocalLocaleFor3DigitSeparator() - Method in class com.sigh.utils.strings.OutputSeparatorsForDigitStrings
author Software Industry & General Hardware Sets the 3-digit separator used in the integer portion of a number.
setLocalLocaleForBothSeparators() - Method in class com.sigh.utils.strings.OutputSeparatorsForDigitStrings
author Software Industry & General Hardware Sets (or resets) the local Locale separator characters.
setLocalLocaleForFractionalSeparator() - Method in class com.sigh.utils.strings.OutputSeparatorsForDigitStrings
author Software Industry & General Hardware Sets the fractional separator: that is the separator between the integer and decimal values.
setLocalLocaleForGroupingCount() - Method in class com.sigh.utils.strings.OutputSeparatorsForDigitStrings
author Software Industry & General Hardware Sets the number of digits to group together.
setNumberOfDigitsToSeparate(int) - Method in class com.sigh.utils.strings.OutputSeparatorsForDigitStrings
author Software Industry & General Hardware
setTimeInMilliseconds(long) - Method in class com.sigh.utils.c_time.TimeFormatString
Allows the user to change the time in milliseconds of the TimeFormatString object.
SIGH_license - Class in com.sigh.utils
 
SIGH_license() - Constructor for class com.sigh.utils.SIGH_license
 
sprintf(String, Object) - Static method in class com.sigh.utils.strings.c_functions.Csprintf
This allows a static call with a single object so you can do the following: System.out.println ( Csprintf.sprintf ( "%04x", intObject ) ); author Software Industry & General Hardware
sprintf(String, Object, String) - Static method in class com.sigh.utils.strings.c_functions.Csprintf
This allows a static call with a single object so you can do the following: System.out.println ( Csprintf.sprintf ( "%04x", intObject, "." ) ); author Software Industry & General Hardware
sprintf(String, Object, String, int) - Static method in class com.sigh.utils.strings.c_functions.Csprintf
This allows a static call with a single object so you can do the following: System.out.println ( Csprintf.sprintf ( "%04x", intObject, ".", 4 ) ); author Software Industry & General Hardware
sprintf(String, Object, int) - Static method in class com.sigh.utils.strings.c_functions.Csprintf
This allows a static call with a single object so you can do the following: System.out.println ( Csprintf.sprintf ( "%04x", intObject, ".", 4 ) ); author Software Industry & General Hardware
sprintf(String, Object[]) - Static method in class com.sigh.utils.strings.c_functions.Csprintf
This allows a static call with an object array so you can do the following: Object[] arrayOfIntObjects = new Object [ 4 ]; arrayOfIntObjects [ 0 ] = valueFound; arrayOfIntObjects [ 1 ] = yearValue; arrayOfIntObjects [ 2 ] = monthValue; arrayOfIntObjects [ 3 ] = dayValue; System.out.println ( Csprintf.sprintf ( "%04x @ %04d-%02d-%02d", arrayOfIntObjects ) ); author Software Industry & General Hardware
sprintf(String, Object[], String, int) - Static method in class com.sigh.utils.strings.c_functions.Csprintf
This allows a static call with an object array so you can do the following: Object[] arrayOfIntObjects = new Object [ 4 ]; arrayOfIntObjects [ 0 ] = valueFound; arrayOfIntObjects [ 1 ] = yearValue; arrayOfIntObjects [ 2 ] = monthValue; arrayOfIntObjects [ 3 ] = dayValue; System.out.println ( Csprintf.sprintf ( "%04x @ %04d-%02d-%02d", arrayOfIntObjects, ".", 4 ) ); author Software Industry & General Hardware
sprintf(String, Object[], String) - Static method in class com.sigh.utils.strings.c_functions.Csprintf
This allows a static call with an object array so you can do the following: Object[] arrayOfIntObjects = new Object [ 4 ]; arrayOfIntObjects [ 0 ] = valueFound; arrayOfIntObjects [ 1 ] = yearValue; arrayOfIntObjects [ 2 ] = monthValue; arrayOfIntObjects [ 3 ] = dayValue; System.out.println ( Csprintf.sprintf ( "%04x @ %04d-%02d-%02d", arrayOfIntObjects, "." ) ); author Software Industry & General Hardware
sprintf(String, Object[], int) - Static method in class com.sigh.utils.strings.c_functions.Csprintf
This allows a static call with an object array so you can do the following: Object[] arrayOfIntObjects = new Object [ 4 ]; arrayOfIntObjects [ 0 ] = valueFound; arrayOfIntObjects [ 1 ] = yearValue; arrayOfIntObjects [ 2 ] = monthValue; arrayOfIntObjects [ 3 ] = dayValue; System.out.println ( Csprintf.sprintf ( "%04x @ %04d-%02d-%02d", arrayOfIntObjects, 4 ) ); author Software Industry & General Hardware
standardDateString() - Method in class com.sigh.utils.c_time.CTime
 
standardTimeString() - Method in class com.sigh.utils.c_time.CTime
 
strftime(String) - Static method in class com.sigh.utils.c_time.CTime
 
strftime(TimeFormatString) - Static method in class com.sigh.utils.c_time.CTime
 
strftime(String, long) - Static method in class com.sigh.utils.c_time.CTime
 
stripSign(String) - Method in class com.sigh.utils.strings.c_functions.Csprintf
stripSign -- Removes a '-' or a '+' from the front of a String representation of a number.

A C D F G H I J K L M O P S T U V W Y