Sharkysoft home
A C D E F I J L M N P R S T U V W Z

A

add(char) - Method in class lava.clib.stdarg.Va_list
Appends a char to the list.
add(double) - Method in class lava.clib.stdarg.Va_list
Appends a double to the list.
add(float) - Method in class lava.clib.stdarg.Va_list
Appends a float to the list.
add(int) - Method in class lava.clib.stdarg.Va_list
Appends an int to the list.
add(long) - Method in class lava.clib.stdarg.Va_list
Appends a long to the list.
add(Object) - Method in class lava.clib.stdarg.Va_list
Appends an Object to the list.
add(short) - Method in class lava.clib.stdarg.Va_list
Appends a short to the list.
align(boolean[]) - Method in class lava.text.ParallelColumnsWriter
Causes the indicated columns to be synchronized.
arg(byte) - Method in class lava.clib.stdio.PrintfFormatString
Applies a byte to this format string.
arg(char) - Method in class lava.clib.stdio.PrintfFormatString
Applies a char to this format string.
arg(double) - Method in class lava.clib.stdio.PrintfFormatString
Applies a double to this format string.
arg(float) - Method in class lava.clib.stdio.PrintfFormatString
Applies a float to this format string.
arg(int) - Method in class lava.clib.stdio.PrintfFormatString
Applies an int to this format string.
arg(long) - Method in class lava.clib.stdio.PrintfFormatString
Applies a long to this format string.
arg(Object) - Method in class lava.clib.stdio.PrintfFormatString
Applies an Object to this format string.
arg(short) - Method in class lava.clib.stdio.PrintfFormatString
Applies a short to this format string.
argsRequired() - Method in class lava.clib.stdio.PrintfFormatString
Returns the length of the argument list required by this format string.
atoi(String) - Static method in class lava.clib.Stdlib
 

C

CENTER - Static variable in class lava.text.JUSTIFY
Indicates that text should be centered.
close() - Method in class lava.text.ParallelColumnsWriter
Flushes buffered column data and closes the output stream.
CROP - class lava.text.CROP.
An enumeration of text cropping styles.
cropping - Variable in class lava.text.StringJustifier
Direction of cropping.
Ctype - class lava.clib.Ctype.
Ports of ctype functions.

D

done() - Method in class lava.clib.stdarg.Va_list
Converts the list to an Object array.

E

exponent - Variable in class lava.text.ScientificNotationBigDecimal
The exponent.
exponent_formatter - Variable in class lava.text.RealFormatter
IntegerFormatter used to format exponents when scientific notation is used.

F

field_width - Variable in class lava.text.StringJustifier
Width of the field in which the text should be justified.
format(BigDecimal) - Method in class lava.text.RealFormatter
Formats a real number.
format(BigInteger) - Method in class lava.text.IntegerFormatter
Formats an integer according to the currently selected criteria.
format(double) - Method in class lava.text.RealFormatter
Formats a real number.
format(float) - Method in class lava.text.RealFormatter
Formats a real number.
format(int) - Method in class lava.text.IntegerFormatter
Formats an integer according to currently selected criteria.
format(long) - Method in class lava.text.IntegerFormatter
Formats an integer according to currently selected criteria.
format(PrintfFormatString, Object[]) - Static method in class lava.clib.stdio.Printf
Formats data and text using a precompiled format string.
format(ScientificNotationBigDecimal) - Method in class lava.text.RealFormatter
Formats a real number in scientific notation.
format(String) - Static method in class lava.clib.stdio.Printf
 
format(String) - Method in class lava.text.StringJustifier
Formats a string according to currently selected criteria.
format(String, Object[]) - Static method in class lava.clib.stdio.Printf
Formats data and text using an uncompiled format string.
format(String, String) - Method in class lava.text.StringJustifier
Formats a split string according to selected criteria.
format(String, Va_list) - Static method in class lava.clib.stdio.Printf
Formats data and text using an uncompiled format string.
formatUnsigned(byte) - Method in class lava.text.IntegerFormatter
Formats an unsigned integer according to currently selected criteria.
formatUnsigned(int) - Method in class lava.text.IntegerFormatter
Formats an unsigned integer according to currently selected criteria.
formatUnsigned(long) - Method in class lava.text.IntegerFormatter
Formats an unsigned integer according to currently selected criteria.
formatUnsigned(short) - Method in class lava.text.IntegerFormatter
Formats an unsigned integer according to currently selected criteria.
fprintf(PrintStream, PrintfFormatString, Object[]) - Static method in class lava.clib.Stdio
Formats data and sends the result to a PrintStream.
fprintf(PrintStream, String) - Static method in class lava.clib.Stdio
 
fprintf(PrintStream, String, Object[]) - Static method in class lava.clib.Stdio
Formats data and sends the result to a PrintStream.
fprintf(PrintStream, String, Va_list) - Static method in class lava.clib.Stdio
Formats data and sends the result to a PrintStream.
fprintf(PrintWriter, PrintfFormatString, Object[]) - Static method in class lava.clib.Stdio
Formats data and sends the result to a PrintWriter.
fprintf(PrintWriter, String) - Static method in class lava.clib.Stdio
 
