|
|||||||||
Home >> All >> org >> xmud >> [ util overview ] | PREV NEXT |
A
- alternateForm - Variable in class org.xmud.util.PrintfFormat.ConversionSpecification
- For an o conversion, increase the precision to force the first digit of the result to be a zero.
- applyFloatPadding(char[], boolean) - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Apply zero or blank, left or right padding.
- argumentPosition - Variable in class org.xmud.util.PrintfFormat.ConversionSpecification
- argumentPositionForFieldWidth - Variable in class org.xmud.util.PrintfFormat.ConversionSpecification
- argumentPositionForPrecision - Variable in class org.xmud.util.PrintfFormat.ConversionSpecification
B
- BOOLEAN - Static variable in class org.xmud.util.serBasic
- BOOLEAN_A - Static variable in class org.xmud.util.serBasic
- BYTE - Static variable in class org.xmud.util.serBasic
- BYTE_A - Static variable in class org.xmud.util.serBasic
C
- CHAR - Static variable in class org.xmud.util.serBasic
- CHAR_A - Static variable in class org.xmud.util.serBasic
- cPos - Variable in class org.xmud.util.PrintfFormat
- Character position.
- checkForCarry(char[], int) - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Check to see if the digits that are going to be truncated because of the precision should force a round in the preceding digits.
- conversionCharacter - Variable in class org.xmud.util.PrintfFormat.ConversionSpecification
- Control string type.
D
- DOUBLE - Static variable in class org.xmud.util.serBasic
- DOUBLE_A - Static variable in class org.xmud.util.serBasic
- defaultDigits - Static variable in class org.xmud.util.PrintfFormat.ConversionSpecification
- Default precision.
- dfs - Variable in class org.xmud.util.PrintfFormat
- Character position.
E
- eFormatDigits(double, char) - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- For e format, the flag character '-', means that the output should be left justified within the field.
- eFormatString(double, char) - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- An intermediate routine on the way to creating an e format String.
F
- FLOAT - Static variable in class org.xmud.util.serBasic
- FLOAT_A - Static variable in class org.xmud.util.serBasic
- fFormatDigits(double) - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- For f format, the flag character '-', means that the output should be left justified within the field.
- fFormatString(double) - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- An intermediate routine on the way to creating an f format String.
- fieldWidth - Variable in class org.xmud.util.PrintfFormat.ConversionSpecification
- If the converted value has fewer bytes than the field width, it will be padded with spaces or zeroes.
- fieldWidthSet - Variable in class org.xmud.util.PrintfFormat.ConversionSpecification
- Flag indicating whether or not the field width has been set.
- fmt - Variable in class org.xmud.util.PrintfFormat.ConversionSpecification
- Literal or control format string.
G
- getAngle(double[]) - Static method in class org.xmud.util.serBasic
- getArgumentPosition() - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- getArgumentPositionForFieldWidth() - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- getArgumentPositionForPrecision() - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- getConversionCharacter() - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Get the conversion character that tells what type of control character this instance has.
- getLiteral() - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Get the String for this instance.
I
- INT - Static variable in class org.xmud.util.serBasic
- INT_A - Static variable in class org.xmud.util.serBasic
- internalsprintf(int) - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Format an int argument using this conversion specification.
- internalsprintf(long) - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Format a long argument using this conversion specification.
- internalsprintf(double) - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Format a double argument using this conversion specification.
- internalsprintf(String) - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Format a String argument using this conversion specification.
- internalsprintf(Object) - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Format an Object argument using this conversion specification.
- isPositionalFieldWidth() - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- isPositionalPrecision() - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- isPositionalSpecification() - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- isVariableFieldWidth() - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Check whether the specifier has a variable field width that is going to be set by an argument.
- isVariablePrecision() - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Check whether the specifier has a variable precision that is going to be set by an argument.
L
- LONG - Static variable in class org.xmud.util.serBasic
- LONG_A - Static variable in class org.xmud.util.serBasic
- leadingSign - Variable in class org.xmud.util.PrintfFormat.ConversionSpecification
- The result of a signed conversion will always begin with a sign (+ or -).
- leadingSpace - Variable in class org.xmud.util.PrintfFormat.ConversionSpecification
- Flag indicating that left padding with spaces is specified.
- leadingZeros - Variable in class org.xmud.util.PrintfFormat.ConversionSpecification
- Flag indicating that left padding with zeroes is specified.
- leftJustify - Variable in class org.xmud.util.PrintfFormat.ConversionSpecification
- The result of the conversion will be left-justified within the field.
- loadProperties(Class) - Static method in class org.xmud.util.util
M
- main(String[]) - Static method in class org.xmud.util.serBasic
N
- nonControl(String, int) - Method in class org.xmud.util.PrintfFormat
- Return a substring starting at
start
and ending at either the end of the Strings
, the next unpaired percent sign, or at the end of the String if the last character is a percent sign.
O
- optionalL - Variable in class org.xmud.util.PrintfFormat.ConversionSpecification
- Flag specifying that a following e, E, f, g, or G conversion character applies to a type double argument.
- optionalh - Variable in class org.xmud.util.PrintfFormat.ConversionSpecification
- Flag specifying that a following d, i, o, u, x, or X conversion character applies to a type short int.
- optionall - Variable in class org.xmud.util.PrintfFormat.ConversionSpecification
- Flag specifying that a following d, i, o, u, x, or X conversion character applies to a type lont int argument.
- org.xmud.util - package org.xmud.util
P
- POSITION - Static variable in class org.xmud.util.serBasic
- PTR - Static variable in class org.xmud.util.serBasic
- PrintfFormat - class org.xmud.util.PrintfFormat.
- PrintfFormat allows the formatting of an array of objects embedded within a string.
- PrintfFormat(String) - Constructor for class org.xmud.util.PrintfFormat
- Constructs an array of control specifications possibly preceded, separated, or followed by ordinary strings.
- PrintfFormat(Locale, String) - Constructor for class org.xmud.util.PrintfFormat
- Constructs an array of control specifications possibly preceded, separated, or followed by ordinary strings.
- PrintfFormat.ConversionSpecification - class org.xmud.util.PrintfFormat.ConversionSpecification.
- ConversionSpecification allows the formatting of a single primitive or object embedded within a string.
- PrintfFormat.ConversionSpecification() - Constructor for class org.xmud.util.PrintfFormat.ConversionSpecification
- Constructor.
- PrintfFormat.ConversionSpecification(String) - Constructor for class org.xmud.util.PrintfFormat.ConversionSpecification
- Constructor for a conversion specification.
- pos - Variable in class org.xmud.util.PrintfFormat.ConversionSpecification
- Position within the control string.
- positionalFieldWidth - Variable in class org.xmud.util.PrintfFormat.ConversionSpecification
- positionalPrecision - Variable in class org.xmud.util.PrintfFormat.ConversionSpecification
- positionalSpecification - Variable in class org.xmud.util.PrintfFormat.ConversionSpecification
- precision - Variable in class org.xmud.util.PrintfFormat.ConversionSpecification
- The minimum number of digits to appear for the d, i, o, u, x, or X conversions.
- precisionSet - Variable in class org.xmud.util.PrintfFormat.ConversionSpecification
- Flag indicating whether or not the precision has been set.
- printCFormat(char) - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Format method for the c conversion character and char argument.
- printDFormat(short) - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Format method for the d conversion specifer and short argument.
- printDFormat(long) - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Format method for the d conversion character and long argument.
- printDFormat(int) - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Format method for the d conversion character and int argument.
- printDFormat(String) - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Utility method for formatting using the d conversion character.
- printEFormat(double) - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Format method for the e or E conversion character.
- printFFormat(double) - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Format method for the f conversion character.
- printGFormat(double) - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Format method for the g conversion character.
- printOFormat(short) - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Format method for the o conversion character and short argument.
- printOFormat(long) - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Format method for the o conversion character and long argument.
- printOFormat(int) - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Format method for the o conversion character and int argument.
- printOFormat(String) - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Utility method for formatting using the o conversion character.
- printSFormat(String) - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Format method for the s conversion character and String argument.
- printXFormat(short) - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Format method for the x conversion character and short argument.
- printXFormat(long) - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Format method for the x conversion character and long argument.
- printXFormat(int) - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Format method for the x conversion character and int argument.
- printXFormat(String) - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Utility method for formatting using the x conversion character.
R
- readDoubleArray(DataInputStream) - Static method in class org.xmud.util.serBasic
- readObject(DataInputStream) - Static method in class org.xmud.util.serBasic
S
- SHORT - Static variable in class org.xmud.util.serBasic
- SHORT_A - Static variable in class org.xmud.util.serBasic
- STRING - Static variable in class org.xmud.util.serBasic
- serBasic - class org.xmud.util.serBasic.
- serBasic() - Constructor for class org.xmud.util.serBasic
- setArgPosition() - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Store the digits
n
in %n$ forms. - setConversionCharacter() - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Check for a conversion character.
- setFieldWidth() - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Set the field width.
- setFieldWidthArgPosition() - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Store the digits
n
in *n$ forms. - setFieldWidthWithArg(int) - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Set the field width with an argument.
- setFlagCharacters() - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Set flag characters, one of '-+#0 or a space.
- setLiteral(String) - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Set the String for this instance.
- setOptionalHL() - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Check for an h, l, or L in a format.
- setPrecision() - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Set the precision.
- setPrecisionArgPosition() - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Store the digits
n
in *n$ forms. - setPrecisionWithArg(int) - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Set the precision with an argument.
- sprintf(Object[]) - Method in class org.xmud.util.PrintfFormat
- Format an array of objects.
- sprintf() - Method in class org.xmud.util.PrintfFormat
- Format nothing.
- sprintf(int) - Method in class org.xmud.util.PrintfFormat
- Format an int.
- sprintf(long) - Method in class org.xmud.util.PrintfFormat
- Format an long.
- sprintf(double) - Method in class org.xmud.util.PrintfFormat
- Format a double.
- sprintf(String) - Method in class org.xmud.util.PrintfFormat
- Format a String.
- sprintf(Object) - Method in class org.xmud.util.PrintfFormat
- Format an Object.
- startSymbolicCarry(char[], int, int) - Method in class org.xmud.util.PrintfFormat.ConversionSpecification
- Start the symbolic carry process.
T
- thousands - Variable in class org.xmud.util.PrintfFormat.ConversionSpecification
- The integer portion of the result of a decimal conversion (i, d, u, f, g, or G) will be formatted with thousands' grouping characters.
U
V
- vFmt - Variable in class org.xmud.util.PrintfFormat
- Vector of control strings and format literals.
- variableFieldWidth - Variable in class org.xmud.util.PrintfFormat.ConversionSpecification
- Flag indicating that the field width is *.
- variablePrecision - Variable in class org.xmud.util.PrintfFormat.ConversionSpecification
- Flag indicating that the precision is *.
W
- writeDoubleArray(DataOutputStream, double[]) - Static method in class org.xmud.util.serBasic
- writeObject(DataOutputStream, Object) - Static method in class org.xmud.util.serBasic
A B C D E F G I L M N O P R S T U V W
|
|||||||||
Home >> All >> org >> xmud >> [ util overview ] | PREV NEXT |