fprintf(PrintWriter, String, Object[]) - Static method in class lava.clib.Stdio
Formats data and sends the result to a PrintWriter.
fprintf(PrintWriter, String, Va_list) - Static method in class lava.clib.Stdio
Formats data and sends the result to a PrintWriter.
fprintf(Writer, PrintfFormatString, Object[]) - Static method in class lava.clib.Stdio
Formats data and sends the result to a Writer.
fprintf(Writer, String) - Static method in class lava.clib.Stdio
 
fprintf(Writer, String, Object[]) - Static method in class lava.clib.Stdio
Formats data and sends the result to a Writer.
fprintf(Writer, String, Va_list) - Static method in class lava.clib.Stdio
Formats data and sends the result to a Writer.
FULL - Static variable in class lava.text.JUSTIFY
Indicates that text should be fully justified, i.e., left- and right-aligned.

I

IntegerFormatter - class lava.text.IntegerFormatter.
An IntegerFormatter formats numbers according to criteria selected by the user.
IntegerFormatter() - Constructor for class lava.text.IntegerFormatter
Initializes a new IntegerFormatter with default settings.
isalnum(int) - Static method in class lava.clib.Ctype
Returns true if c is alphanumeric.
isalpha(int) - Static method in class lava.clib.Ctype
Returns true if c is a letter.
isascii(int) - Static method in class lava.clib.Ctype
Returns true if c is any ASCII character.
iscntrl(int) - Static method in class lava.clib.Ctype
Returns true if c is a control character.
isdigit(int) - Static method in class lava.clib.Ctype
Returns true if c is a decimal digit.
isendline(int) - Static method in class lava.clib.Ctype
Returns true if c is an ASCII end-of-line character.
isgraph(int) - Static method in class lava.clib.Ctype
Returns true if c is a visible character.
ishspace(int) - Static method in class lava.clib.Ctype
Tests for horizontal space.
islower(int) - Static method in class lava.clib.Ctype
Returns true if c is a lowercase letter.
isprint(int) - Static method in class lava.clib.Ctype
Returns true if c is a printing character.
ispunct(int) - Static method in class lava.clib.Ctype
Returns true if c is a punctuation character.
isspace(int) - Static method in class lava.clib.Ctype
Returns true if c is a character that creates "white space" in displayed text.
isupper(int) - Static method in class lava.clib.Ctype
Returns true if c is an uppercase letter.
isvspace(int) - Static method in class lava.clib.Ctype
Tests for vertical space.
isxdigit(int) - Static method in class lava.clib.Ctype
Returns true if c is a hexadecimal digit.

J

justification - Variable in class lava.text.StringJustifier
Direction of justification.
JUSTIFY - class lava.text.JUSTIFY.
An enumeration of text justification styles.

L

lava.clib - package lava.clib
Ports of functions from the standard C library.
lava.clib.stdarg - package lava.clib.stdarg
Emulates features in C's stdarg library; syntactic sugar for printf.
lava.clib.stdio - package lava.clib.stdio
Emulates features in C's stdio library.
lava.text - package lava.text
Text formatting.
LEFT - Static variable in class lava.text.CROP
Indicates that the left-most portion of the text should be cropped.
LEFT - Static variable in class lava.text.JUSTIFY
Indicates that text should be left-aligned.
left_pad_digit - Variable in class lava.text.RealFormatter
Digit or character to use for left-padding numbers.

M

mantissa - Variable in class lava.text.ScientificNotationBigDecimal
The mantissa.
max_left_digits - Variable in class lava.text.RealFormatter
The maximum number of digits to show left of the decimal point.
max_right_digits - Variable in class lava.text.RealFormatter
The maximum number of digits to show to the right of the decimal point.
MIDDLE - Static variable in class lava.text.CROP
Indicates that a segment from the middle of the text should be omitted.
min_digits - Variable in class lava.text.IntegerFormatter
Minimum number of digits to display in output.
min_left_digits - Variable in class lava.text.RealFormatter
The minimum number of digits to the left of the decimal point.
min_right_digits - Variable in class lava.text.RealFormatter
The minimum number of digits to show to the right of the decimal point.

N

neg_prefix - Variable in class lava.text.NumberFormatter
Prefix for negative numbers.
neg_suffix - Variable in class lava.text.NumberFormatter
Suffix for negative numbers.
NONE - Static variable in class lava.text.CROP
Indicates that the text should not be cropped.
NumberFormatter - class lava.text.NumberFormatter.
A NumberFormatter formats numbers according to criteria selected by the user.
NumberFormatter() - Constructor for class lava.text.NumberFormatter
Initializes a new NumberFormatter with default settings.

P

pad_char - Variable in class lava.text.StringJustifier
Character to use for field padding.
pad_digit - Variable in class lava.text.IntegerFormatter
Pad digit to use when extra digits are required by the min_digits parameter.
ParallelColumnsWriter - class lava.text.ParallelColumnsWriter.
Formats data into parallel columns.
ParallelColumnsWriter(Writer, int[]) - Constructor for class lava.text.ParallelColumnsWriter
Initialize a new ParallelColumnsWriter that writes to the specified Writer.
pos_prefix - Variable in class lava.text.NumberFormatter
Prefix for positive numbers.
pos_suffix - Variable in class lava.text.NumberFormatter
Suffix for positive numbers.
Printf - class lava.clib.stdio.Printf.
Formats strings of text and data.
printf(PrintfFormatString, Object[]) - Static method in class lava.clib.Stdio
Formats data and writes the result to System.out.
printf(String) - Static method in class lava.clib.Stdio
 
printf(String, Object[]) - Static method in class lava.clib.Stdio
Formats data and writes the result to System.out.
printf(String, Va_list) - Static method in class lava.clib.Stdio
Formats data and writes the result to System.out.
PrintfFormatException - exception lava.clib.stdio.PrintfFormatException.
Indicates malformed printf format string.
PrintfFormatString - class lava.clib.stdio.PrintfFormatString.
Precompiled text and data formatting template.
PrintfFormatString(String) - Constructor for class lava.clib.stdio.PrintfFormatString
Constructs a "digested" representation of the supplied format string.

R

radix - Variable in class lava.text.NumberFormatter
Radix of the numbers to format.
RealFormatter - class lava.text.RealFormatter.
A RealFormatter formats numbers according to criteria selected by the user.
RealFormatter() - Constructor for class lava.text.RealFormatter
Initializes a new RealFormatter with default settings.
RIGHT - Static variable in class lava.text.CROP
Indicates that the right-most portion of the text should be cropped.
RIGHT - Static variable in class lava.text.JUSTIFY
Indicates that text should be right-aligned.
right_pad_digit - Variable in class lava.text.RealFormatter
Digit or character to use for right-padding numbers.

S

ScientificNotationBigDecimal - class lava.text.ScientificNotationBigDecimal.
Represents a BigDecimal in base-10 scientific notation.
ScientificNotationBigDecimal(BigDecimal) - Constructor for class lava.text.ScientificNotationBigDecimal
Initializes a new ScientificNotationBigDecimal with the specified value.
ScientificNotationBigDecimal(double) - Constructor for class lava.text.ScientificNotationBigDecimal
Initializes a new ScientificNotationBigDecimal with the specified value.
ScientificNotationBigDecimal(float) - Constructor for class lava.text.ScientificNotationBigDecimal
Initializes a new ScientificNotationBigDecimal with the specified value.
show_dec_point - Variable in class lava.text.RealFormatter
Determines whether or not the decimal point will be output when it is possible to omit it.
sig_digits - Variable in class lava.text.NumberFormatter
Number of significant digits to display in the output.
sprintf(StringBuffer, PrintfFormatString, Object[]) - Static method in class lava.clib.Stdio
Formats data and stores the result in a StringBuffer.
sprintf(StringBuffer, String) - Static method in class lava.clib.Stdio
 
sprintf(StringBuffer, String, Object[]) - Static method in class lava.clib.Stdio
Formats data and stores the result in a StringBuffer.
sprintf(StringBuffer, String, Va_list) - Static method in class lava.clib.Stdio
Formats data and stores the result in a StringBuffer.
Stdio - class lava.clib.Stdio.
Ports of stdio functions.
Stdlib - class lava.clib.Stdlib.
Ports of stdio functions.
StringJustifier - class lava.text.StringJustifier.
A StringJustifier formats strings according to criteria selected by the user.
StringJustifier() - Constructor for class lava.text.StringJustifier
Initializes a new StringJustifier with default settings.

T

toString() - Method in class lava.clib.stdio.PrintfFormatString
Returns the string used to construct this instance.
toString() - Method in class lava.text.StringJustifier
Generates a string representation this StringJustifier.
toString() - Method in class lava.text.ScientificNotationBigDecimal
Generates a string representation of the value represented by this BigDecimal.

U

uppercase - Variable in class lava.text.NumberFormatter
Indicates whether uppercase digits will be used.

V

Va_list - class lava.clib.stdarg.Va_list.
Syntactic sugar for variable argument lists.
Va_list() - Constructor for class lava.clib.stdarg.Va_list
Initializes a new instance whose final length is undetermined.
Va_list(int) - Constructor for class lava.clib.stdarg.Va_list
Initializes a new instance whose final length is known ahead of time.

W

writeln(String[]) - Method in class lava.text.ParallelColumnsWriter
Enqueues lines of text into their respective columns.

Z

zero_prefix - Variable in class lava.text.NumberFormatter
Prefix when number is zero.
zero_suffix - Variable in class lava.text.NumberFormatter
Suffix when number is zero.

A C D E F I J L M N P R S T U V W Z
Sharkysoft home