Sharkysoft home
A B C D E F G H I J K L M N O P Q R S T U V W Y Z

A

accept(File, String) - Method in class lava.io.WildcardFilenameFilter
Determines if the given filename matches the expression associated with this FilenameFilter.
accept(int) - Method in class lava.io.FilteredInputStream
Defines acceptable characters.
accept(String) - Method in class lava.string.WildcardExpression
Tests string.
actionPerformed(ActionEvent) - Method in class lava.gui.ButtonQuestion
Do not call this method.
actionPerformed(ActionEvent) - Method in class lava.gui.LButtonGroup
Broadcasts ActionEvents to ActionListeners.
adapt(Reader) - Static method in class lava.io.MarkReader
Returns a Reader, based on the supplied reader, that is guaranteed to have mark capabilities.
add(AbstractButton) - Method in class lava.gui.LButtonGroup
Adds a button to this group.
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(File) - Method in class lava.io.PathSet
Convenience method.
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(Path) - Method in class lava.io.PathSet
Appends path to set.
add(short) - Method in class lava.clib.stdarg.Va_list
Appends a short to the list.
addActionListener(ActionListener) - Method in class lava.gui.LButtonGroup
Registers an ActionListener with this LButtonGroup.
addElement(Object) - Method in class lava.util.PriorityQueue
Adds an element to the end of this queue, using the priority of the last Object in the queue.
addElement(Object) - Method in class lava.util.FifoQueue
Adds an element to the end of this queue.
addLayoutComponent(Component, Object) - Method in class lava.gui.ScaledLayout
Binds the added component to its rectangle.
addLayoutComponent(Component, Object) - Method in class lava.gui.ListenableLayoutManager2
Forwards call to lm.
addLayoutComponent(String, Component) - Method in class lava.gui.ListenableLayoutManager
Forwards call to lm.
addLayoutComponent(String, Component) - Method in class lava.gui.ScaledLayout
Reserved.
addLayoutListener(LayoutListener) - Method in class lava.gui.ListenableLayoutManager
Subscribes LayoutListener to laidOutContainer messages.
addRecursively(File) - Method in class lava.io.PathSet
Convenience method.
addRecursively(Path) - Method in class lava.io.PathSet
Appends directory to set.
adjustCase() - Method in class lava.io.Path
Corrects case to match existing files.
ADTL_TAG - Static variable in class lava.riff.wave.RIFF_WAVE
The 'adtl' chunk tag.
ALIGN - class lava.gui.ALIGN.
Alignment directions.
align(boolean[]) - Method in class lava.text.ParallelColumnsWriter
Causes the indicated columns to be synchronized.
alignment - Variable in class lava.gui.JImagePanel
Image alignment.
alignment - Variable in class lava.gui.ImageCanvas
Image alignment.
ARBITRARY - Static variable in class lava.gui.ALIGN
 
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.
ArgumentEnumerator - class lava.util.ArgumentEnumerator.
Enumerates command-line arguments.
ArgumentEnumerator(String[]) - Constructor for class lava.util.ArgumentEnumerator
Sets argument array.
ArrayCaster - class lava.array.ArrayCaster.
Casts array elements from one type to another.
ArrayCaster() - Constructor for class lava.array.ArrayCaster
 
ArrayFiller - class lava.array.ArrayFiller.
Fills arrays.
ArrayFiller() - Constructor for class lava.array.ArrayFiller
 
ArrayShifter - class lava.array.ArrayShifter.
Shifts and rotates arrays.
ArrayShifter() - Constructor for class lava.array.ArrayShifter
 
AsciiInputStreamReader - class lava.io.AsciiInputStreamReader.
Converts byte stream to char stream without decoding.
AsciiInputStreamReader(InputStream) - Constructor for class lava.io.AsciiInputStreamReader
Initializes with InputStream.
AsciiOutputStream - class lava.io.AsciiOutputStream.
ASCII output stream.
AsciiOutputStream(OutputStream) - Constructor for class lava.io.AsciiOutputStream
Sets forwarding OutputStream.
atoi(String) - Static method in class lava.clib.Stdlib
 

B

beginChunk(int, long) - Method in class lava.riff.RiffStreamWriter
Creates inner chunk.
beginDrag(DragSprite, MouseEvent) - Method in class lava.gui.DragFrame
Initiates a drag operation.
beginDrag(DragSprite, MouseEvent) - Method in class lava.gui.DragPanel
Initiates a drag operation.
beginDrag(DragSprite, Point) - Method in class lava.gui.DragFrame
Initiates a drag operation.
beginDrag(DragSprite, Point) - Method in class lava.gui.DragPanel
Initiates a drag operation.
beginSamples(long) - Method in class lava.riff.wave.WaveStreamWriter
Opens wave sample data chunk.
beginSamples(long) - Method in class lava.riff.wave.PcmWaveStreamWriter
 
beginTransform() - Method in class lava.security.IdentityTextTransform
No operation.
beginTransform() - Method in interface lava.security.ITextTransform
Resets transform.
beginTransform() - Method in class lava.security.des.DesEcbCoder
No operation.
beginTransform() - Method in class lava.security.des.DesCbcDecoder
 
beginTransform() - Method in class lava.security.des.DesFbCoder
 
beginTransform() - Method in class lava.security.des.DesCbcEncoder
 
BIG_INTEGER - class lava.konst.BIG_INTEGER.
BigInteger constants.
BigEndianArray - class lava.array.BigEndianArray.
Splits/concatenates primitive integer types using "big endian" byte ordering.
BigEndianArray() - Constructor for class lava.array.BigEndianArray
 
BIT_00 - Static variable in class lava.konst.INT
0x00000001.
BIT_00 - Static variable in class lava.konst.LONG
0x0000000000000001.
BIT_01 - Static variable in class lava.konst.INT
0x00000001 << 1.
BIT_01 - Static variable in class lava.konst.LONG
0x0000000000000001 << 1.
BIT_02 - Static variable in class lava.konst.INT
0x00000001 << 2.
BIT_02 - Static variable in class lava.konst.LONG
0x0000000000000001 << 2.
BIT_03 - Static variable in class lava.konst.INT
0x00000001 << 3.
BIT_03 - Static variable in class lava.konst.LONG
0x0000000000000001 << 3.
BIT_04 - Static variable in class lava.konst.INT
0x00000001 << 4.
BIT_04 - Static variable in class lava.konst.LONG
0x0000000000000001 << 4.
BIT_05 - Static variable in class lava.konst.INT
0x00000001 << 5.
BIT_05 - Static variable in class lava.konst.LONG
0x0000000000000001 << 5.
BIT_06 - Static variable in class lava.konst.INT
0x00000001 << 6.
BIT_06 - Static variable in class lava.konst.LONG
0x0000000000000001 << 6.
BIT_07 - Static variable in class lava.konst.INT
0x00000001 << 7.
BIT_07 - Static variable in class lava.konst.LONG
0x0000000000000001 << 7.
BIT_08 - Static variable in class lava.konst.INT
0x00000001 << 8.
BIT_08 - Static variable in class lava.konst.LONG
0x0000000000000001 << 8.
BIT_09 - Static variable in class lava.konst.INT
0x00000001 << 9.
BIT_09 - Static variable in class lava.konst.LONG
0x0000000000000001 << 9.
BIT_10 - Static variable in class lava.konst.INT
0x00000001 << 10.
BIT_10 - Static variable in class lava.konst.LONG
0x0000000000000001 << 10.
BIT_11 - Static variable in class lava.konst.INT
0x00000001 << 11.
BIT_11 - Static variable in class lava.konst.LONG
0x0000000000000001 << 11.
BIT_12 - Static variable in class lava.konst.INT
0x00000001 << 12.
BIT_12 - Static variable in class lava.konst.LONG
0x0000000000000001 << 12.
BIT_13 - Static variable in class lava.konst.INT
0x00000001 << 13.
BIT_13 - Static variable in class lava.konst.LONG
0x0000000000000001 << 13.
BIT_14 - Static variable in class lava.konst.INT
0x00000001 << 14.
BIT_14 - Static variable in class lava.konst.LONG
0x0000000000000001 << 14.
BIT_15 - Static variable in class lava.konst.INT
0x00000001 << 15.
BIT_15 - Static variable in class lava.konst.LONG
0x0000000000000001 << 15.
BIT_16 - Static variable in class lava.konst.INT
0x00000001 << 16.
BIT_16 - Static variable in class lava.konst.LONG
0x0000000000000001 << 16.
BIT_17 - Static variable in class lava.konst.INT
0x00000001 << 17.
BIT_17 - Static variable in class lava.konst.LONG
0x0000000000000001 << 17.
BIT_18 - Static variable in class lava.konst.INT
0x00000001 << 18.
BIT_18 - Static variable in class lava.konst.LONG
0x0000000000000001 << 18.
BIT_19 - Static variable in class lava.konst.INT
0x00000001 << 19.
BIT_19 - Static variable in class lava.konst.LONG
0x0000000000000001 << 19.
BIT_20 - Static variable in class lava.konst.INT
0x00000001 << 20.
BIT_20 - Static variable in class lava.konst.LONG
0x0000000000000001 << 20.
BIT_21 - Static variable in class lava.konst.INT
0x00000001 << 21.
BIT_21 - Static variable in class lava.konst.LONG
0x0000000000000001 << 21.
BIT_22 - Static variable in class lava.konst.INT
0x00000001 << 22.
BIT_22 - Static variable in class lava.konst.LONG
0x0000000000000001 << 22.
BIT_23 - Static variable in class lava.konst.INT
0x00000001 << 23.
BIT_23 - Static variable in class lava.konst.LONG
0x0000000000000001 << 23.
BIT_24 - Static variable in class lava.konst.INT
0x00000001 << 24.
BIT_24 - Static variable in class lava.konst.LONG
0x0000000000000001 << 24.
BIT_25 - Static variable in class lava.konst.INT
0x00000001 << 25.
BIT_25 - Static variable in class lava.konst.LONG
0x0000000000000001 << 25.
BIT_26 - Static variable in class lava.konst.INT
0x00000001 << 26.
BIT_26 - Static variable in class lava.konst.LONG
0x0000000000000001 << 26.
BIT_27 - Static variable in class lava.konst.INT
0x00000001 << 27.
BIT_27 - Static variable in class lava.konst.LONG
0x0000000000000001 << 27.
BIT_28 - Static variable in class lava.konst.INT
0x00000001 << 28.
BIT_28 - Static variable in class lava.konst.LONG
0x0000000000000001 << 28.
BIT_29 - Static variable in class lava.konst.INT
0x00000001 << 29.
BIT_29 - Static variable in class lava.konst.LONG
0x0000000000000001 << 29.
BIT_30 - Static variable in class lava.konst.INT
0x00000001 << 30.
BIT_30 - Static variable in class lava.konst.LONG
0x0000000000000001 << 30.
BIT_31 - Static variable in class lava.konst.INT
0x00000001 << 31.
BIT_31 - Static variable in class lava.konst.LONG
0x0000000000000001 << 31.
BIT_32 - Static variable in class lava.konst.LONG
0x0000000000000001 << 32.
BIT_33 - Static variable in class lava.konst.LONG
0x0000000000000001 << 33.
BIT_34 - Static variable in class lava.konst.LONG
0x0000000000000001 << 34.
BIT_35 - Static variable in class lava.konst.LONG
0x0000000000000001 << 35.
BIT_36 - Static variable in class lava.konst.LONG
0x0000000000000001 << 36.
BIT_37 - Static variable in class lava.konst.LONG
0x0000000000000001 << 37.
BIT_38 - Static variable in class lava.konst.LONG
0x0000000000000001 << 38.
BIT_39 - Static variable in class lava.konst.LONG
0x0000000000000001 << 39.
BIT_40 - Static variable in class lava.konst.LONG
0x0000000000000001 << 40.
BIT_41 - Static variable in class lava.konst.LONG
0x0000000000000001 << 41.
BIT_42 - Static variable in class lava.konst.LONG
0x0000000000000001 << 42.
BIT_43 - Static variable in class lava.konst.LONG
0x0000000000000001 << 43.
BIT_44 - Static variable in class lava.konst.LONG
0x0000000000000001 << 44.
BIT_45 - Static variable in class lava.konst.LONG
0x0000000000000001 << 45.
BIT_46 - Static variable in class lava.konst.LONG
0x0000000000000001 << 46.
BIT_47 - Static variable in class lava.konst.LONG
0x0000000000000001 << 47.
BIT_48 - Static variable in class lava.konst.LONG
0x0000000000000001 << 48.
BIT_49 - Static variable in class lava.konst.LONG
0x0000000000000001 << 49.
BIT_50 - Static variable in class lava.konst.LONG
0x0000000000000001 << 50.
BIT_51 - Static variable in class lava.konst.LONG
0x0000000000000001 << 51.
BIT_52 - Static variable in class lava.konst.LONG
0x0000000000000001 << 52.
BIT_53 - Static variable in class lava.konst.LONG
0x0000000000000001 << 53.
BIT_54 - Static variable in class lava.konst.LONG
0x0000000000000001 << 54.
BIT_55 - Static variable in class lava.konst.LONG
0x0000000000000001 << 55.
BIT_56 - Static variable in class lava.konst.LONG
0x0000000000000001 << 56.
BIT_57 - Static variable in class lava.konst.LONG
0x0000000000000001 << 57.
BIT_58 - Static variable in class lava.konst.LONG
0x0000000000000001 << 58.
BIT_59 - Static variable in class lava.konst.LONG
0x0000000000000001 << 59.
BIT_60 - Static variable in class lava.konst.LONG
0x0000000000000001 << 60.
BIT_61 - Static variable in class lava.konst.LONG
0x0000000000000001 << 61.
BIT_62 - Static variable in class lava.konst.LONG
0x0000000000000001 << 62.
BIT_63 - Static variable in class lava.konst.LONG
0x0000000000000001 << 63.
bitString(int, int) - Static method in class lava.util.BitTwiddler
Represents an int in binary notation as a string of zeros and ones.
BitTwiddler - class lava.util.BitTwiddler.
Bit-twiddling operations.
BitTwiddler() - Constructor for class lava.util.BitTwiddler
 
blendColors(int, int) - Static method in class lava.gui.GuiToolbox
Blends two ARGB colors into a single ARGB color.
BooleanArrayCaster - class lava.array.BooleanArrayCaster.
Casts between boolean arrays and arrays of other types.
BooleanArrayCaster() - Constructor for class lava.array.BooleanArrayCaster
 
BOTTOM - Static variable in class lava.gui.ALIGN
 
BOTTOMLEFT - Static variable in class lava.gui.ALIGN
 
BOTTOMRIGHT - Static variable in class lava.gui.ALIGN
 
BUILD_TIME - Static variable in class lava.LavaVersion
Build time.
buildJButton(ButtonImages) - Static method in class lava.gui.GuiToolbox
Constructs JButton from ButtonImages.
buildJToggleButton(ButtonImages) - Static method in class lava.gui.GuiToolbox
Constructs JToggleButton from ButtonImages.
ButtonImages - class lava.gui.ButtonImages.
Button faces for various button states.
ButtonImages.StateSet - class lava.gui.ButtonImages.StateSet.
Button faces for a single button position.
ButtonImages() - Constructor for class lava.gui.ButtonImages
Default constructor.
ButtonImages(ButtonImages) - Constructor for class lava.gui.ButtonImages
Copy constructor.
ButtonQuestion - class lava.gui.ButtonQuestion.
Dialog box for asking the user a question.
ButtonQuestion(Frame, ButtonQuestionParameters) - Constructor for class lava.gui.ButtonQuestion
Creates a new question box according to the specified criteria.
ButtonQuestionParameters - class lava.gui.ButtonQuestionParameters.
Conveys parameters to class ButtonQuestion.
ButtonQuestionParameters() - Constructor for class lava.gui.ButtonQuestionParameters
Constructs an instance with default values.
BYTE - class lava.konst.BYTE.
Byte constants.
ByteArray32 - class lava.array.ByteArray32.
232-entry virtual byte array.
ByteArray32(byte) - Constructor for class lava.array.ByteArray32
Initializes with default value.
bytesToHexString(byte[]) - Static method in class lava.string.StringEncoder
Converts byte array to hex string.

C

CANCEL - Static variable in class lava.gui.ButtonQuestionParameters
Indicates "Cancel" selection.
cancel() - Method in interface lava.thread.ICancellableTask
Cancels task.
cancel(ITask) - Method in class lava.thread.TaskParallelizer
 
capacity() - Method in class lava.util.PriorityQueue
Returns the current capacity of this queue.
capacity() - Method in class lava.util.FifoQueue
Returns the current capacity of this queue.
CENTER - Static variable in class lava.gui.ALIGN
 
CENTER - Static variable in class lava.text.JUSTIFY
Indicates that text should be centered.
centerRectangle(Point, Rectangle) - Static method in class lava.gui.GuiToolbox
Centers a rectangle on a point.
centerRectangle(Rectangle, Rectangle) - Static method in class lava.gui.GuiToolbox
Centers one rectangle with another.
CHANGE_ROOT - Static variable in class lava.io.Path
Forces root dir on relative path.
CHAR - class lava.konst.CHAR.
Char constants.
CharacterStack - class lava.string.CharacterStack.
Character stack.
CharacterStack() - Constructor for class lava.string.CharacterStack
Initializes empty character stack.
charForDigit(int) - Static method in class lava.string.StringEncoder
Converts digit value to character.
clearException() - Method in class lava.util.ResourceLoader
Clears exception buffer.
clip(double[], int, double[], int, int) - Static method in class lava.riff.wave.WaveSampleClipper
Clip values to legal range.
clip(float[], int, float[], int, int) - Static method in class lava.riff.wave.WaveSampleClipper
Clip values to legal range.
clone() - Method in class lava.io.LineSeparatorFilter
Creates an independent copy of this instance.
clone() - Method in class lava.riff.wave.WaveFormatChunk
Replicates instance.
clone() - Method in class lava.string.CharacterStack
Clones stack.
clone() - Method in class lava.util.PriorityQueue
Clones this queue.
clone() - Method in class lava.util.FifoQueue
Clones this queue.
close() - Method in class lava.io.TemporaryFileOutputStream
Closes the temporary file and, if a rename destination was specified when this instance was constructed, attempts to rename it.
close() - Method in class lava.io.TemporaryFileWriter
Closes the temporary file and, if a rename destination was specified when this instance was constructed, attempts to rename it.
close() - Method in class lava.io.AsciiInputStreamReader
Closes this Reader.
close() - Method in class lava.io.UnlimitedPushbackReader
 
close() - Method in interface lava.riff.IRiffOutput
Closes stream.
close() - Method in interface lava.riff.IRiffInput
Closes input source.
close() - Method in class lava.riff.RiffStreamReader
Closes RIFF data source.
close() - Method in class lava.riff.RiffInputFile
 
close() - Method in class lava.riff.RiffInputStream
 
close() - Method in class lava.riff.RiffStreamWriter
Closes RIFF stream.
close() - Method in class lava.riff.RiffOutputFile
 
close() - Method in class lava.riff.wave.WaveStreamWriter
Closes stream.
close() - Method in class lava.riff.wave.PcmWaveStreamWriter
 
close() - Method in class lava.riff.wave.WaveStreamReader
Closes wave stream.
close() - Method in class lava.text.ParallelColumnsWriter
Flushes buffered column data and closes the output stream.
close() - Method in class lava.text.html.HtmlParser
Closes source input stream.
close(HtmlParser) - Static method in class lava.io.IoCloser
Closes HtmlParser without throwing exception.
close(InputStream) - Static method in class lava.io.IoCloser
Closes InputStream without throwing exception.
close(OutputStream) - Static method in class lava.io.IoCloser
Closes OutputStream without throwing exception.
close(RandomAccessFile) - Static method in class lava.io.IoCloser
Closes RandomAccessFile without throwing exception.
close(Reader) - Static method in class lava.io.IoCloser
Closes Reader without throwing exception.
close(ServerSocket) - Static method in class lava.io.IoCloser
Closes ServerSocket without throwing exception.
close(Socket) - Static method in class lava.io.IoCloser
Closes Socket without throwing exception.
close(Writer) - Static method in class lava.io.IoCloser
Closes Writer without throwing exception.
closeAndDelete() - Method in class lava.io.TemporaryFileWriter
Closes and deletes temporary file.
closeAndRename(File) - Method in class lava.io.TemporaryFileOutputStream
Closes the output stream and optionally renames the temporary file.
closeAndRename(File) - Method in class lava.io.TemporaryFileWriter
Closes the output stream and optionally renames the temporary file.
cls - Variable in class lava.util.ObjectRecycler
The class of objects maintained by this pool.
COL_COUNT - Static variable in class lava.security.des.spec.DesSBoxes
Columns per S box row.
cold - Variable in class lava.gui.ButtonImages.StateSet
Normal appearance.
CommandLineFileSelection - class lava.io.CommandLineFileSelection.
Command-line file selection.
CommandLineFileSelection(String[], int) - Constructor for class lava.io.CommandLineFileSelection
Initializes file list.
CommandLineFileSelection(Vector) - Constructor for class lava.io.CommandLineFileSelection
Initializes file list.
commit(long) - Method in interface lava.riff.IRiffOutput
Commits BYTEs.
commit(long) - Method in class lava.riff.RiffOutputFile
 
compact() - Method in class lava.array.ByteArray32
Reduces storage requirements.
compare(int, int) - Static method in class lava.math.MathToolbox
Compares two ints.
compare(Object, Object) - Method in class lava.string.ToStringCollator
 
compare(Object, Object) - Method in interface lava.util.IComparator
Compares two objects.
compare(String, String) - Method in class lava.string.ToStringCollator
 
compareTo(Object) - Method in class lava.io.Path
 
compareUnsigned(int, int) - Static method in class lava.math.MathToolbox
Compares two ints as if they were 32-bit unsigned values.
completeTransform(Object) - Method in class lava.security.IdentityTextTransform
No operation.
completeTransform(Object) - Method in interface lava.security.ITextTransform
Completes transform.
completeTransform(Object) - Method in class lava.security.des.DesEcbCoder
No operation.
completeTransform(Object) - Method in class lava.security.des.DesCbcCoder
ITextTransform interface method.
completeTransform(Object) - Method in class lava.security.des.DesFbCoder
ITextTransform interface method.
compressBits(byte[], int, byte[], int) - Static method in class lava.security.KeyGenerator
Compresses bit vector.
computeDifference(Point, Point) - Static method in class lava.gui.GuiToolbox
Computes translation between points.
computeStreamDigest(InputStream, String) - Static method in class lava.io.IoToolbox
Computes a message digest from a stream.
concat(byte[], int, char[], int, int) - Static method in class lava.array.LittleEndianArray
 
concat(byte[], int, char[], int, int) - Static method in class lava.array.BigEndianArray
 
concat(byte[], int, int[], int, int) - Static method in class lava.array.LittleEndianArray
 
concat(byte[], int, int[], int, int) - Static method in class lava.array.BigEndianArray
 
concat(byte[], int, long[], int, int) - Static method in class lava.array.LittleEndianArray
 
concat(byte[], int, long[], int, int) - Static method in class lava.array.BigEndianArray
 
concat(byte[], int, short[], int, int) - Static method in class lava.array.LittleEndianArray
 
concat(byte[], int, short[], int, int) - Static method in class lava.array.BigEndianArray
 
concat(char[], int, int[], int, int) - Static method in class lava.array.LittleEndianArray
 
concat(char[], int, int[], int, int) - Static method in class lava.array.BigEndianArray
 
concat(char[], int, long[], int, int) - Static method in class lava.array.LittleEndianArray
 
concat(char[], int, long[], int, int) - Static method in class lava.array.BigEndianArray
 
concat(int[], int, long[], int, int) - Static method in class lava.array.LittleEndianArray
 
concat(int[], int, long[], int, int) - Static method in class lava.array.BigEndianArray
 
concat(short[], int, int[], int, int) - Static method in class lava.array.LittleEndianArray
 
concat(short[], int, int[], int, int) - Static method in class lava.array.BigEndianArray
 
concat(short[], int, long[], int, int) - Static method in class lava.array.LittleEndianArray
 
concat(short[], int, long[], int, int) - Static method in class lava.array.BigEndianArray
 
concatenatePaths(String, String) - Static method in class lava.string.PathToolbox
Concatenates paths.
CONDITIONAL_RELATIVE - Static variable in class lava.io.Path
Resolve relative path.
configureFaces(AbstractButton, ButtonImages) - Static method in class lava.gui.GuiToolbox
Sets Swing button icons.
ConsoleCommandShell - class lava.io.ConsoleCommandShell.
Console-based command interface.
ConsoleCommandShell(ConsoleDialog, String) - Constructor for class lava.io.ConsoleCommandShell
Initializes a new ConsoleCommandShell with the specified prompt.
ConsoleDialog - class lava.io.ConsoleDialog.
Console-based input manager.
ConsoleDialog() - Constructor for class lava.io.ConsoleDialog
Constructs an instance that sends prompts to System.out and receives responses from System.in.
ConsoleDialog(Reader) - Constructor for class lava.io.ConsoleDialog
Constructs an instance that sends prompts to System.out and receives responses from the specified Reader.
ConsoleDialog(Reader, Writer) - Constructor for class lava.io.ConsoleDialog
Constructs an instance that sends prompts to the specified output stream and reads responses from the specified input stream.
construct() - Method in class lava.util.ObjectRecycler
Returns an instance of cls.
contains(Object) - Method in class lava.util.PriorityQueue
Tells if this queue contains the specified object.
contains(Object) - Method in class lava.util.FifoQueue
Tells if this queue contains the specified object.
contains(String, char) - Static method in class lava.string.StringToolbox
Determines whether a string contains a character.
contains(String, String) - Static method in class lava.string.StringToolbox
Determines whether a string contains a substring.
continueDrag(MouseEvent) - Method in class lava.gui.DragFrame
Updates the drag sprite position.
continueDrag(MouseEvent) - Method in class lava.gui.DragPanel
Updates the drag sprite position.
continueDrag(Point) - Method in class lava.gui.DragFrame
Updates the drag sprite position.
continueDrag(Point) - Method in class lava.gui.DragPanel
Updates the drag sprite position.
continueTransform(byte[], byte[], int) - Method in class lava.security.des.DesCbcDecoder
Encrypts blocks using byte arrays.
continueTransform(byte[], byte[], int) - Method in class lava.security.des.DesCbcEncoder
Encrypts blocks using byte arrays.
continueTransform(Object, Object, int) - Method in class lava.security.IdentityTextTransform
Converts symbols.
continueTransform(Object, Object, int) - Method in interface lava.security.ITextTransform
Processes text.
continueTransform(Object, Object, int) - Method in class lava.security.des.DesEcbDecoder
Decrypts longs.
continueTransform(Object, Object, int) - Method in class lava.security.des.DesCbcDecoder
 
continueTransform(Object, Object, int) - Method in class lava.security.des.DesCfbEncoder
ITextTransform interface method.
continueTransform(Object, Object, int) - Method in class lava.security.des.DesOfbCoder
ITextTransform interface method.
continueTransform(Object, Object, int) - Method in class lava.security.des.DesCbcEncoder
 
continueTransform(Object, Object, int) - Method in class lava.security.des.DesCfbDecoder
ITextTransform interface method.
continueTransform(Object, Object, int) - Method in class lava.security.des.DesEcbEncoder
Encrypts longs.
convertTabs(String) - Static method in class lava.string.StringIndenter
Converts tabs to spaces.
convertTabs(String, int) - Static method in class lava.string.StringIndenter
Converts tabs to spaces.
copyInto(Object[]) - Method in class lava.util.PriorityQueue
Copies elements into Object array.
copyInto(Object[]) - Method in class lava.util.FifoQueue
Copies the elements of this queue into a destination array.
count(String, char) - Static method in class lava.string.StringToolbox
Counts character occurrences.
count(String, String) - Static method in class lava.string.StringToolbox
Counts substring occurences.
countChannels() - Method in class lava.riff.wave.WaveStreamReader
Returns number of channels.
countCuePoints() - Method in class lava.riff.wave.WaveCuePointList
Counts cue points.
countEnqueuedThreads() - Method in class lava.thread.ThreadSerializer
Counts enqueued threads.
countReplies(String, int) - Static method in class lava.io.Ping
Counts replies from pinged host.
countSamples() - Method in class lava.riff.wave.WaveStreamReader
Returns number of samples.
countSamples() - Method in class lava.riff.wave.PcmWaveStreamReader
 
countSetBits(byte) - Static method in class lava.util.BitTwiddler
Counts set bits.
countSetBits(int) - Static method in class lava.util.BitTwiddler
Counts set bits.
countSetBits(long) - Static method in class lava.util.BitTwiddler
Counts set bits.
countSetBits(short) - Static method in class lava.util.BitTwiddler
Counts set bits.
createAsDirectory(boolean) - Method in class lava.io.Path
Creates file.
createAsFile(boolean) - Method in class lava.io.Path
Creates file.
createFromJavaFile(File) - Static method in class lava.io.Path
Converts File to Path.
createImage(String) - Static method in class lava.gui.GuiToolbox
Creates an image from a filename.
CROP - class lava.text.CROP.
An enumeration of text cropping styles.
crop(Rectangle) - Method in class lava.gui.ButtonImages
Crops images.
cropImage(Image, Rectangle) - Static method in class lava.gui.GuiToolbox
 
cropping - Variable in class lava.text.StringJustifier
Direction of cropping.
Ctype - class lava.clib.Ctype.
Ports of ctype functions.
CUE_TAG - Static variable in class lava.riff.wave.RIFF_WAVE
The 'cue ' chunk tag.
CURRENT_RATE - Static variable in class lava.util.SpeedometerModel
Indicates rate change.

D

DATA_TAG - Static variable in class lava.riff.wave.RIFF_WAVE
The 'data' chunk tag.
debugging - Static variable in class lava.util.ResourceLoader
Enables debugging output.
decode(String) - Static method in class lava.text.html.HtmlEntities
 
decodeCString(String) - Static method in class lava.string.StringDecoder
Details: decodeCString decodes a C-style string that may contain backslash-escaped sequences.
decodeHtmlText(String) - Static method in class lava.string.StringDecoder
Decodes HTML-encoded string.
decodeHtmlText(String) - Static method in class lava.text.html.HtmlEntities
 
decodeQuotedCString(String) - Static method in class lava.string.StringDecoder
Decodes quoted C string.
decodeTag(int) - Static method in class lava.riff.Riff
Decodes tag.
decrypt(Object, Object, int) - Method in interface lava.security.IBlockCipher64
Decrypts blocks.
decrypt(Object, Object, int) - Method in class lava.security.des.TripleDesEngine
Decrypts blocks.
decrypt(Object, Object, int) - Method in class lava.security.des.DesEngine
Decrypts blocks.
default_error_response - Variable in class lava.io.ConsoleDialog
Default response to be used when the error response parameter is omitted from a query method call.
DEFAULT_SEPARATOR - Static variable in class lava.io.LineSeparatorFilter
 
deleteAttribute(String) - Method in class lava.text.html.HtmlOpenTag
Deletes attribute.
DesCbcCoder - class lava.security.des.DesCbcCoder.
Base class for Cipher Block Chaining (CBC) coders.
DesCbcDecoder - class lava.security.des.DesCbcDecoder.
DES decryption in Cipher Block Chaining (CBC) mode.
DesCbcDecoder(DesKey, long) - Constructor for class lava.security.des.DesCbcDecoder
Specifies encryption key and initialization vector.
DesCbcDecoder(IBlockCipher64, long) - Constructor for class lava.security.des.DesCbcDecoder
Specifies initialization vector and encryption function.
DesCbcEncoder - class lava.security.des.DesCbcEncoder.
DES encryption in Cipher Block Chaining (CBC) mode.
DesCbcEncoder(DesKey, long) - Constructor for class lava.security.des.DesCbcEncoder
Specifies encryption key and initialization vector.
DesCbcEncoder(IBlockCipher64, long) - Constructor for class lava.security.des.DesCbcEncoder
Specifies initialization vector and encryption function.
DesCfbDecoder - class lava.security.des.DesCfbDecoder.
DES decryption in Cipher FeedBack (CFB) mode.
DesCfbDecoder(DesKey, int, long) - Constructor for class lava.security.des.DesCfbDecoder
Initializes with DES funcction, value for k, and initialization vector.
DesCfbDecoder(IBlockCipher64, int, long) - Constructor for class lava.security.des.DesCfbDecoder
Initializes with arbitrary block cipher, value for k, and initialization vector.
DesCfbEncoder - class lava.security.des.DesCfbEncoder.
DES encryption in Cipher FeedBack (CFB) mode.
DesCfbEncoder(DesKey, int, long) - Constructor for class lava.security.des.DesCfbEncoder
Initializes with DES function, value for k, and initialization vector.
DesCfbEncoder(IBlockCipher64, int, long) - Constructor for class lava.security.des.DesCfbEncoder
Initializes with arbitrary block cipher, value for k, and initialization vector.
DesEcbCoder - class lava.security.des.DesEcbCoder.
Encrypts/decrypts using DES in ECB mode.
DesEcbDecoder - class lava.security.des.DesEcbDecoder.
Decrypts using DES-ECB.
DesEcbDecoder(IBlockCipher64) - Constructor for class lava.security.des.DesEcbDecoder
Sets decryption engine.
DesEcbEncoder - class lava.security.des.DesEcbEncoder.
Encrypts using DES-ECB.
DesEcbEncoder(IBlockCipher64) - Constructor for class lava.security.des.DesEcbEncoder
Sets encryption engine.
DesEngine - class lava.security.des.DesEngine.
Optimized DES implementation.
DesEngine(DesKey) - Constructor for class lava.security.des.DesEngine
Sets key.
DesEngine(DesKey, boolean, boolean) - Constructor for class lava.security.des.DesEngine
Sets key; enables/disables permutations.
DesFbCoder - class lava.security.des.DesFbCoder.
Base class for Cipher/Output FeedBack (C/OFB) coders.
DesKey - class lava.security.des.DesKey.
DES key.
DesKey(byte[], int) - Constructor for class lava.security.des.DesKey
Specifies key as a byte sequence.
DesKey(int[], int) - Constructor for class lava.security.des.DesKey
Specifies 32-bit left and right halves.
DesKey(int, int) - Constructor for class lava.security.des.DesKey
Sets key halves.
DesKey(long) - Constructor for class lava.security.des.DesKey
Sets key.
DesOfbCoder - class lava.security.des.DesOfbCoder.
Encrypts data using DES in cipher feedback (CFB) mode.
DesOfbCoder(DesKey, int, long) - Constructor for class lava.security.des.DesOfbCoder
Initializes with DES function, value for k, and initialization vector.
DesOfbCoder(IBlockCipher64, int, long) - Constructor for class lava.security.des.DesOfbCoder
Initializes with arbitrary block cipher, value for k, and initialization vector.
DesPermutation - class lava.security.des.spec.DesPermutation.
DES permutation tables.
DesPermutedKeyShifts - class lava.security.des.spec.DesPermutedKeyShifts.
Left shifts per round.
DesPermutedKeyShifts() - Constructor for class lava.security.des.spec.DesPermutedKeyShifts
 
DesSBoxes - class lava.security.des.spec.DesSBoxes.
DES S boxes.
digitForChar(char) - Static method in class lava.string.StringDecoder
Converts digit character to value.
DirectoryNotFoundException - exception lava.io.DirectoryNotFoundException.
Indicates invalid directory name.
DirectoryNotFoundException() - Constructor for class lava.io.DirectoryNotFoundException
Constructs an instance of this class with no detail message.
DirectoryNotFoundException(File) - Constructor for class lava.io.DirectoryNotFoundException
Constructs an instance of this class with a detail message specifying the invalid directory name.
DirectoryNotFoundException(String) - Constructor for class lava.io.DirectoryNotFoundException
Constructs an instance of this class with the given detail message.
dispose() - Method in class lava.util.SpeedometerModel
Kills internal metering thread.
distance(Point, Point) - Static method in class lava.gui.GuiToolbox
Computes distance between points.
done() - Method in class lava.clib.stdarg.Va_list
Converts the list to an Object array.
DOS_LINE_SEPARATOR - Static variable in class lava.io.LineSeparatorFilter
The DOS/Windows-style line separator ("\r\n").
DOUBLE - class lava.konst.DOUBLE.
Double constants.
drag_origin - Variable in class lava.gui.DragFrame
Drag origin.
drag_origin - Variable in class lava.gui.DragPanel
Drag origin.
drag_position - Variable in class lava.gui.DragFrame
Current drag position.
drag_position - Variable in class lava.gui.DragPanel
Current drag position.
DragFrame - class lava.gui.DragFrame.
Supports drag and drop operations in a JFrame.
DragFrame() - Constructor for class lava.gui.DragFrame
Initializes a new DragFrame.
DragPanel - class lava.gui.DragPanel.
Provide graphical support for drag and drop operations in a JPanel.
DragPanel() - Constructor for class lava.gui.DragPanel
Initializes a new DragPanel.
DragSprite - class lava.gui.DragSprite.
Icon dragged across DragFrame.
DragSprite(Icon) - Constructor for class lava.gui.DragSprite
Initializes using the given Icon and a centered grip point.
DragSprite(Icon, Point) - Constructor for class lava.gui.DragSprite
Initializes using the given Icon and grip point.
drawLine(Graphics, Point, Point) - Static method in class lava.gui.GuiToolbox
Draws line.
drawString(Graphics, String, Point) - Static method in class lava.gui.GuiToolbox
 
drawStringAligned(Graphics, String, Point, int) - Static method in class lava.gui.GuiToolbox
 
drawStringAligned(Graphics, String, Rectangle, int) - Static method in class lava.gui.GuiToolbox
 
DuplicateIdentifier - class lava.util.DuplicateIdentifier.
Identifies duplicates in an Object stream.
DuplicateIdentifier() - Constructor for class lava.util.DuplicateIdentifier
 
dwAvgBytesPerSec - Variable in class lava.riff.wave.WaveFormatChunk
Average bytes per second.
dwBlockStart - Variable in class lava.riff.wave.WaveCuePoint
dwBlockStart field.
dwChunkStart - Variable in class lava.riff.wave.WaveCuePoint
dwChunkStart field.
dwName - Variable in class lava.riff.wave.WaveCuePoint
dwName field.
dwPosition - Variable in class lava.riff.wave.WaveCuePoint
dwPosition field.
dwSampleOffset - Variable in class lava.riff.wave.WaveCuePoint
dwSampleOffset field.
dwSamplesPerSec - Variable in class lava.riff.wave.WaveFormatChunk
Full sample rate.

E

EAST - Static variable in class lava.gui.ALIGN
 
EASTTOWEST - Static variable in class lava.gui.ALIGN
 
elementAt(int) - Method in class lava.util.PriorityQueue
Returns the element at the specified index in the queue.
elementAt(int) - Method in class lava.util.FifoQueue
Returns the element at the specified index in the queue.
elementAt(int) - Method in class lava.util.EnumerationLookaheadWindow
Returns the entry at the given position without removing it.
elementsWaiting() - Method in class lava.util.EnumerationLookaheadWindow
Returns the number of elements waiting in the window.
en - Variable in class lava.util.EnumerationLookaheadWindow
 
encode(String) - Static method in class lava.text.html.HtmlEntities
 
encodeAsciiJavaString(String) - Static method in class lava.string.StringEncoder
Encodes string into Java string literal.
encodeHtmlText(String) - Static method in class lava.string.StringEncoder
Encodes HTML text.
encodeHtmlText(String) - Static method in class lava.text.html.HtmlEntities
 
encrypt(Object, Object, int) - Method in interface lava.security.IBlockCipher64
Encrypts blocks.
encrypt(Object, Object, int) - Method in class lava.security.des.TripleDesEngine
Encrypts blocks.
encrypt(Object, Object, int) - Method in class lava.security.des.DesEngine
Encrypts blocks.
endChunk() - Method in class lava.riff.RiffStreamWriter
Terminates current chunk.
endDrag() - Method in class lava.gui.DragFrame
Terminates the dragging operation.
endDrag() - Method in class lava.gui.DragPanel
Terminates the dragging operation.
endSamples() - Method in class lava.riff.wave.WaveStreamWriter
Closes wave data chunk.
endSamples() - Method in class lava.riff.wave.PcmWaveStreamWriter
 
enqueue(ITask, int) - Method in class lava.thread.TaskParallelizer
Enqueues task for execution.
enqueue(Runnable, int) - Method in class lava.thread.ThreadSerializer
Enqueues lightweight thread.
enqueue(Thread, int) - Method in class lava.thread.ThreadSerializer
Enqueues unstarted thread.
ensureCapacity(int) - Method in class lava.util.PriorityQueue
Guarantees that this queue will be able to buffer at least the indicated number of elements.
ensureCapacity(int) - Method in class lava.util.FifoQueue
Guarantees that this queue will be able to buffer at least the indicated number of elements.
enumerate() - Method in class lava.io.PathSet
Enumerates set.
EnumerationLookaheadWindow - class lava.util.EnumerationLookaheadWindow.
An EnumerationLookaheadWindow provides the user with a "sliding window" into an Enumeration.
EnumerationLookaheadWindow(Enumeration, int) - Constructor for class lava.util.EnumerationLookaheadWindow
Creates a new window into the given Enumeration, using the given window size.
EnumerationSynchronizer - class lava.util.EnumerationSynchronizer.
EnumerationSynchronizer is like the Unix "diff" command, except that it works on Enumerations rather than text files.
EnumerationSynchronizer(Enumeration, Enumeration, int) - Constructor for class lava.util.EnumerationSynchronizer
Initializes a new EnumerationSynchronizer to read objects from the two provided Enumerations.
eof() - Method in class lava.io.UnlimitedPushbackReader
Tells if the end-of-stream has been reached.
equals(Object) - Method in class lava.io.Path
Tests for equivalence.
exists() - Method in class lava.io.Path
Tests existance.
expectClassString(PushbackReader, ICharacterClass) - Static method in class lava.io.StreamParser
Expects class string.
expectDigitsString(PushbackReader, int) - Static method in class lava.io.StreamParser
Expects digits string.
expectExactString(PushbackReader, String) - Static method in class lava.io.StreamParser
 
expectHorizontalWhiteString(PushbackReader) - Static method in class lava.io.StreamParser
Expects horizontal white string.
expectHtmlIdentifier(PushbackReader) - Static method in class lava.io.StreamParser
Expects HTML identifier.
expectIntegerString(PushbackReader) - Static method in class lava.io.StreamParser
Expects integer string.
expectIpAddress(PushbackReader) - Static method in class lava.io.StreamParser
Expects IP address.
expectJavaIdentifier(PushbackReader) - Static method in class lava.io.StreamParser
Expects Java identifier.
expectQuotedCString(PushbackReader) - Static method in class lava.io.StreamParser
Expects quoted C string.
expectRealString(PushbackReader) - Static method in class lava.io.StreamParser
Expects real number string.
expectShellArgument(PushbackReader) - Static method in class lava.io.StreamParser
Expects shell argument.
expectString(PushbackReader) - Static method in class lava.io.StreamParser
Expects a string.
expectWhiteString(PushbackReader) - Static method in class lava.io.StreamParser
Expects white string.
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

FACT_TAG - Static variable in class lava.riff.wave.RIFF_WAVE
The 'fact' chunk tag.
failure_value - Variable in class lava.util.NumberedStrings
The default Integer object to return when a String lookup fails.
fccChunk - Variable in class lava.riff.wave.WaveCuePoint
fccChunk field.
field_width - Variable in class lava.text.StringJustifier
Width of the field in which the text should be justified.
FifoQueue - class lava.util.FifoQueue.
A FifoQueue is a first-in, first-out Object queue.
FifoQueue() - Constructor for class lava.util.FifoQueue
Initializes an empty FifoQueue, using a default initial capacity.
FifoQueue(int) - Constructor for class lava.util.FifoQueue
Prepares an empty FifoQueue with the specified initial capacity.
FILE_TAG - Static variable in class lava.riff.wave.RIFF_WAVE
The 'file' chunk tag.
FileFormatException - exception lava.io.FileFormatException.
Indicates incompatible file format.
FileFormatException() - Constructor for class lava.io.FileFormatException
Initializes with no detail message.
FileFormatException(String) - Constructor for class lava.io.FileFormatException
Initializes with detail message.
FileRewriter - class lava.io.FileRewriter.
Rewrites files in place.
FileRewriter(File) - Constructor for class lava.io.FileRewriter
Initializes the members of this instance in preparation for rewriting the specified file.
fill() - Method in class lava.util.EnumerationLookaheadWindow
Fills the window with new elements from the Enumeration.
fill(byte[], byte) - Static method in class lava.array.ArrayFiller
Fills an array of bytes with the specified value.
fill(char[], char) - Static method in class lava.array.ArrayFiller
Fills an array of chars with the specified value.
fill(double[], double) - Static method in class lava.array.ArrayFiller
Fills an array of doubles with the specified value.
fill(float[], float) - Static method in class lava.array.ArrayFiller
Fills an array of floats with the specified value.
fill(int[], int) - Static method in class lava.array.ArrayFiller
Fills an array of ints with the specified value.
fill(int, int, byte) - Method in class lava.array.ByteArray32
Fills array.
fill(long[], long) - Static method in class lava.array.ArrayFiller
Fills an array of longs with the specified value.
fill(Object[], Object) - Static method in class lava.array.ArrayFiller
Fills an array with the specified Object.
fill(short[], short) - Static method in class lava.array.ArrayFiller
Fills an array of shorts with the specified value.
fillOne() - Method in class lava.util.EnumerationLookaheadWindow
Adds one more element to the queue.
filter(char[]) - Method in class lava.io.LineSeparatorFilter
Returns a new array with the line separators replaced by the preferred line separator declared when this instance was created.
filter(String) - Method in class lava.io.LineSeparatorFilter
Returns a new String with the line separators replaced by the preferred line separator declared when this instance was created.
FilteredInputStream - class lava.io.FilteredInputStream.
Removes characters from base input stream.
FilteredInputStream(InputStream) - Constructor for class lava.io.FilteredInputStream
Specifies base input stream.
finalize() - Method in class lava.riff.RiffStreamWriter
Finalizes RIFF stream.
finalize() - Method in class lava.util.SpeedometerModel
Prepares for destruction.
finalize() - Method in class lava.util.DuplicateIdentifier
Clears memory.
findChunk(int, int) - Method in class lava.riff.wave.WaveStreamReader
Returns chunk reader by tag.
findDifference(String, String) - Static method in class lava.string.StringToolbox
Finds first difference.
findLabel(String) - Method in class lava.riff.wave.WaveCuePointList
Searches for cue point label.
finishNow() - Method in class lava.thread.ThreadSerializer
Waits for queue to empty.
finishSoon() - Method in class lava.thread.ThreadSerializer
Allows ThreadSerializer to die.
firstElement() - Method in class lava.util.PriorityQueue
Returns the next element in the queue without removing it.
firstElement() - Method in class lava.util.FifoQueue
Returns the next element in the queue without removing it.
fkcp - Static variable in class lava.security.des.spec.DesPermutation
Final key compression permutation.
flipSignBits(BigInteger) - Static method in class lava.math.MathToolbox
Flips the sign bits in a BigInteger.
FLOAT - class lava.konst.FLOAT.
Float constants.
fmt - Variable in class lava.riff.wave.WaveStreamReader
Parsed format chunk.
FMT_TAG - Static variable in class lava.riff.wave.RIFF_WAVE
The 'fmt ' chunk tag.
FORCE_RELATIVE - Static variable in class lava.io.Path
Concatenates two paths.
forget(Object) - Method in class lava.util.DuplicateIdentifier
Forgets object.
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.
FrameCloser - class lava.gui.FrameCloser.
Automatically closes frame.
FrameCloser(Frame) - Constructor for class lava.gui.FrameCloser
Initializes with default values.
FrameCloser(Frame, boolean) - Constructor for class lava.gui.FrameCloser
Sets exit feature.
free(long, int) - Method in class lava.riff.RiffChunkReader
Unbuffers data segment.
free(long, long) - Method in interface lava.riff.IRiffInput
Unbuffers bytes.
free(long, long) - Method in class lava.riff.RiffInputFile
 
free(long, long) - Method in class lava.riff.RiffInputStream
 
freeAll() - Method in class lava.riff.RiffChunkReader
Unbuffers entire chunk.
freeHeader() - Method in class lava.riff.RiffChunkReader
Unbuffers header.
freeSamples(long, int) - Method in class lava.riff.wave.WaveStreamReader
Releases samples from buffer.
freeSamples(long, int) - Method in class lava.riff.wave.PcmWaveStreamReader
 
frozen - Variable in class lava.gui.ButtonImages.StateSet
Disabled appearance.
ftp - Static variable in class lava.security.des.spec.DesPermutation
Final text permutation.
FULL - Static variable in class lava.gui.ALIGN
 
FULL - Static variable in class lava.text.JUSTIFY
Indicates that text should be fully justified, i.e., left- and right-aligned.
FullScreenWindow - class lava.gui.FullScreenWindow.
Borderless full screen window.
FullScreenWindow() - Constructor for class lava.gui.FullScreenWindow
Default constructor.

G

get(int) - Method in class lava.array.ByteArray32
Retrieves byte.
get(int, byte[], int, int) - Method in class lava.array.ByteArray32
Retrieves bytes.
getAdtlChunkReader() - Method in class lava.riff.wave.WaveStreamReader
Returns ADTL chunk parser.
getAttribute(String) - Method in class lava.text.html.HtmlOpenTag
Returns attribute.
getBitsPerChannelSample() - Method in class lava.riff.wave.WaveStreamReader
Returns number of bits per channel sample.
getBitsPerChannelSample() - Method in class lava.riff.wave.PcmWaveStreamReader
 
getBoolean(String) - Method in class lava.util.ResourceLoader
Reads a boolean property.
getBoolean(String, boolean) - Method in class lava.util.ResourceLoader
Reads a boolean property.
getCanonicalPath() - Method in class lava.io.Path
 
getCenter(Rectangle) - Static method in class lava.gui.GuiToolbox
Computes the center of a rectangle.
getChannelSampleSize() - Method in class lava.riff.wave.WaveStreamReader
Returns size of individual channel sample.
getChannelSampleSize() - Method in class lava.riff.wave.PcmWaveStreamReader
 
getChunkReader(int) - Method in class lava.riff.wave.WaveStreamReader
Returns chunk reader by index.
getCollationKey(String) - Method in class lava.string.ToStringCollator
 
getCommand() - Method in class lava.io.ConsoleCommandShell
Outputs the command prompt to the console, waits for a response, parses it, and then returns the command (i.e., the first word of the response).
getCommonSuffix(String, String) - Static method in class lava.string.StringToolbox
Determines common suffix.
getComponentZOrder(Container, Component) - Static method in class lava.gui.GuiToolbox
Returns component Z-order.
getConfigFileReader(String) - Static method in class lava.io.IoToolbox
Returns reader suitable for parsing config files.
getContents() - Method in class lava.io.UnreadBuffer
Returns entire unread stack.
getCuePoints() - Method in class lava.riff.wave.WaveStreamReader
Parses cue points chunk.
getDimension(String) - Method in class lava.util.ResourceLoader
Reads a Dimension property.
getDouble(String) - Method in class lava.util.ResourceLoader
Returns a double resource.
getDouble(String, double) - Method in class lava.util.ResourceLoader
Returns a double resource.
getDragAmount() - Method in class lava.gui.DragFrame
Computes drag offset.
getDragAmount() - Method in class lava.gui.DragPanel
Computes drag offset.
getDragOrigin() - Method in class lava.gui.DragFrame
Returns drag origin.
getDragOrigin() - Method in class lava.gui.DragPanel
Returns drag origin.
getDragPosition() - Method in class lava.gui.DragFrame
Returns drag position.
getDragPosition() - Method in class lava.gui.DragPanel
Returns drag position.
getElements() - Method in class lava.gui.LButtonGroup
Returns the buttons in this group.
getEnqueuedThread(int) - Method in class lava.thread.ThreadSerializer
Returns enqueued thread.
getError() - Method in class lava.io.LineEnumeration
Returns ioe.
getEventDispatcher() - Method in class lava.mv.MvModel
 
getException() - Method in class lava.util.ResourceLoader
Returns previously saved exception.
getFile() - Method in class lava.io.TemporaryFileOutputStream
Returns a File object representing this stream's temporary file.
getFile() - Method in class lava.io.TemporaryFileWriter
Returns a File object representing this stream's temporary file.
getFile(FileDialog) - Static method in class lava.gui.GuiToolbox
Uses the supplied FileDialog window to obtain a file selection from the user.
getFile(String) - Method in class lava.util.ResourceLoader
Returns File from property.
getFile(String, File) - Method in class lava.util.ResourceLoader
Returns File from property.
getFileName() - Method in class lava.io.Path
 
getFilename(String) - Static method in class lava.string.PathToolbox
Returns last path component.
getFipsValue(int) - Static method in class lava.security.des.spec.DesPermutedKeyShifts
Returns table value.
getFipsValue(int) - Method in class lava.security.des.spec.DesPermutation
Returns value from permutation table.
getFipsValue(int, int, int) - Static method in class lava.security.des.spec.DesSBoxes
Returns FIPS S box value.
getFloat(String) - Method in class lava.util.ResourceLoader
Returns a float resource.
getFloat(String, float) - Method in class lava.util.ResourceLoader
Returns a float resource.
getFootprint(int, int) - Method in class lava.gui.DragSprite
Computes rectangular region affected by calling paintIcon.
getFootprint(Point) - Method in class lava.gui.DragSprite
Computes rectangular region affected by calling paintIcon.
getFormatChunk() - Method in class lava.riff.wave.WaveStreamReader
Returns format chunk.
getFramePoint(MouseEvent) - Method in class lava.gui.DragFrame
Computes the frame coordinates of the given MouseEvent.
getFramePoint(MouseEvent) - Method in class lava.gui.DragPanel
Computes the frame coordinates of the given MouseEvent.
getHost(String) - Method in class lava.util.ResourceLoader
Returns host address property.
getHost(String, InetAddress) - Method in class lava.util.ResourceLoader
Returns host address property.
getHost(String, String) - Method in class lava.util.ResourceLoader
Returns host address property.
getIconHeight() - Method in class lava.gui.DragSprite
Returns this icon's height.
getIconWidth() - Method in class lava.gui.DragSprite
Returns this icon's width.
getImage() - Method in class lava.gui.JImagePanel
Returns the current image.
getImage() - Method in class lava.gui.ImageCanvas
Returns the current image.
getImage(String) - Method in class lava.gui.ImageLoader
Loads image.
getIndent(String) - Static method in class lava.string.StringIndenter
Determines indent amount.
getIndent(String, int) - Static method in class lava.string.StringIndenter
Determines indent amount.
getInformationChunk(int, int) - Method in class lava.riff.wave.WaveAdtlChunkReader
Looks up information chunk.
getInputStream() - Method in class lava.io.FileRewriter
Returns an InputStream that reads from the file being rewritten.
getInputStream(String) - Method in class lava.util.ResourceLoader
Returns an InputStream property.
getInstance() - Static method in class lava.string.ToStringCollator
 
getInstance(Locale) - Static method in class lava.string.ToStringCollator
 
getInt(String) - Method in class lava.util.ResourceLoader
Returns an int resource.
getInt(String, int) - Method in class lava.util.ResourceLoader
Returns an int resource.
getIntBe(int) - Method in class lava.array.ByteArray32
Retrieves 32-bit word.
getInterleavedHash(InputStream, String, int) - Static method in class lava.security.KeyGenerator
Generates extended hash.
getIntLe(int) - Method in class lava.array.ByteArray32
Retrieves 32-bit word.
getKey() - Method in class lava.gui.KeystrokeBuffer
Returns the next character in the buffer, or blocks for a character if the queue is empty.
getLabel(int) - Method in class lava.riff.wave.WaveAdtlChunkReader
Looks up cue point label.
getLabel(int) - Method in class lava.riff.wave.WaveCuePointList
Returns cue point label.
getLastModifiedTime() - Method in class lava.io.Path
Returns modification timestamp.
getLayoutAlignmentX(Container) - Method in class lava.gui.ScaledLayout
Returns horizontal alignment information.
getLayoutAlignmentX(Container) - Method in class lava.gui.ListenableLayoutManager2
Forwards call to lm.
getLayoutAlignmentY(Container) - Method in class lava.gui.ScaledLayout
Returns vertical alignment information.
getLayoutAlignmentY(Container) - Method in class lava.gui.ListenableLayoutManager2
Forwards call to lm.
getLength() - Method in interface lava.riff.IRiffOutput
Returns stream length.
getLength() - Method in interface lava.riff.IRiffInput
Returns file length.
getLength() - Method in class lava.riff.RiffInputFile
 
getLength() - Method in class lava.riff.RiffInputStream
 
getLength() - Method in class lava.riff.RiffOutputFile
 
getLineNumber() - Method in class lava.io.UnixLineReader
Returns the total number of lines read so far.
getLineParser(String) - Static method in class lava.io.StreamParser
Creates line parser.
getLineSeparator() - Static method in class lava.Platform
Returns platform's line separator.
getLineSeparator() - Method in class lava.io.AsciiOutputStream
Returns current line separator.
getListeners() - Method in class lava.util.ListenerRegistry
Enumerates registered listeners.
getLong(String) - Method in class lava.util.ResourceLoader
Returns a long resource.
getLong(String, long) - Method in class lava.util.ResourceLoader
Returns a long resource.
getMenuItems(Menu) - Static method in class lava.gui.GuiToolbox
Returns an enumeration of the given menu's MenuItems.
getMenuItems(MenuBar) - Static method in class lava.gui.GuiToolbox
Returns an enumeration of all of the given menu bar's MenuItems.
getMenus(MenuBar) - Static method in class lava.gui.GuiToolbox
Returns an enumeration of the given menu bar's menus.
getModel() - Method in class lava.mv.MvModelEvent
 
getName(int) - Method in class lava.riff.wave.WaveCuePointList
Returns cue point name.
getNote(int) - Method in class lava.riff.wave.WaveAdtlChunkReader
Looks up cue point note.
getOriginalSource() - Method in class lava.text.html.HtmlComponent
 
getOsGenre() - Static method in class lava.Platform
Determines host operating system family.
getOutputStream() - Method in class lava.io.FileRewriter
Returns an OutputStream that writes to the file being rewritten.
getParam() - Method in class lava.io.ConsoleCommandShell
Returns the next parameter from the most recently parsed command line.
getParam(int) - Method in class lava.mv.MvModelEvent
 
getParamCount() - Method in class lava.mv.MvModelEvent
 
getParentDirectory() - Method in class lava.io.Path
 
getParentPath(String) - Static method in class lava.string.PathToolbox
Returns parent.
getPoint(String) - Method in class lava.util.ResourceLoader
Reads a Point property.
getPosition() - Method in interface lava.riff.IRiffOutput
Returns write offset.
getPosition() - Method in interface lava.riff.IRiffInput
Returns read offset.
getPosition() - Method in class lava.riff.RiffInputFile
 
getPosition() - Method in class lava.riff.RiffInputStream
 
getPosition() - Method in class lava.riff.RiffOutputFile
 
getPosition(int) - Method in class lava.riff.wave.WaveCuePointList
Returns cue point position.
getPrimitiveElementType(Object) - Static method in class lava.array.ArrayCaster
Identifies primitive array type.
getProperty(Object) - Method in class lava.mv.MvModelExtra
Removes property.
getRate() - Method in class lava.util.SpeedometerModel
Returns current progress rate.
getReader() - Method in class lava.io.FileRewriter
Returns a Reader that reads from the file being rewritten.
getReader() - Method in class lava.io.UnreadBuffer
Returns source stream.
getRectangle(String) - Method in class lava.util.ResourceLoader
Reads a Rectangle property.
getReorderedValue(int) - Method in class lava.security.des.spec.DesPermutation
Returns value from reordered permutation table.
getRootContainer(Component) - Static method in class lava.gui.GuiToolbox
SUMMARY FORTHCOMING
getRootDirectory() - Static method in class lava.io.Path
Returns root directory.
getSampleSize() - Method in class lava.riff.wave.WaveFormatChunk
Computes bytes per sample.
getSampleSize() - Method in class lava.riff.wave.PcmWaveFormatChunk
 
getSelectedButton() - Method in class lava.gui.LButtonGroup
Returns the currently selected button.
getSelection() - Method in class lava.gui.LButtonGroup
Returns the currently selected button.
getSelection() - Method in class lava.io.CommandLineFileSelection
 
getSize() - Method in class lava.io.Path
Returns file size.
getStdinReader() - Static method in class lava.io.IoToolbox
Creates reader for stdin.
getString(String) - Method in class lava.util.ResourceLoader
Returns a String resource.
getString(String, String) - Method in class lava.util.ResourceLoader
Returns a String resource.
getStringAdvance(FontMetrics, String) - Static method in class lava.gui.GuiToolbox
Returns the advance width of a String when printed using the font with the given FontMetrics.
getStringAdvance(Graphics, String) - Static method in class lava.gui.GuiToolbox
Returns the advance width of a String when drawn through the current Graphics object.
getStringArray(String) - Method in class lava.util.ResourceLoader
Returns string array property.
getTableSize() - Method in class lava.security.des.spec.DesPermutation
Returns table size.
getText() - Method in class lava.text.html.HtmlText
Returns text.
getTransformInputWidth() - Method in class lava.security.IdentityTextTransform
Returns symbol width.
getTransformInputWidth() - Method in interface lava.security.ITextTransform
Returns input symbol width.
getTransformInputWidth() - Method in class lava.security.des.DesEcbCoder
Returns 64.
getTransformInputWidth() - Method in class lava.security.des.DesCbcCoder
ITextTransform interface method.
getTransformInputWidth() - Method in class lava.security.des.DesFbCoder
ITextTransform interface method.
getTransformOutputWidth() - Method in class lava.security.IdentityTextTransform
Returns symbol width.
getTransformOutputWidth() - Method in interface lava.security.ITextTransform
Returns output symbol width.
getTransformOutputWidth() - Method in class lava.security.des.DesEcbCoder
Returns 64.
getTransformOutputWidth() - Method in class lava.security.des.DesCbcCoder
ITextTransform interface method.
getTransformOutputWidth() - Method in class lava.security.des.DesFbCoder
ITextTransform interface method.
getType() - Method in class lava.mv.MvModelEvent
 
getType() - Method in class lava.text.html.HtmlRegularTag
Returns tag type.
getVersionId() - Static method in class lava.LavaVersion
Returns version ID.
getWorkingDirectory() - Static method in class lava.io.Path
Returns working directory.
getWriter() - Method in class lava.io.FileRewriter
Returns a Writer that writes to the file being rewritten.
GridPanel - class lava.gui.GridPanel.
Container whose default layout is GridLayout.
GridPanel(int, int) - Constructor for class lava.gui.GridPanel
Sets the number of rows and columns.
GridPanel(int, int, int, int) - Constructor for class lava.gui.GridPanel
Sets the number of rows, columns, horizontal gap, and vertical gap.
GuiToolbox - class lava.gui.GuiToolbox.
Miscellaneous functions providing AWT and Swing support.
GuiToolbox() - Constructor for class lava.gui.GuiToolbox
 

H

hashCode() - Method in class lava.io.Path
Returns hash code.
hashCode() - Method in class lava.string.ToStringCollator
 
HashCommentStripperReader - class lava.io.HashCommentStripperReader.
Strips hashmark comments from a Reader.
HashCommentStripperReader(Reader) - Constructor for class lava.io.HashCommentStripperReader
Constructs a new instance that reads from the given Reader.
hasMoreData() - Method in class lava.riff.RiffChunkReader
Determines if more data is available.
hasMoreElements() - Method in class lava.io.LineEnumeration
Synonym for hasMoreLines.
hasMoreElements() - Method in class lava.util.PriorityQueue
Determines whether this queue contains more elements.
hasMoreElements() - Method in class lava.util.EnumerationSynchronizer
Determines whether there are more Object tuples to read.
hasMoreElements() - Method in class lava.util.FifoQueue
Determines whether this queue contains more elements.
hasMoreElements() - Method in class lava.util.EnumerationLookaheadWindow
Indicates whether this enumeration has more elements.
hasMoreLines() - Method in class lava.io.LineEnumeration
Indicates whether this Enumeration has more elements.
hasOddParity() - Method in class lava.security.des.DesKey
Tests for odd parity.
hasOddParity() - Method in class lava.security.des.TripleDesKey
Tests for odd parity.
hexStringToBytes(String) - Static method in class lava.string.StringDecoder
Coverts hex string to bytes.
HIGHEST - Static variable in class lava.util.PRIORITY
Highest priority.
hot - Variable in class lava.gui.ButtonImages.StateSet
Mouseover appearance.
HtmlCloseTag - class lava.text.html.HtmlCloseTag.
Closing HTML tag.
HtmlCloseTag(String) - Constructor for class lava.text.html.HtmlCloseTag
 
HtmlComment - class lava.text.html.HtmlComment.
HTML comment.
HtmlComponent - class lava.text.html.HtmlComponent.
Parsed HTML element.
HtmlEntities - class lava.text.html.HtmlEntities.
Translate HTML entities.
HtmlEntities() - Constructor for class lava.text.html.HtmlEntities
 
HtmlError - class lava.text.html.HtmlError.
Malformed HTML source.
HtmlOpenTag - class lava.text.html.HtmlOpenTag.
Opening HTML tag.
HtmlOpenTag(String) - Constructor for class lava.text.html.HtmlOpenTag
 
HtmlParser - class lava.text.html.HtmlParser.
Parses HTML source.
HtmlParser(PushbackReader) - Constructor for class lava.text.html.HtmlParser
Sets HTML source.
HtmlRegularTag - class lava.text.html.HtmlRegularTag.
HTML tag.
HtmlSpecialTag - class lava.text.html.HtmlSpecialTag.
Unusual HTML tag.
HtmlText - class lava.text.html.HtmlText.
Uninterpreted HTML text.
HtmlText(String) - Constructor for class lava.text.html.HtmlText
 

I

IBlockCipher64 - interface lava.security.IBlockCipher64.
Defines methods for block ciphers.
ICancellableTask - interface lava.thread.ICancellableTask.
No summary available.
ICharacterClass - interface lava.string.ICharacterClass.
Defines character class.
IComparator - interface lava.util.IComparator.
Describes object ordering.
IdentityTextTransform - class lava.security.IdentityTextTransform.
Identity transform.
IdentityTextTransform(int) - Constructor for class lava.security.IdentityTextTransform
Sets symbol width.
ikcp - Static variable in class lava.security.des.spec.DesPermutation
Initial key compression permutation.
image - Variable in class lava.gui.ButtonQuestionParameters
Question icon.
image - Variable in class lava.gui.JImagePanel
The Image displayed in this Canvas.
image - Variable in class lava.gui.ImageCanvas
The Image displayed in this Canvas.
ImageCanvas - class lava.gui.ImageCanvas.
SizedCanvas that displays an Image.
ImageCanvas(Dimension, Image) - Constructor for class lava.gui.ImageCanvas
Initializes this ImageCanvas to have the given dimension and image content.
ImageCanvas(Dimension, Image, int) - Constructor for class lava.gui.ImageCanvas
Initializes this ImageCanvas to have the given dimension and image content.
ImageCanvas(Image) - Constructor for class lava.gui.ImageCanvas
Initializes with image.
ImageLoader - class lava.gui.ImageLoader.
Loads application images.
ImageLoader(ResourceLoader) - Constructor for class lava.gui.ImageLoader
Sets ResourceLoader.
imageUpdate(Image, int, int, int, int, int) - Method in class lava.gui.JImagePanel
Progressively renders image.
imageUpdate(Image, int, int, int, int, int) - Method in class lava.gui.ImageCanvas
Progressively renders image.
IMvEventDispatcher - interface lava.mv.IMvEventDispatcher.
 
IMvView - interface lava.mv.IMvView.
A view in a program the uses the model-view architecture.
in - Variable in class lava.gui.ButtonImages
Button faces for in position.
indexOf(Object) - Method in class lava.util.PriorityQueue
See indexOf(Object,int).
indexOf(Object) - Method in class lava.util.FifoQueue
See indexOf(Object,int).
indexOf(Object, int) - Method in class lava.util.PriorityQueue
Searches this queue for an object equal to the given object.
indexOf(Object, int) - Method in class lava.util.FifoQueue
Searches this queue for an object equal to the given object.
insertElementAt(Object, int) - Method in class lava.util.PriorityQueue
Inserts an object into the queue.
insertElementAt(Object, int) - Method in class lava.util.FifoQueue
Inserts an object into the queue at the specified index.
insertPrioritizedElement(Object, int) - Method in class lava.util.PriorityQueue
Inserts an object into the queue at the end of other objects with the same or higher priority.
INT - class lava.konst.INT.
Int constants.
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.
intersects(Polygon, Rectangle) - Static method in class lava.gui.GuiToolbox
No summary provided.
invalidateLayout(Container) - Method in class lava.gui.ScaledLayout
Reserved.
invalidateLayout(Container) - Method in class lava.gui.ListenableLayoutManager2
Forwards call to lm.
IoCloser - class lava.io.IoCloser.
Clean stream/file closing.
IoToolbox - class lava.io.IoToolbox.
Miscellaneous I/O functions.
IoToolbox() - Constructor for class lava.io.IoToolbox
 
IRiffInput - interface lava.riff.IRiffInput.
Riff input source.
IRiffOutput - interface lava.riff.IRiffOutput.
Riff output sink.
isAbsolute() - Method in class lava.io.Path
Tells whether path is absolute.
isAbsolutePath(String) - Static method in class lava.string.PathToolbox
Determines whether path is absolute.
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.
isCloseTag(HtmlComponent, String) - Static method in class lava.text.html.HtmlParser
 
iscntrl(int) - Static method in class lava.clib.Ctype
Returns true if c is a control character.
isDataFile() - Method in class lava.io.Path
Determines whether path is file.
isdigit(int) - Static method in class lava.clib.Ctype
Returns true if c is a decimal digit.
isDirectory() - Method in class lava.io.Path
Determines whether path is directory.
isDragging() - Method in class lava.gui.DragFrame
Indicates whether drag is in progress.
isDragging() - Method in class lava.gui.DragPanel
Indicates whether drag is in progress.
isEmpty() - Method in class lava.util.PriorityQueue
Determines if this queue is empty.
isEmpty() - Method in class lava.util.FifoQueue
Determines if this queue is empty.
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.
isMember(int) - Method in interface lava.string.ICharacterClass
Determines membership.
isOpenTag(HtmlComponent, String) - Static method in class lava.text.html.HtmlParser
 
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.
isReadable() - Method in class lava.io.Path
Determines whether file is readable.
isRelative() - Method in class lava.io.Path
 
isRelativePath(String) - Static method in class lava.string.PathToolbox
Determines whether path is relative.
isspace(int) - Static method in class lava.clib.Ctype
Returns true if c is a character that creates "white space" in displayed text.
isUnique(Object) - Method in class lava.util.DuplicateIdentifier
Determines uniqueness of Object.
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.
isWritable() - Method in class lava.io.Path
Determines whether file is writable.
isxdigit(int) - Static method in class lava.clib.Ctype
Returns true if c is a hexadecimal digit.
ITask - interface lava.thread.ITask.
TaskParallelizer task.
ITextTransform - interface lava.security.ITextTransform.
Input/output interface for abstract text transforms.
itp - Static variable in class lava.security.des.spec.DesPermutation
Initial text permutation.

J

JImagePanel - class lava.gui.JImagePanel.
JPanel with background image.
JImagePanel(Dimension, Image) - Constructor for class lava.gui.JImagePanel
Initializes this JImagePanel to have the given dimension and image content.
JImagePanel(Dimension, Image, int) - Constructor for class lava.gui.JImagePanel
Initializes this JImagePanel to have the given dimension and image content.
JImagePanel(Image) - Constructor for class lava.gui.JImagePanel
Initializes with image.
join(Thread) - Static method in class lava.thread.ThreadToolbox
Joins with thread.
justification - Variable in class lava.text.StringJustifier
Direction of justification.
JUSTIFY - class lava.text.JUSTIFY.
An enumeration of text justification styles.

K

KeyGenerator - class lava.security.KeyGenerator.
Key generation toolbox.
KeyGenerator() - Constructor for class lava.security.KeyGenerator
 
KeystrokeBuffer - class lava.gui.KeystrokeBuffer.
Buffers component keystrokes.
KeystrokeBuffer() - Constructor for class lava.gui.KeystrokeBuffer
Constructs an instance of KeystrokeBuffer.
keyTyped(KeyEvent) - Method in class lava.gui.KeystrokeBuffer
Converts the given KeyEvent into a character and stored it in the buffer.

L

LABL_TAG - Static variable in class lava.riff.wave.RIFF_WAVE
The 'labl' chunk tag.
laidOutContainer(Container) - Method in interface lava.gui.LayoutListener
Called by LayoutManager after processing doLayout call.
lastElement() - Method in class lava.util.PriorityQueue
Returns the last element in this queue without removing it.
lastElement() - Method in class lava.util.FifoQueue
Returns the last element in this queue without removing it.
lastIndexOf(Object) - Method in class lava.util.PriorityQueue
See lastIndexOf(Object,int).
lastIndexOf(Object) - Method in class lava.util.FifoQueue
See lastIndexOf(Object,int).
lastIndexOf(Object, int) - Method in class lava.util.PriorityQueue
Searches this queue for an object equal to the given object.
lastIndexOf(Object, int) - Method in class lava.util.FifoQueue
Searches this queue for an object equal to the given object.
lava - package lava
Miscellaneous classes.
lava.array - package lava.array
Array manipulation and conversion
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.gui - package lava.gui
GUI-related convenience classes.
lava.io - package lava.io
File I/O, stream parsing, console-based user dialogs.
lava.konst - package lava.konst
Frequently used constants.
lava.math - package lava.math
Numeric formatting, miscellaneous math operations.
lava.mv - package lava.mv
Model-view architecture.
lava.riff - package lava.riff
RIFF file processing.
lava.riff.wave - package lava.riff.wave
Wave file processing.
lava.security - package lava.security
Generic encryption interfaces.
lava.security.des - package lava.security.des
DES data encryption utilities.
lava.security.des.spec - package lava.security.des.spec
DES constants.
lava.string - package lava.string
String construction, manipulation, conversion, formatting; wildcard expressions.
lava.text - package lava.text
Text formatting.
lava.text.html - package lava.text.html
HTML parsing.
lava.thread - package lava.thread
Thread management.
lava.util - package lava.util
Queues, stacks, enumerations, bit-twiddling.
LavaVersion - class lava.LavaVersion.
Provides information about this release of Lava.
layoutContainer(Container) - Method in class lava.gui.ListenableLayoutManager
Forwards call to lm.
layoutContainer(Container) - Method in class lava.gui.ScaledLayout
Lays out the container's children.
LayoutListener - interface lava.gui.LayoutListener.
Receives notification when LayoutManagers lay out their containers.
LButtonGroup - class lava.gui.LButtonGroup.
Extends ButtonGroup with miscellaneous features.
LButtonGroup(boolean) - Constructor for class lava.gui.LButtonGroup
Specifies whether select-none is allowed.
LEFT - Static variable in class lava.gui.ALIGN
 
LEFT - Static variable in class lava.text.JUSTIFY
Indicates that text should be left-aligned.
LEFT - Static variable in class lava.text.CROP
Indicates that the left-most portion of the text should be cropped.
left_pad_digit - Variable in class lava.text.RealFormatter
Digit or character to use for left-padding numbers.
left(String, int) - Static method in class lava.string.StringToolbox
 
LEFTTORIGHT - Static variable in class lava.gui.ALIGN
 
LFilterReader - class lava.io.LFilterReader.
Modified FilterReader.
LFilterReader(Reader) - Constructor for class lava.io.LFilterReader
Sets forwarding to Reader.
LineEnumeration - class lava.io.LineEnumeration.
Converts a Reader into an Enumeration of lines.
LineEnumeration(BufferedReader) - Constructor for class lava.io.LineEnumeration
Specifies the base Reader.
LineSeparatorFilter - class lava.io.LineSeparatorFilter.
Filters line-separators from text stream.
LineSeparatorFilter() - Constructor for class lava.io.LineSeparatorFilter
Initializes a new LineSeparatorFilter to replace all line separators with the system's platform-specific line separator.
LineSeparatorFilter(String) - Constructor for class lava.io.LineSeparatorFilter
Initializes a new LineSeparatorFilter to replace all line separators with the specified string.
LIST_TAG - Static variable in class lava.riff.wave.RIFF_WAVE
The 'LIST' chunk tag.
list() - Method in class lava.io.Path
Lists directory contents.
ListenableLayoutManager - class lava.gui.ListenableLayoutManager.
Adds LayoutListener support to any LayoutManager.
ListenableLayoutManager(LayoutManager) - Constructor for class lava.gui.ListenableLayoutManager
Specifies LayoutManager.
ListenableLayoutManager2 - class lava.gui.ListenableLayoutManager2.
Adds LayoutListener support to any LayoutManager2.
ListenableLayoutManager2(LayoutManager2) - Constructor for class lava.gui.ListenableLayoutManager2
Specifies LayoutManager2.
ListenerRegistry - class lava.util.ListenerRegistry.
Listener registry.
ListenerRegistry() - Constructor for class lava.util.ListenerRegistry
 
LittleEndianArray - class lava.array.LittleEndianArray.
Splits/concatenates primitive integer types using "little endian" byte ordering.
LittleEndianArray() - Constructor for class lava.array.LittleEndianArray
 
lm - Variable in class lava.gui.ListenableLayoutManager
Represented LayoutManager.
loadImage(String) - Static method in class lava.gui.GuiToolbox
Loads image from classpath.
loadImage(String) - Method in class lava.gui.ImageLoader
Loads uncached image.
loadImage(String) - Method in class lava.util.ResourceLoader
Returns an Image property.
log2Ceiling(int) - Static method in class lava.math.MathToolbox
Computes the base-2 log ceiling of n.
LONG - class lava.konst.LONG.
Long constants.
longValue() - Method in class lava.security.des.DesKey
Converts this key to long value.
looksLikeAnEmailAddress(String) - Static method in class lava.string.StringToolbox
Determines if string looks like an email address.
LOWEST - Static variable in class lava.util.PRIORITY
Lowest priority.

M

MAC_LINE_SEPARATOR - Static variable in class lava.io.LineSeparatorFilter
The Macintosh-style line separator ("\r").
MACINTOSH - Static variable in class lava.Platform
Apple Macintosh operating system.
magnitude(double, double) - Static method in class lava.math.MathToolbox
Computes the magnitude of a 2D coordinate.
main(String[]) - Static method in class lava.LavaVersion
Reveals information about this release of Lava.
main(String[]) - Static method in class lava.io.Ping
Test program entry point.
makeIndentPrefix(int) - Static method in class lava.string.StringIndenter
Creates prefix for indenting.
makeIndentPrefix(int, int) - Static method in class lava.string.StringIndenter
Creates prefix for indenting.
makeIntTag(String) - Static method in class lava.riff.Riff
Encodes chunk tag.
mantissa - Variable in class lava.text.ScientificNotationBigDecimal
The mantissa.
mark(int) - Method in class lava.io.MarkReader
Mark the present position in this filtered stream.
mark(int) - Method in class lava.io.UnixLineReader
Mark the present position in this filtered stream.
mark(int) - Method in class lava.io.UnlimitedPushbackReader
Marks the present position.
MarkReader - class lava.io.MarkReader.
Adds mark support to Reader.
MarkReader(Reader) - Constructor for class lava.io.MarkReader
Initializes a new MarkReader to read from the indicated Reader.
markSupported() - Method in class lava.io.NullInputStream
True.
markSupported() - Method in class lava.io.MarkReader
Indicates that this Reader supports marking.
MathToolbox - class lava.math.MathToolbox.
Miscellaneous mathematical operations.
MAX_CHAR - Static variable in class lava.konst.INT
0x0000ffff.
MAX_CHAR - Static variable in class lava.konst.CHAR
0xffff.
MAX_DOUBLE - Static variable in class lava.konst.DOUBLE
+1.7976931348623157E308.
MAX_FLOAT - Static variable in class lava.konst.DOUBLE
+3.4028235E38.
MAX_FLOAT - Static variable in class lava.konst.FLOAT
+3.4028235E38.
max_left_digits - Variable in class lava.text.RealFormatter
The maximum number of digits to show left of the decimal point.
MAX_NDOUBLE - Static variable in class lava.konst.DOUBLE
-4.9E-324.
MAX_NFLOAT - Static variable in class lava.konst.DOUBLE
-1.4E-45.
MAX_NFLOAT - Static variable in class lava.konst.FLOAT
-1.4E-45.
max_right_digits - Variable in class lava.text.RealFormatter
The maximum number of digits to show to the right of the decimal point.
MAX_SBYTE - Static variable in class lava.konst.INT
0x0000007f.
MAX_SBYTE - Static variable in class lava.konst.DOUBLE
+0x7f.
MAX_SBYTE - Static variable in class lava.konst.CHAR
0x007f.
MAX_SBYTE - Static variable in class lava.konst.FLOAT
+0x7f.
MAX_SBYTE - Static variable in class lava.konst.BIG_INTEGER
 
MAX_SBYTE - Static variable in class lava.konst.LONG
0x000000000000007f.
MAX_SBYTE - Static variable in class lava.konst.BYTE
0x7f.
MAX_SBYTE - Static variable in class lava.konst.SHORT
0x007f.
MAX_SINT - Static variable in class lava.konst.INT
0x7fffffff.
MAX_SINT - Static variable in class lava.konst.DOUBLE
+0x7fffffff.
MAX_SINT - Static variable in class lava.konst.FLOAT
+0x7fffffff.
MAX_SINT - Static variable in class lava.konst.BIG_INTEGER
 
MAX_SINT - Static variable in class lava.konst.LONG
0x000000007fffffff.
max_size - Variable in class lava.util.ObjectRecycler
Maximum size of pool.
MAX_SLONG - Static variable in class lava.konst.DOUBLE
+0x7fffffffffffffff.
MAX_SLONG - Static variable in class lava.konst.FLOAT
+0x7fffffffffffffff.
MAX_SLONG - Static variable in class lava.konst.BIG_INTEGER
 
MAX_SLONG - Static variable in class lava.konst.LONG
0x7fffffffffffffff.
MAX_SSHORT - Static variable in class lava.konst.INT
0x00007fff.
MAX_SSHORT - Static variable in class lava.konst.DOUBLE
+0x7fff.
MAX_SSHORT - Static variable in class lava.konst.FLOAT
+0x7fff.
MAX_SSHORT - Static variable in class lava.konst.BIG_INTEGER
 
MAX_SSHORT - Static variable in class lava.konst.LONG
0x0000000000007fff.
MAX_SSHORT - Static variable in class lava.konst.SHORT
0x7fff.
MAX_UBYTE - Static variable in class lava.konst.INT
0x000000ff.
MAX_UBYTE - Static variable in class lava.konst.DOUBLE
+0xff.
MAX_UBYTE - Static variable in class lava.konst.CHAR
0x00ff.
MAX_UBYTE - Static variable in class lava.konst.FLOAT
+0xff.
MAX_UBYTE - Static variable in class lava.konst.BIG_INTEGER
 
MAX_UBYTE - Static variable in class lava.konst.LONG
0x00000000000000ff.
MAX_UBYTE - Static variable in class lava.konst.BYTE
0xff.
MAX_UBYTE - Static variable in class lava.konst.SHORT
0x00ff.
MAX_UINT - Static variable in class lava.konst.INT
0xffffffff.
MAX_UINT - Static variable in class lava.konst.DOUBLE
+0xffffffff.
MAX_UINT - Static variable in class lava.konst.FLOAT
+0xffffffff.
MAX_UINT - Static variable in class lava.konst.BIG_INTEGER
 
MAX_UINT - Static variable in class lava.konst.LONG
0x00000000ffffffff.
MAX_ULONG - Static variable in class lava.konst.DOUBLE
+0xffffffffffffffff.
MAX_ULONG - Static variable in class lava.konst.FLOAT
+0xffffffffffffffff.
MAX_ULONG - Static variable in class lava.konst.BIG_INTEGER
 
MAX_ULONG - Static variable in class lava.konst.LONG
0xffffffffffffffff.
MAX_USHORT - Static variable in class lava.konst.INT
0x0000ffff.
MAX_USHORT - Static variable in class lava.konst.DOUBLE
+0xffff.
MAX_USHORT - Static variable in class lava.konst.FLOAT
+0xffff.
MAX_USHORT - Static variable in class lava.konst.BIG_INTEGER
 
MAX_USHORT - Static variable in class lava.konst.LONG
0x000000000000ffff.
MAX_USHORT - Static variable in class lava.konst.SHORT
0xffff.
max(Dimension, Dimension) - Static method in class lava.gui.GuiToolbox
 
maximumLayoutSize(Container) - Method in class lava.gui.ScaledLayout
Returns maximum layout size.
maximumLayoutSize(Container) - Method in class lava.gui.ListenableLayoutManager2
Forwards call to lm.
MIDDLE - Static variable in class lava.text.CROP
Indicates that a segment from the middle of the text should be omitted.
MIN_CHAR - Static variable in class lava.konst.INT
0x00000000.
MIN_CHAR - Static variable in class lava.konst.CHAR
0x0000.
min_digits - Variable in class lava.text.IntegerFormatter
Minimum number of digits to display in output.
MIN_DOUBLE - Static variable in class lava.konst.DOUBLE
-1.7976931348623157E308.
MIN_FLOAT - Static variable in class lava.konst.DOUBLE
-3.4028235E38.
MIN_FLOAT - Static variable in class lava.konst.FLOAT
-3.4028235E38.
min_left_digits - Variable in class lava.text.RealFormatter
The minimum number of digits to the left of the decimal point.
MIN_PDOUBLE - Static variable in class lava.konst.DOUBLE
+4.9E-324.
MIN_PFLOAT - Static variable in class lava.konst.DOUBLE
+1.4E-45.
MIN_PFLOAT - Static variable in class lava.konst.FLOAT
+1.4E-45.
min_right_digits - Variable in class lava.text.RealFormatter
The minimum number of digits to show to the right of the decimal point.
MIN_SBYTE - Static variable in class lava.konst.INT
0xffffff80.
MIN_SBYTE - Static variable in class lava.konst.DOUBLE
-0x80.
MIN_SBYTE - Static variable in class lava.konst.FLOAT
-0x80.
MIN_SBYTE - Static variable in class lava.konst.BIG_INTEGER
 
MIN_SBYTE - Static variable in class lava.konst.LONG
0xffffffffffffff80.
MIN_SBYTE - Static variable in class lava.konst.BYTE
0x80.
MIN_SBYTE - Static variable in class lava.konst.SHORT
0x0080.
MIN_SINT - Static variable in class lava.konst.INT
0x80000000.
MIN_SINT - Static variable in class lava.konst.DOUBLE
-0x80000000.
MIN_SINT - Static variable in class lava.konst.FLOAT
-0x80000000.
MIN_SINT - Static variable in class lava.konst.BIG_INTEGER
 
MIN_SINT - Static variable in class lava.konst.LONG
0xffffffff80000000.
MIN_SLONG - Static variable in class lava.konst.DOUBLE
-0x8000000000000000.
MIN_SLONG - Static variable in class lava.konst.FLOAT
-0x8000000000000000.
MIN_SLONG - Static variable in class lava.konst.BIG_INTEGER
 
MIN_SLONG - Static variable in class lava.konst.LONG
0x8000000000000000.
MIN_SSHORT - Static variable in class lava.konst.INT
0xffff8000.
MIN_SSHORT - Static variable in class lava.konst.DOUBLE
-0x8000.
MIN_SSHORT - Static variable in class lava.konst.FLOAT
-0x8000.
MIN_SSHORT - Static variable in class lava.konst.BIG_INTEGER
 
MIN_SSHORT - Static variable in class lava.konst.LONG
0xffffffffffff8000.
MIN_SSHORT - Static variable in class lava.konst.SHORT
0x8000.
MIN_UBYTE - Static variable in class lava.konst.INT
0x00000000.
MIN_UBYTE - Static variable in class lava.konst.DOUBLE
0.
MIN_UBYTE - Static variable in class lava.konst.CHAR
0x0000.
MIN_UBYTE - Static variable in class lava.konst.FLOAT
0.
MIN_UBYTE - Static variable in class lava.konst.BIG_INTEGER
 
MIN_UBYTE - Static variable in class lava.konst.LONG
0x0000000000000000.
MIN_UBYTE - Static variable in class lava.konst.BYTE
0x00.
MIN_UBYTE - Static variable in class lava.konst.SHORT
0x0000.
MIN_UINT - Static variable in class lava.konst.INT
0x00000000.
MIN_UINT - Static variable in class lava.konst.DOUBLE
0.
MIN_UINT - Static variable in class lava.konst.FLOAT
0.
MIN_UINT - Static variable in class lava.konst.BIG_INTEGER
 
MIN_UINT - Static variable in class lava.konst.LONG
0x0000000000000000.
MIN_ULONG - Static variable in class lava.konst.DOUBLE
0.
MIN_ULONG - Static variable in class lava.konst.FLOAT
0.
MIN_ULONG - Static variable in class lava.konst.BIG_INTEGER
 
MIN_ULONG - Static variable in class lava.konst.LONG
0x0000000000000000.
MIN_USHORT - Static variable in class lava.konst.INT
0x00000000.
MIN_USHORT - Static variable in class lava.konst.DOUBLE
0.
MIN_USHORT - Static variable in class lava.konst.FLOAT
0.
MIN_USHORT - Static variable in class lava.konst.BIG_INTEGER
 
MIN_USHORT - Static variable in class lava.konst.LONG
0x0000000000000000.
MIN_USHORT - Static variable in class lava.konst.SHORT
0x0000.
min(Dimension, Dimension) - Static method in class lava.gui.GuiToolbox
 
minimizeScale(BigDecimal) - Static method in class lava.math.MathToolbox
Minimizes the scale of a BigDecimal to the greatest extent possible without rounding.
minimizeSpaces(String) - Static method in class lava.string.StringToolbox
Removes excess spaces.
minimumLayoutSize(Container) - Method in class lava.gui.ListenableLayoutManager
Forwards call to lm.
minimumLayoutSize(Container) - Method in class lava.gui.ScaledLayout
Returns minimum layout size.
mnInterval - Variable in class lava.util.SpeedometerModel
Duration of metering period.
mnPeriods - Variable in class lava.util.SpeedometerModel
History size.
mod(int, int, int) - Static method in class lava.math.MathToolbox
Arbitrary modulus operation.
modal - Variable in class lava.gui.ButtonQuestionParameters
Indicates modality.
model - Variable in class lava.mv.MvModelEvent
 
mostSignificant(int, boolean) - Static method in class lava.util.BitTwiddler
Searches for a bit value in an int.
move(Path) - Method in class lava.io.Path
Moves file.
MS_DOS - Static variable in class lava.Platform
Microsoft MS-DOS operating system.
MvAsynchronousEventDispatcher - class lava.mv.MvAsynchronousEventDispatcher.
 
MvAsynchronousEventDispatcher(ThreadSerializer) - Constructor for class lava.mv.MvAsynchronousEventDispatcher
 
MvModel - class lava.mv.MvModel.
Abstract base class for models.
MvModel() - Constructor for class lava.mv.MvModel
 
MvModel(Object) - Constructor for class lava.mv.MvModel
Specifies model id.
MvModelEvent - class lava.mv.MvModelEvent.
Model event message.
MvModelEvent(Object, int, Object[]) - Constructor for class lava.mv.MvModelEvent
 
MvModelExtra - class lava.mv.MvModelExtra.
Abstract base class for models with arbitrary property set.
MvModelExtra() - Constructor for class lava.mv.MvModelExtra
Same as superclass.
MvModelExtra(Object) - Constructor for class lava.mv.MvModelExtra
Same as superclass.
MvSynchronousEventDispatcher - class lava.mv.MvSynchronousEventDispatcher.
 
MvSynchronousEventDispatcher() - Constructor for class lava.mv.MvSynchronousEventDispatcher
 

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.
next() - Method in class lava.util.ArgumentEnumerator
Returns next argument.
nextElement() - Method in class lava.io.LineEnumeration
Returns the next element.
nextElement() - Method in class lava.util.PriorityQueue
Removes the element at the head of the queue and returns it.
nextElement() - Method in class lava.util.EnumerationSynchronizer
Returns the next pair of synchronized elements.
nextElement() - Method in class lava.util.FifoQueue
Removes the element at the head of the queue and returns it.
nextElement() - Method in class lava.util.EnumerationLookaheadWindow
Returns the next element.
nextLine() - Method in class lava.io.LineEnumeration
Returns the next line.
NO - Static variable in class lava.gui.ButtonQuestionParameters
Indicates "No" selection.
NO_VALUE - Static variable in class lava.text.html.HtmlOpenTag
Represents undefined value.
NONE - Static variable in class lava.text.CROP
Indicates that the text should not be cropped.
normalize(String) - Static method in class lava.string.WildcardExpression
Normalizes expression.
normalizeMask(String) - Static method in class lava.io.WildcardFilenameFilter
Normalizes the filename mask.
NORTH - Static variable in class lava.gui.ALIGN
 
NORTHEAST - Static variable in class lava.gui.ALIGN
 
NORTHTOSOUTH - Static variable in class lava.gui.ALIGN
 
NORTHWEST - Static variable in class lava.gui.ALIGN
 
NOTE_TAG - Static variable in class lava.riff.wave.RIFF_WAVE
The 'note' chunk tag.
notifyAll(Object) - Static method in class lava.thread.ThreadToolbox
Notifies all threads waiting on the given object.
notifyListeners(Container) - Method in class lava.gui.ListenableLayoutManager
Sends laidOutContainer messages to registered LayoutListeners.
notifyViews(Enumeration, Object, Object) - Method in class lava.mv.MvAsynchronousEventDispatcher
 
notifyViews(Enumeration, Object, Object) - Method in class lava.mv.MvSynchronousEventDispatcher
 
notifyViews(Enumeration, Object, Object) - Method in interface lava.mv.IMvEventDispatcher
 
notifyViews(int, Object[]) - Method in class lava.mv.MvModel
Sends MvModelEvent message.
notifyViews(Object) - Method in class lava.mv.MvModel
Notifies all registered views of a change in the model.
NotImplementedException - exception lava.NotImplementedException.
Indicates an unfinished execution path.
NotImplementedException() - Constructor for class lava.NotImplementedException
Initializes without message.
NotImplementedException(String) - Constructor for class lava.NotImplementedException
Initializes with message.
NotSupportedException - exception lava.NotSupportedException.
Indicates an unsupported feature.
NotSupportedException() - Constructor for class lava.NotSupportedException
Initializes a new instance with no message.
NotSupportedException(String) - Constructor for class lava.NotSupportedException
Initializes a new instance with the given message.
NullInputStream - class lava.io.NullInputStream.
Empty input stream.
NullInputStream() - Constructor for class lava.io.NullInputStream
 
NumberedStrings - class lava.util.NumberedStrings.
An instance of NumberedStrings is a mapping between integers and strings.
NumberedStrings() - Constructor for class lava.util.NumberedStrings
Creates an empty assocation.
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.
NumberString - class lava.string.NumberString.
Converts strings to numbers.
NumberString() - Constructor for class lava.string.NumberString
 

O

ObjectRecycler - class lava.util.ObjectRecycler.
Maintains a pool of recyclable objects.
ObjectRecycler(Class, int) - Constructor for class lava.util.ObjectRecycler
Indicates the cls of this pool.
orderedSizes(Dimension, Dimension) - Static method in class lava.gui.GuiToolbox
Determines whether two dimensions are ordered.
orderedSizes(Dimension, Dimension, Dimension) - Static method in class lava.gui.GuiToolbox
Determines whether three dimensions are ordered.
out - Variable in class lava.gui.ButtonImages
Button faces for out position.
overlap(long, long, long, long) - Static method in class lava.math.MathToolbox
Determines the number of overlapping integers in two ranges of integers.

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.
paint(Graphics) - Method in class lava.gui.ImageCanvas
Draws this Canvas using the specified Graphics object.
paint(Graphics) - Method in class lava.gui.DragFrame
Repaints the frame.
paint(Graphics) - Method in class lava.gui.DragPanel
Repaints the Panel.
paintComponent(Graphics) - Method in class lava.gui.JImagePanel
Draws this Canvas using the specified Graphics object.
paintIcon(Component, Graphics, int, int) - Method in class lava.gui.DragSprite
Paints the icon at the given point.
paintIcon(Component, Graphics, Point) - Method in class lava.gui.DragSprite
Paints the icon at the given point.
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.
params - Variable in class lava.mv.MvModelEvent
 
paramsRemaining() - Method in class lava.io.ConsoleCommandShell
Returns the number of parameters that remain to be read.
parse() - Method in class lava.text.html.HtmlParser
Parses one HTML element.
parse(PushbackReader) - Static method in class lava.text.html.HtmlText
Parses text field from stream.
Path - class lava.io.Path.
File in virtual/physical Unix file system.
Path(Path, Path, int) - Constructor for class lava.io.Path
Combines two path components.
Path(Path, String, int) - Constructor for class lava.io.Path
Combines two path components.
Path(String) - Constructor for class lava.io.Path
Initializes with relative or absolute path.
Path(String, String, int) - Constructor for class lava.io.Path
Combines two path components.
PathSet - class lava.io.PathSet.
Unique file list manager.
PathSet(boolean) - Constructor for class lava.io.PathSet
Initializes empty set.
PathToolbox - class lava.string.PathToolbox.
Path string manipulation.
PathToolbox() - Constructor for class lava.string.PathToolbox
 
pbp - Static variable in class lava.security.des.spec.DesPermutation
P box permutation.
PcmWaveFormatChunk - class lava.riff.wave.PcmWaveFormatChunk.
Format chunk for Microsoft PCM .wav files.
PcmWaveFormatChunk(int, int, int) - Constructor for class lava.riff.wave.PcmWaveFormatChunk
Sets sampling parameters.
PcmWaveStreamReader - class lava.riff.wave.PcmWaveStreamReader.
Reads standard Microsoft PCM .wav file.
PcmWaveStreamReader(IRiffInput) - Constructor for class lava.riff.wave.PcmWaveStreamReader
Sets input source.
PcmWaveStreamWriter - class lava.riff.wave.PcmWaveStreamWriter.
Writes standard Microsoft PCM wave files.
PcmWaveStreamWriter(IRiffOutput, PcmWaveFormatChunk) - Constructor for class lava.riff.wave.PcmWaveStreamWriter
 
peek() - Method in class lava.io.UnreadBuffer
Peeks ahead one character.
peek() - Method in class lava.io.UnlimitedPushbackReader
Previews the next character.
peek() - Method in class lava.text.html.HtmlParser
Peeks at next component without consuming.
peek(PushbackReader) - Static method in class lava.io.IoToolbox
 
peekPop() - Method in class lava.io.UnreadBuffer
Peeks top of stack.
Ping - class lava.io.Ping.
ICMP-based ping utilities.
Ping() - Constructor for class lava.io.Ping
 
Platform - class lava.Platform.
Characterizes the host platform.
Platform() - Constructor for class lava.Platform
 
PLST_TAG - Static variable in class lava.riff.wave.RIFF_WAVE
The 'plst' chunk tag.
pointForCentering(String, Point, Font, Component) - Static method in class lava.gui.GuiToolbox
Calculates the draw point for centered text.
pointForCentering(String, Point, Graphics) - Static method in class lava.gui.GuiToolbox
Calculates the draw point for centered text.
pool - Variable in class lava.util.ObjectRecycler
The pool.
pop() - Method in class lava.io.UnreadBuffer
Removes character from unread stack.
pop() - Method in class lava.string.CharacterStack
Pops character.
popAll() - Method in class lava.io.UnreadBuffer
Pops entire unread stack.
pos_prefix - Variable in class lava.text.NumberFormatter
Prefix for positive numbers.
pos_suffix - Variable in class lava.text.NumberFormatter
Suffix for positive numbers.
position - Variable in class lava.gui.JImagePanel
Image position.
position - Variable in class lava.gui.ImageCanvas
Image position.
preferredLayoutSize(Container) - Method in class lava.gui.ListenableLayoutManager
Forwards call to lm.
preferredLayoutSize(Container) - Method in class lava.gui.ScaledLayout
Returns preferred layout size.
preloadStream(Reader, int) - Static method in class lava.io.IoToolbox
Loads entire stream into string.
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.
printLines(String[]) - Static method in class lava.io.IoToolbox
Prints lines.
PRIORITY - class lava.util.PRIORITY.
Constants for PriorityQueue.
priorityAt(int) - Method in class lava.util.PriorityQueue
Copies elements into Object array.
PriorityQueue - class lava.util.PriorityQueue.
Vector of prioritized objects.
PriorityQueue() - Constructor for class lava.util.PriorityQueue
Initializes an empty PriorityQueue, using a default initial capacity.
PriorityQueue(int) - Constructor for class lava.util.PriorityQueue
Prepares an empty PriorityQueue with the specified initial capacity.
prompt - Variable in class lava.io.ConsoleCommandShell
Prompt sent to the user to indicate that a line of text (i.e., a command) is requested.
push(char) - Method in class lava.io.UnreadBuffer
Pushes character onto unread stack.
push(char) - Method in class lava.string.CharacterStack
Pushes character.
push(char[]) - Method in class lava.string.CharacterStack
Pushes characters.
push(char[], int, int) - Method in class lava.string.CharacterStack
Pushes characters.
push(int) - Method in class lava.io.UnreadBuffer
Pushes character onto unread stack.
push(String) - Method in class lava.io.UnreadBuffer
Pushes string onto unread stack.
push(String) - Method in class lava.string.CharacterStack
Pushes string.

Q

queryChar(String) - Method in class lava.io.ConsoleDialog
Queries the user for a single character, using the default error response.
queryChar(String, String) - Method in class lava.io.ConsoleDialog
Queries the user for a single character.
queryFloat(String) - Method in class lava.io.ConsoleDialog
Queries the user for a float.
queryFloat(String, String) - Method in class lava.io.ConsoleDialog
Queries the user for a float.
queryInputFile(String, String) - Method in class lava.io.ConsoleDialog
See queryInputFile(String,String,String).
queryInputFile(String, String, String) - Method in class lava.io.ConsoleDialog
Queries the user for an output filename.
queryInt(String) - Method in class lava.io.ConsoleDialog
Queries the user for an int.
queryInt(String, int) - Method in class lava.io.ConsoleDialog
Queries the user for an int.
queryInt(String, int, String) - Method in class lava.io.ConsoleDialog
Queries the user for an int.
queryOutputFile(String, String) - Method in class lava.io.ConsoleDialog
See queryOutputFile(String,String,String).
queryOutputFile(String, String, String) - Method in class lava.io.ConsoleDialog
Queries the user for an output filename.
queryWord(String) - Method in class lava.io.ConsoleDialog
Queries the user for a single word or C-style quoted string.
queryWord(String, String) - Method in class lava.io.ConsoleDialog
Queries the user for a single word or C-style quoted string.
queryWords(String) - Method in class lava.io.ConsoleDialog
Queries the user for a list of words.
queryWords(String, String) - Method in class lava.io.ConsoleDialog
Queries the user for a list of words.
question - Variable in class lava.gui.ButtonQuestionParameters
Question text.
queue - Variable in class lava.gui.KeystrokeBuffer
The keyTyped buffer.
queue - Variable in class lava.util.EnumerationLookaheadWindow
 

R

radix - Variable in class lava.text.NumberFormatter
Radix of the numbers to format.
read() - Method in class lava.io.FilteredInputStream
Returns a filtered character.
read() - Method in class lava.io.AsciiInputStreamReader
Reads one byte.
read() - Method in class lava.io.UnreadBuffer
Reads single character.
read() - Method in class lava.io.NullInputStream
Returns EOS token.
read() - Method in class lava.io.HashCommentStripperReader
Reads a character from the comment-stripped stream.
read() - Method in class lava.io.MarkReader
Reads the next character from the stream.
read() - Method in class lava.io.UnixLineReader
Reads the next character from the stream.
read() - Method in class lava.io.UnlimitedPushbackReader
Reads the next character.
read() - Method in interface lava.riff.IRiffInput
Reads byte.
read() - Method in class lava.riff.RiffInputFile
 
read() - Method in class lava.riff.RiffInputStream
 
read(byte[], int, int) - Method in interface lava.riff.IRiffInput
Reads BYTEs.
read(byte[], int, int) - Method in class lava.riff.RiffInputFile
 
read(byte[], int, int) - Method in class lava.riff.RiffInputStream
 
read(char[]) - Method in class lava.io.LFilterReader
Reads characters.
read(char[]) - Method in class lava.io.UnlimitedPushbackReader
 
read(char[], int, int) - Method in class lava.io.AsciiInputStreamReader
Reads bytes from the input stream.
read(char[], int, int) - Method in class lava.io.HashCommentStripperReader
Reads a block of characters from the comment-stripped stream.
read(char[], int, int) - Method in class lava.io.MarkReader
Reads a block of characters from the stream.
read(char[], int, int) - Method in class lava.io.UnixLineReader
Reads a block of characters from the stream.
read(char[], int, int) - Method in class lava.io.UnlimitedPushbackReader
Reads a block of characters.
read(int[], int, int) - Method in interface lava.riff.IRiffInput
Reads DWORDs.
read(int[], int, int) - Method in class lava.riff.RiffInputFile
 
read(int[], int, int) - Method in class lava.riff.RiffInputStream
 
read(short[], int, int) - Method in interface lava.riff.IRiffInput
Reads WORDs.
read(short[], int, int) - Method in class lava.riff.RiffInputFile
 
read(short[], int, int) - Method in class lava.riff.RiffInputStream
 
readByte() - Method in class lava.riff.RiffChunkReader
Reads BYTE.
readBytes(byte[], int, int) - Method in class lava.riff.RiffChunkReader
Reads BYTEs.
readChunk() - Method in class lava.riff.RiffChunkReader
Begins reading inner chunk.
readDword() - Method in class lava.riff.RiffChunkReader
Reads DWORD.
readDwords(int[], int, int) - Method in class lava.riff.RiffChunkReader
Reads DWORDs.
readLine() - Method in class lava.io.ConsoleDialog
Reads a line of input.
readLine() - Method in class lava.io.UnixLineReader
Reads a line, or the rest of the current line if some of the current line has already been read.
readLine(Reader) - Static method in class lava.io.IoToolbox
 
readSamples(long, Object, int, int) - Method in class lava.riff.wave.WaveStreamReader
Reads and decodes samples.
readSamples(long, Object, int, int) - Method in class lava.riff.wave.PcmWaveStreamReader
 
readString() - Method in class lava.riff.RiffChunkReader
Reads string.
readTag() - Method in class lava.riff.RiffChunkReader
Reads chunk type identifier.
readWord() - Method in class lava.riff.RiffChunkReader
Reads WORD.
readWords(short[], int, int) - Method in class lava.riff.RiffChunkReader
Reads WORDs.
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.
recordProgress(int) - Method in class lava.util.SpeedometerModel
Records progress.
recycle(Object) - Method in class lava.util.ObjectRecycler
Returns an instance to the pool.
register(int, String) - Method in class lava.util.NumberedStrings
Registers an integer-string pair into this instance.
registerListener(Object) - Method in class lava.util.ListenerRegistry
Registers a listener.
registerView(IMvView) - Method in class lava.mv.MvModel
Registers a IMvView with this MvModel.
remove(AbstractButton) - Method in class lava.gui.LButtonGroup
Removes a button from this group.
remove(File) - Method in class lava.io.PathSet
Convenience method.
remove(Path) - Method in class lava.io.PathSet
Removes path from set.
removeActionListener(ActionListener) - Method in class lava.gui.LButtonGroup
Unregisters an ActionListener with this LButtonGroup.
removeAllElements() - Method in class lava.util.PriorityQueue
Empties the queue.
removeAllElements() - Method in class lava.util.FifoQueue
Empties the queue.
removeElement(Object) - Method in class lava.util.PriorityQueue
Removes the specified object from the queue.
removeElement(Object) - Method in class lava.util.FifoQueue
Removes the specified object from the queue.
removeElementAt(int) - Method in class lava.util.PriorityQueue
Deletes the element at the specified index.
removeElementAt(int) - Method in class lava.util.FifoQueue
Deletes the element at the specified index.
removeElementAt(int) - Method in class lava.util.EnumerationLookaheadWindow
Removes the entry at the given position in the window and returns it.
removeLayoutComponent(Component) - Method in class lava.gui.ListenableLayoutManager
Forwards call to lm.
removeLayoutComponent(Component) - Method in class lava.gui.ScaledLayout
Removes component from layout.
removeLayoutListener(LayoutListener) - Method in class lava.gui.ListenableLayoutManager
Unsubscribes LayoutListener to laidOutContainer messages.
removeRecursively(File) - Method in class lava.io.PathSet
Convenience method.
removeRecursively(Path) - Method in class lava.io.PathSet
Removes directory from set.
repaint(Component, Rectangle) - Static method in class lava.gui.GuiToolbox
Invalidates rectangular region.
repeat(char, int) - Static method in class lava.string.StringToolbox
Creates string by repeating character.
repeat(String, int) - Static method in class lava.string.StringToolbox
Creates string by repeating string.
replace(String, String, String) - Static method in class lava.string.StringToolbox
Search and replace.
reset() - Method in class lava.io.NullInputStream
No operation.
reset() - Method in class lava.io.MarkReader
Attempts to reset the stream.
reset() - Method in class lava.io.UnixLineReader
Attempts to reset the stream.
reset() - Method in class lava.io.UnlimitedPushbackReader
Restores this stream to the previously marked state.
reset() - Method in class lava.riff.RiffChunkReader
Resets read position.
reshape(int, int, int, int) - Method in class lava.gui.JImagePanel
Changes bounds (deprecated).
reshape(int, int, int, int) - Method in class lava.gui.ImageCanvas
Changes bounds (deprecated).
resolveRelativePath(String, String) - Static method in class lava.string.PathToolbox
Resolves relative path from working directory.
ResourceLoader - class lava.util.ResourceLoader.
Extracts resources from properties file.
ResourceLoader(PropertyResourceBundle) - Constructor for class lava.util.ResourceLoader
Sets property resource bundle.
ResourceLoader(String) - Constructor for class lava.util.ResourceLoader
Sets properties file filename.
responses - Variable in class lava.gui.ButtonQuestionParameters
Responses.
resume() - Method in class lava.thread.ThreadSerializer
Resumes thread execution.
resumeDispatching() - Method in class lava.thread.TaskParallelizer
Allows new tasks to be started.
reverseBits(int) - Static method in class lava.util.BitTwiddler
Reverses order of bits in ing.
reverseBits(long) - Static method in class lava.util.BitTwiddler
Reverses order of bits in long.
reverseEndian(int) - Static method in class lava.util.BitTwiddler
Reverses endianness of int.
reverseEndian(long) - Static method in class lava.util.BitTwiddler
Reverses endianness of long.
reverseEndian(short) - Static method in class lava.util.BitTwiddler
Reverses endianness of short.
riff - Variable in class lava.riff.wave.WaveStreamReader
Parses RIFF stream.
Riff - class lava.riff.Riff.
RIFF file constants.
RIFF_TAG - Static variable in class lava.riff.Riff
RIFF tag.
RIFF_WAVE - class lava.riff.wave.RIFF_WAVE.
RIFF-wave file constants.
RiffChunkReader - class lava.riff.RiffChunkReader.
Reads data from RIFF chunk.
RiffInputFile - class lava.riff.RiffInputFile.
File-based RIFF data source.
RiffInputFile(File) - Constructor for class lava.riff.RiffInputFile
Binds to file.
RiffInputStream - class lava.riff.RiffInputStream.
InputStream based RIFF data source.
RiffInputStream(InputStream) - Constructor for class lava.riff.RiffInputStream
Sets base InputStream.
RiffOutputFile - class lava.riff.RiffOutputFile.
File-based RIFF data sink.
RiffOutputFile(File) - Constructor for class lava.riff.RiffOutputFile
Binds to file.
RiffStreamReader - class lava.riff.RiffStreamReader.
Parses RIFF data source.
RiffStreamReader(IRiffInput) - Constructor for class lava.riff.RiffStreamReader
Processes RIFF header.
RiffStreamWriter - class lava.riff.RiffStreamWriter.
Generates RIFF stream.
RiffStreamWriter(IRiffOutput, long) - Constructor for class lava.riff.RiffStreamWriter
Writes RIFF header.
RIGHT - Static variable in class lava.gui.ALIGN
 
RIGHT - Static variable in class lava.text.JUSTIFY
Indicates that text should be right-aligned.
RIGHT - Static variable in class lava.text.CROP
Indicates that the right-most portion of the text should be cropped.
right_pad_digit - Variable in class lava.text.RealFormatter
Digit or character to use for right-padding numbers.
right(String, int) - Static method in class lava.string.StringToolbox
 
rl - Variable in class lava.gui.ImageLoader
Used for loading images.
rotateCopy(boolean[], int) - Static method in class lava.array.ArrayShifter
Rotates an array of booleans.
rotateCopy(byte[], int) - Static method in class lava.array.ArrayShifter
Rotates an array of bytes.
rotateCopy(char[], int) - Static method in class lava.array.ArrayShifter
Rotates an array of chars.
rotateCopy(double[], int) - Static method in class lava.array.ArrayShifter
Rotates an array of doubles.
rotateCopy(float[], int) - Static method in class lava.array.ArrayShifter
Rotates an array of floats.
rotateCopy(int[], int) - Static method in class lava.array.ArrayShifter
Rotates an array of ints.
rotateCopy(long[], int) - Static method in class lava.array.ArrayShifter
Rotates an array of longs.
rotateCopy(Object[], int) - Static method in class lava.array.ArrayShifter
Rotates an array of Objects.
rotateCopy(short[], int) - Static method in class lava.array.ArrayShifter
Rotates an array of shorts.
round(byte[], int, byte[], int, int, int) - Static method in class lava.riff.wave.WaveSampleRounder
Rounds values to requested precision.
round(int[], int, int[], int, int, int) - Static method in class lava.riff.wave.WaveSampleRounder
Rounds values to requested precision.
round(long[], int, long[], int, int, int) - Static method in class lava.riff.wave.WaveSampleRounder
Rounds values to requested precision.
round(short[], int, short[], int, int, int) - Static method in class lava.riff.wave.WaveSampleRounder
Rounds values to requested precision.
ROW_COUNT - Static variable in class lava.security.des.spec.DesSBoxes
Rows per S box.
rsw - Variable in class lava.riff.wave.WaveStreamWriter
RIFF file generator.
run() - Method in interface lava.thread.ITask
Performs task.
run() - Method in class lava.thread.TaskParallelizer
Runnable portion of this thread.
runInAwtEventThread(Runnable) - Static method in class lava.gui.GuiToolbox
Executes Runnable in AWT event thread.

S

SBOX_COUNT - Static variable in class lava.security.des.spec.DesSBoxes
Number of S boxes.
ScaledLayout - class lava.gui.ScaledLayout.
Arbitrary layout control.
ScaledLayout(Dimension) - Constructor for class lava.gui.ScaledLayout
Specifies an inflexible size.
ScaledLayout(Dimension, Dimension, Dimension) - Constructor for class lava.gui.ScaledLayout
Specifies minimum, preferred, and maximum sizes.
scaleRectangle(Dimension, Dimension, Rectangle) - Static method in class lava.gui.GuiToolbox
 
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.
search(int, int, byte) - Method in class lava.array.ByteArray32
Searches for value.
searchString(Reader, String, int, StringBuffer) - Static method in class lava.io.StreamParser
Searches for string.
seek(long) - Method in class lava.riff.RiffChunkReader
Sets read position.
selectNone() - Method in class lava.gui.LButtonGroup
Deselects all buttons.
send(String) - Method in class lava.io.ConsoleDialog
Writes a string to the output stream and flushes.
sendLine(String) - Method in class lava.io.ConsoleDialog
Writes a line to the output stream and flushes.
set(int, byte) - Method in class lava.array.ByteArray32
Sets byte.
set(int, byte[], int, int) - Method in class lava.array.ByteArray32
Sets bytes.
setAttribute(String, String) - Method in class lava.text.html.HtmlOpenTag
Sets attribute.
setElementAt(Object, int) - Method in class lava.util.PriorityQueue
Replaces the element at the specified index with the given object.
setElementAt(Object, int) - Method in class lava.util.FifoQueue
Replaces the element at the specified index with the given object.
setEventDispatcher(IMvEventDispatcher) - Method in class lava.mv.MvModel
 
setExitable(boolean) - Method in class lava.thread.TaskParallelizer
No summary available.
setImage(Image) - Method in class lava.gui.JImagePanel
Sets the image to be displayed in this Canvas.
setImage(Image) - Method in class lava.gui.ImageCanvas
Sets the image to be displayed in this Canvas.
setImageAlignment(int) - Method in class lava.gui.JImagePanel
Changes the image alignment.
setImageAlignment(int) - Method in class lava.gui.ImageCanvas
Changes the image alignment.
setImagePosition(Point) - Method in class lava.gui.JImagePanel
Moves the image.
setImagePosition(Point) - Method in class lava.gui.ImageCanvas
Moves the image.
setImageSize(Dimension) - Method in class lava.gui.JImagePanel
Sets image size.
setImageSize(Dimension) - Method in class lava.gui.ImageCanvas
Sets image size.
setIndent(String, int) - Static method in class lava.string.StringIndenter
Sets indent of string.
setIndent(String, int, int) - Static method in class lava.string.StringIndenter
Sets indent of string.
setIntBe(int, int) - Method in class lava.array.ByteArray32
Sets 32-bit word.
setIntLe(int, int) - Method in class lava.array.ByteArray32
Sets 32-bit word.
setLastModifiedTime(long) - Method in class lava.io.Path
 
setLength(long) - Method in interface lava.riff.IRiffOutput
Sets stream length.
setLength(long) - Method in class lava.riff.RiffOutputFile
 
setLineNumber(int) - Method in class lava.io.UnixLineReader
Sets the current line number.
setLineSeparator(String) - Method in class lava.io.AsciiOutputStream
Sets line separator.
setPosition(long) - Method in interface lava.riff.IRiffOutput
Sets write offset.
setPosition(long) - Method in interface lava.riff.IRiffInput
Sets read offset.
setPosition(long) - Method in class lava.riff.RiffInputFile
 
setPosition(long) - Method in class lava.riff.RiffInputStream
 
setPosition(long) - Method in class lava.riff.RiffOutputFile
 
setPrecision(BigDecimal, int) - Static method in class lava.math.MathToolbox
Adjusts the fractional precision of a BigDecimal.
setProperty(Object, Object) - Method in class lava.mv.MvModelExtra
Adds property.
setRedirectionPrefix(String) - Method in class lava.util.ResourceLoader
No summary available.
setSignificantDigits(BigDecimal, int) - Static method in class lava.math.MathToolbox
Adjusts the number of significant digits in a BigDecimal.
setSize(int) - Method in class lava.util.PriorityQueue
Sets the number of elements contained in this queue.
setSize(int) - Method in class lava.util.FifoQueue
Sets the number of elements contained in this queue.
setStripping(boolean) - Method in class lava.io.HashCommentStripperReader
 
shiftCopy(boolean[], int) - Static method in class lava.array.ArrayShifter
Shifts an array of booleans.
shiftCopy(byte[], int) - Static method in class lava.array.ArrayShifter
Shifts an array of bytes.
shiftCopy(char[], int) - Static method in class lava.array.ArrayShifter
Shifts an array of chars.
shiftCopy(double[], int) - Static method in class lava.array.ArrayShifter
Shifts an array of doubles.
shiftCopy(float[], int) - Static method in class lava.array.ArrayShifter
Shifts an array of floats.
shiftCopy(int[], int) - Static method in class lava.array.ArrayShifter
Shifts an array of ints.
shiftCopy(long[], int) - Static method in class lava.array.ArrayShifter
Shifts an array of longs.
shiftCopy(Object[], int) - Static method in class lava.array.ArrayShifter
Shifts an array of Objects.
shiftCopy(short[], int) - Static method in class lava.array.ArrayShifter
Shifts an array of shorts.
SHORT - class lava.konst.SHORT.
Short constants.
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.
SignedArrayCaster - class lava.array.SignedArrayCaster.
Casts arrays of signed primitives.
SignedArrayCaster() - Constructor for class lava.array.SignedArrayCaster
 
signum(int) - Static method in class lava.math.MathToolbox
Returns the sign of n.
simplifyPath(String) - Static method in class lava.string.PathToolbox
Generates shortest equivalent path..
size - Variable in class lava.gui.JImagePanel
Image size.
size - Variable in class lava.gui.ImageCanvas
Image size.
size - Variable in class lava.riff.RiffChunkReader
Chunk data length.
size() - Method in class lava.string.CharacterStack
Returns stack height.
size() - Method in class lava.util.PriorityQueue
Returns the number of elements currently buffered in this queue.
size() - Method in class lava.util.FifoQueue
Returns the number of elements currently buffered in this queue.
skipBytes(long) - Method in class lava.riff.RiffChunkReader
Skips bytes.
sleep(long) - Static method in class lava.thread.ThreadToolbox
Sleeps for a specified time.
sleepUntil(long) - Static method in class lava.thread.ThreadToolbox
Sleeps until a specified time.
SLNT_TAG - Static variable in class lava.riff.wave.RIFF_WAVE
The 'slnt' chunk tag.
sortByLabel() - Method in class lava.riff.wave.WaveCuePointList
Sorts list by label.
sortByPosition() - Method in class lava.riff.wave.WaveCuePointList
Sorts list by sample position.
SOUTH - Static variable in class lava.gui.ALIGN
 
SOUTHEAST - Static variable in class lava.gui.ALIGN
 
SOUTHWEST - Static variable in class lava.gui.ALIGN
 
SpeedometerModel - class lava.util.SpeedometerModel.
Measures progress rate.
SpeedometerModel(int, int) - Constructor for class lava.util.SpeedometerModel
Sets number and length of metering intervals.
split(char[], int, byte[], int, int) - Static method in class lava.array.LittleEndianArray
 
split(char[], int, byte[], int, int) - Static method in class lava.array.BigEndianArray
 
split(int[], int, byte[], int, int) - Static method in class lava.array.LittleEndianArray
 
split(int[], int, byte[], int, int) - Static method in class lava.array.BigEndianArray
 
split(int[], int, char[], int, int) - Static method in class lava.array.LittleEndianArray
 
split(int[], int, char[], int, int) - Static method in class lava.array.BigEndianArray
 
split(int[], int, short[], int, int) - Static method in class lava.array.LittleEndianArray
 
split(int[], int, short[], int, int) - Static method in class lava.array.BigEndianArray
 
split(long[], int, byte[], int, int) - Static method in class lava.array.LittleEndianArray
 
split(long[], int, byte[], int, int) - Static method in class lava.array.BigEndianArray
 
split(long[], int, char[], int, int) - Static method in class lava.array.LittleEndianArray
 
split(long[], int, char[], int, int) - Static method in class lava.array.BigEndianArray
 
split(long[], int, int[], int, int) - Static method in class lava.array.LittleEndianArray
 
split(long[], int, int[], int, int) - Static method in class lava.array.BigEndianArray
 
split(long[], int, short[], int, int) - Static method in class lava.array.LittleEndianArray
 
split(long[], int, short[], int, int) - Static method in class lava.array.BigEndianArray
 
split(short[], int, byte[], int, int) - Static method in class lava.array.LittleEndianArray
 
split(short[], int, byte[], int, int) - Static method in class lava.array.BigEndianArray
 
splitString(String, String) - Static method in class lava.string.StringToolbox
Divides string into tokens.
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.
sprite - Variable in class lava.gui.DragFrame
Icon being dragged.
sprite - Variable in class lava.gui.DragPanel
Icon being dragged.
STANDARD_TAB_SIZE - Static variable in class lava.string.StringIndenter
Standard tab size.
start() - Method in class lava.thread.ThreadSerializer
Begins executing threads.
Stdio - class lava.clib.Stdio.
Ports of stdio functions.
Stdlib - class lava.clib.Stdlib.
Ports of stdio functions.
stopNow() - Method in class lava.thread.ThreadSerializer
Synchronously stops thread execution.
stopSoon() - Method in class lava.thread.ThreadSerializer
Asynchronously stops thread execution.
StreamFormatException - exception lava.io.StreamFormatException.
Indicates incompatible stream format.
StreamFormatException() - Constructor for class lava.io.StreamFormatException
Initializes a new StreamFormatException with no detail message.
StreamFormatException(String) - Constructor for class lava.io.StreamFormatException
Initializes a new StreamFormatException with the specified detail message.
StreamParser - class lava.io.StreamParser.
Stream parsing utilities.
StreamParser() - Constructor for class lava.io.StreamParser
 
StringDecoder - class lava.string.StringDecoder.
Decodes strings.
StringDecoder() - Constructor for class lava.string.StringDecoder
 
StringEncoder - class lava.string.StringEncoder.
Encodes strings.
StringEncoder() - Constructor for class lava.string.StringEncoder
 
StringIndenter - class lava.string.StringIndenter.
Indentation management.
StringIndenter() - Constructor for class lava.string.StringIndenter
 
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.
StringToolbox - class lava.string.StringToolbox.
Miscellaneous string utilities.
StringToolbox() - Constructor for class lava.string.StringToolbox
 
stripping - Variable in class lava.io.HashCommentStripperReader
Indicates whether stripping is currently enabled.
suspendDispatching() - Method in class lava.thread.TaskParallelizer
Prevents new tasks from being started.
suspendNow() - Method in class lava.thread.ThreadSerializer
Synchronously suspends thread execution.
suspendSoon() - Method in class lava.thread.ThreadSerializer
Asynchronously suspends thread execution.

T

table - Variable in class lava.util.NumberedStrings
Storage for number-string pairs.
tag - Variable in class lava.riff.RiffChunkReader
Chunk type identifier.
TaskParallelizer - class lava.thread.TaskParallelizer.
Schedules tasks for parallel execution.
TaskParallelizer(int) - Constructor for class lava.thread.TaskParallelizer
Sets concurrency limit.
TemporaryFileOutputStream - class lava.io.TemporaryFileOutputStream.
Writes data to temporary file.
TemporaryFileOutputStream() - Constructor for class lava.io.TemporaryFileOutputStream
Creates an instance that writes to a randomly chosen temporary file.
TemporaryFileOutputStream(File) - Constructor for class lava.io.TemporaryFileOutputStream
Creates an instance that writes to a randomly chosen temporary file in the same directory as the given file.
TemporaryFileWriter - class lava.io.TemporaryFileWriter.
Writes data to temporary file.
TemporaryFileWriter() - Constructor for class lava.io.TemporaryFileWriter
Creates an instance that writes to a randomly chosen temporary file.
TemporaryFileWriter(File) - Constructor for class lava.io.TemporaryFileWriter
Creates an instance that writes to a randomly chosen temporary file in the same directory as the given file.
tep - Static variable in class lava.security.des.spec.DesPermutation
Text expansion permutation.
ThreadSerializer - class lava.thread.ThreadSerializer.
Executes multiple threads in serial order.
ThreadSerializer() - Constructor for class lava.thread.ThreadSerializer
Default constructor.
ThreadToolbox - class lava.thread.ThreadToolbox.
Thread-related idioms.
ThreadToolbox() - Constructor for class lava.thread.ThreadToolbox
 
title - Variable in class lava.gui.ButtonQuestionParameters
Title bar text.
toAbsolutePath() - Method in class lava.io.Path
Converts to absolute path.
toBigInteger(String) - Static method in class lava.string.NumberString
Converts numeric string to BigInteger.
toBooleans(byte[], int, boolean[], int, int) - Static method in class lava.array.BooleanArrayCaster
 
toBooleans(char[], int, boolean[], int, int) - Static method in class lava.array.BooleanArrayCaster
 
toBooleans(double[], int, boolean[], int, int) - Static method in class lava.array.BooleanArrayCaster
 
toBooleans(float[], int, boolean[], int, int) - Static method in class lava.array.BooleanArrayCaster
 
toBooleans(int[], int, boolean[], int, int) - Static method in class lava.array.BooleanArrayCaster
 
toBooleans(long[], int, boolean[], int, int) - Static method in class lava.array.BooleanArrayCaster
 
toBooleans(Object[], int, boolean[], int, int) - Static method in class lava.array.BooleanArrayCaster
 
toBooleans(short[], int, boolean[], int, int) - Static method in class lava.array.BooleanArrayCaster
 
toBytes() - Method in class lava.riff.wave.WaveFormatChunk
Serializes to bytes.
toBytes() - Method in class lava.riff.wave.PcmWaveFormatChunk
Serializes chunk.
toBytes(boolean[], int, byte[], int, int) - Static method in class lava.array.BooleanArrayCaster
 
toBytes(char[], int, byte[], int, int) - Static method in class lava.array.ArrayCaster
 
toBytes(double[], int, byte[], int, int) - Static method in class lava.array.ArrayCaster
 
toBytes(double[], int, byte[], int, int) - Static method in class lava.array.SignedArrayCaster
 
toBytes(double[], int, byte[], int, int) - Static method in class lava.array.UnsignedArrayCaster
 
toBytes(double[], int, byte[], int, int) - Static method in class lava.riff.wave.WaveSampleConverter
 
toBytes(float[], int, byte[], int, int) - Static method in class lava.array.ArrayCaster
 
toBytes(float[], int, byte[], int, int) - Static method in class lava.array.SignedArrayCaster
 
toBytes(float[], int, byte[], int, int) - Static method in class lava.array.UnsignedArrayCaster
 
toBytes(float[], int, byte[], int, int) - Static method in class lava.riff.wave.WaveSampleConverter
 
toBytes(int[], int, byte[], int, int) - Static method in class lava.array.ArrayCaster
 
toBytes(int[], int, byte[], int, int) - Static method in class lava.riff.wave.WaveSampleConverter
 
toBytes(long[], int, byte[], int, int) - Static method in class lava.array.ArrayCaster
 
toBytes(long[], int, byte[], int, int) - Static method in class lava.riff.wave.WaveSampleConverter
 
toBytes(short[], int, byte[], int, int) - Static method in class lava.array.ArrayCaster
 
toBytes(short[], int, byte[], int, int) - Static method in class lava.riff.wave.WaveSampleConverter
 
toBytesBe(int, byte[], int) - Static method in class lava.util.BitTwiddler
Breaks int into big endian bytes.
toBytesBe(long, byte[], int) - Static method in class lava.util.BitTwiddler
Breaks long into big endian bytes.
toBytesBe(short, byte[], int) - Static method in class lava.util.BitTwiddler
Breaks short into big endian bytes.
toBytesLe(int, byte[], int) - Static method in class lava.util.BitTwiddler
Breaks int into little endian bytes.
toBytesLe(long, byte[], int) - Static method in class lava.util.BitTwiddler
Breaks long into little endian bytes.
toBytesLe(short, byte[], int) - Static method in class lava.util.BitTwiddler
Breaks short into little endian bytes.
toChars(boolean[], int, char[], int, int) - Static method in class lava.array.BooleanArrayCaster
 
toChars(byte[], int, char[], int, int) - Static method in class lava.array.ArrayCaster
 
toChars(byte[], int, char[], int, int) - Static method in class lava.array.UnsignedArrayCaster
 
toChars(double[], int, char[], int, int) - Static method in class lava.array.ArrayCaster
 
toChars(double[], int, char[], int, int) - Static method in class lava.array.UnsignedArrayCaster
 
toChars(float[], int, char[], int, int) - Static method in class lava.array.ArrayCaster
 
toChars(float[], int, char[], int, int) - Static method in class lava.array.UnsignedArrayCaster
 
toChars(int[], int, char[], int, int) - Static method in class lava.array.ArrayCaster
 
toChars(long[], int, char[], int, int) - Static method in class lava.array.ArrayCaster
 
toChars(short[], int, char[], int, int) - Static method in class lava.array.ArrayCaster
 
toDoubles(boolean[], int, double[], int, int) - Static method in class lava.array.BooleanArrayCaster
 
toDoubles(byte[], int, double[], int, int) - Static method in class lava.array.ArrayCaster
 
toDoubles(byte[], int, double[], int, int) - Static method in class lava.array.UnsignedArrayCaster
 
toDoubles(byte[], int, double[], int, int) - Static method in class lava.riff.wave.WaveSampleConverter
 
toDoubles(char[], int, double[], int, int) - Static method in class lava.array.ArrayCaster
 
toDoubles(float[], int, double[], int, int) - Static method in class lava.array.ArrayCaster
 
toDoubles(float[], int, double[], int, int) - Static method in class lava.riff.wave.WaveSampleConverter
 
toDoubles(int[], int, double[], int, int) - Static method in class lava.array.ArrayCaster
 
toDoubles(int[], int, double[], int, int) - Static method in class lava.array.UnsignedArrayCaster
 
toDoubles(int[], int, double[], int, int) - Static method in class lava.riff.wave.WaveSampleConverter
 
toDoubles(long[], int, double[], int, int) - Static method in class lava.array.ArrayCaster
 
toDoubles(long[], int, double[], int, int) - Static method in class lava.array.UnsignedArrayCaster
 
toDoubles(long[], int, double[], int, int) - Static method in class lava.riff.wave.WaveSampleConverter
 
toDoubles(short[], int, double[], int, int) - Static method in class lava.array.ArrayCaster
 
toDoubles(short[], int, double[], int, int) - Static method in class lava.array.UnsignedArrayCaster
 
toDoubles(short[], int, double[], int, int) - Static method in class lava.riff.wave.WaveSampleConverter
 
toFloats(boolean[], int, float[], int, int) - Static method in class lava.array.BooleanArrayCaster
 
toFloats(byte[], int, float[], int, int) - Static method in class lava.array.ArrayCaster
 
toFloats(byte[], int, float[], int, int) - Static method in class lava.array.UnsignedArrayCaster
 
toFloats(byte[], int, float[], int, int) - Static method in class lava.riff.wave.WaveSampleConverter
 
toFloats(char[], int, float[], int, int) - Static method in class lava.array.ArrayCaster
 
toFloats(double[], int, float[], int, int) - Static method in class lava.array.ArrayCaster
 
toFloats(double[], int, float[], int, int) - Static method in class lava.riff.wave.WaveSampleConverter
 
toFloats(int[], int, float[], int, int) - Static method in class lava.array.ArrayCaster
 
toFloats(int[], int, float[], int, int) - Static method in class lava.array.UnsignedArrayCaster
 
toFloats(int[], int, float[], int, int) - Static method in class lava.riff.wave.WaveSampleConverter
 
toFloats(long[], int, float[], int, int) - Static method in class lava.array.ArrayCaster
 
toFloats(long[], int, float[], int, int) - Static method in class lava.array.UnsignedArrayCaster
 
toFloats(long[], int, float[], int, int) - Static method in class lava.riff.wave.WaveSampleConverter
 
toFloats(short[], int, float[], int, int) - Static method in class lava.array.ArrayCaster
 
toFloats(short[], int, float[], int, int) - Static method in class lava.array.UnsignedArrayCaster
 
toFloats(short[], int, float[], int, int) - Static method in class lava.riff.wave.WaveSampleConverter
 
toInitialCaps(String) - Static method in class lava.string.StringToolbox
Converts string to "title" case.
toInt(String) - Method in class lava.util.NumberedStrings
Returns the integer that has been registered in association with the given string.
toIntBe(byte[]) - Static method in class lava.util.BitTwiddler
Shorthand for toIntBe (b, 0).
toIntBe(byte[], int) - Static method in class lava.util.BitTwiddler
Converts big endian bytes into int.
toIntLe(byte[]) - Static method in class lava.util.BitTwiddler
Shorthand for toIntLe (b, 0).
toIntLe(byte[], int) - Static method in class lava.util.BitTwiddler
Converts little endian bytes into int.
toInts(boolean[], int, int[], int, int) - Static method in class lava.array.BooleanArrayCaster
 
toInts(byte[], int, int[], int, int) - Static method in class lava.array.ArrayCaster
 
toInts(byte[], int, int[], int, int) - Static method in class lava.array.UnsignedArrayCaster
 
toInts(byte[], int, int[], int, int) - Static method in class lava.riff.wave.WaveSampleConverter
 
toInts(char[], int, int[], int, int) - Static method in class lava.array.ArrayCaster
 
toInts(double[], int, int[], int, int) - Static method in class lava.array.ArrayCaster
 
toInts(double[], int, int[], int, int) - Static method in class lava.array.UnsignedArrayCaster
 
toInts(double[], int, int[], int, int) - Static method in class lava.riff.wave.WaveSampleConverter
 
toInts(float[], int, int[], int, int) - Static method in class lava.array.ArrayCaster
 
toInts(float[], int, int[], int, int) - Static method in class lava.array.UnsignedArrayCaster
 
toInts(float[], int, int[], int, int) - Static method in class lava.riff.wave.WaveSampleConverter
 
toInts(long[], int, int[], int, int) - Static method in class lava.array.ArrayCaster
 
toInts(long[], int, int[], int, int) - Static method in class lava.riff.wave.WaveSampleConverter
 
toInts(short[], int, int[], int, int) - Static method in class lava.array.ArrayCaster
 
toInts(short[], int, int[], int, int) - Static method in class lava.array.UnsignedArrayCaster
 
toInts(short[], int, int[], int, int) - Static method in class lava.riff.wave.WaveSampleConverter
 
toJavaFile() - Method in class lava.io.Path
 
toLongBe(byte[]) - Static method in class lava.util.BitTwiddler
Shorthand for toLongBe (b, 0).
toLongBe(byte[], int) - Static method in class lava.util.BitTwiddler
Converts big endian bytes into long.
toLongLe(byte[]) - Static method in class lava.util.BitTwiddler
Shorthand for toLongLe (b, 0).
toLongLe(byte[], int) - Static method in class lava.util.BitTwiddler
Converts little endian bytes into long.
toLongs(boolean[], int, long[], int, int) - Static method in class lava.array.BooleanArrayCaster
 
toLongs(byte[], int, long[], int, int) - Static method in class lava.array.ArrayCaster
 
toLongs(byte[], int, long[], int, int) - Static method in class lava.array.UnsignedArrayCaster
 
toLongs(byte[], int, long[], int, int) - Static method in class lava.riff.wave.WaveSampleConverter
 
toLongs(char[], int, long[], int, int) - Static method in class lava.array.ArrayCaster
 
toLongs(double[], int, long[], int, int) - Static method in class lava.array.ArrayCaster
 
toLongs(double[], int, long[], int, int) - Static method in class lava.array.UnsignedArrayCaster
 
toLongs(double[], int, long[], int, int) - Static method in class lava.riff.wave.WaveSampleConverter
 
toLongs(float[], int, long[], int, int) - Static method in class lava.array.ArrayCaster
 
toLongs(float[], int, long[], int, int) - Static method in class lava.array.UnsignedArrayCaster
 
toLongs(float[], int, long[], int, int) - Static method in class lava.riff.wave.WaveSampleConverter
 
toLongs(int[], int, long[], int, int) - Static method in class lava.array.ArrayCaster
 
toLongs(int[], int, long[], int, int) - Static method in class lava.array.UnsignedArrayCaster
 
toLongs(int[], int, long[], int, int) - Static method in class lava.riff.wave.WaveSampleConverter
 
toLongs(short[], int, long[], int, int) - Static method in class lava.array.ArrayCaster
 
toLongs(short[], int, long[], int, int) - Static method in class lava.array.UnsignedArrayCaster
 
toLongs(short[], int, long[], int, int) - Static method in class lava.riff.wave.WaveSampleConverter
 
TOP - Static variable in class lava.gui.ALIGN
 
TOPLEFT - Static variable in class lava.gui.ALIGN
 
TOPRIGHT - Static variable in class lava.gui.ALIGN
 
TOPTOBOTTOM - Static variable in class lava.gui.ALIGN
 
toRelativePath() - Method in class lava.io.Path
Converts to relative path.
toRelativePath(Path) - Method in class lava.io.Path
Converts to relative path.
toRelativePath(String, String) - Static method in class lava.string.PathToolbox
Computes relative path leading from one directory to another.
toShortBe(byte[]) - Static method in class lava.util.BitTwiddler
Shorthand for toShortBe (b, 0).
toShortBe(byte[], int) - Static method in class lava.util.BitTwiddler
Converts big endian bytes into short.
toShortLe(byte[]) - Static method in class lava.util.BitTwiddler
Shorthand for toShortLe (b, 0).
toShortLe(byte[], int) - Static method in class lava.util.BitTwiddler
Converts little endian bytes into short.
toShorts(boolean[], int, short[], int, int) - Static method in class lava.array.BooleanArrayCaster
 
toShorts(byte[], int, short[], int, int) - Static method in class lava.array.ArrayCaster
 
toShorts(byte[], int, short[], int, int) - Static method in class lava.array.UnsignedArrayCaster
 
toShorts(byte[], int, short[], int, int) - Static method in class lava.riff.wave.WaveSampleConverter
 
toShorts(char[], int, short[], int, int) - Static method in class lava.array.ArrayCaster
 
toShorts(double[], int, short[], int, int) - Static method in class lava.array.ArrayCaster
 
toShorts(double[], int, short[], int, int) - Static method in class lava.array.SignedArrayCaster
 
toShorts(double[], int, short[], int, int) - Static method in class lava.array.UnsignedArrayCaster
 
toShorts(double[], int, short[], int, int) - Static method in class lava.riff.wave.WaveSampleConverter
 
toShorts(float[], int, short[], int, int) - Static method in class lava.array.ArrayCaster
 
toShorts(float[], int, short[], int, int) - Static method in class lava.array.SignedArrayCaster
 
toShorts(float[], int, short[], int, int) - Static method in class lava.array.UnsignedArrayCaster
 
toShorts(float[], int, short[], int, int) - Static method in class lava.riff.wave.WaveSampleConverter
 
toShorts(int[], int, short[], int, int) - Static method in class lava.array.ArrayCaster
 
toShorts(int[], int, short[], int, int) - Static method in class lava.riff.wave.WaveSampleConverter
 
toShorts(long[], int, short[], int, int) - Static method in class lava.array.ArrayCaster
 
toShorts(long[], int, short[], int, int) - Static method in class lava.riff.wave.WaveSampleConverter
 
toSignedInt(String) - Static method in class lava.string.NumberString
Decodes signed int.
toSignedInt(String, int) - Static method in class lava.string.NumberString
Safely converts String to int.
toSignedLong(String) - Static method in class lava.string.NumberString
Decodes signed long.
toString() - Method in class lava.clib.stdio.PrintfFormatString
Returns the string used to construct this instance.
toString() - Method in class lava.io.Path
Returns path.
toString() - Method in class lava.riff.wave.WaveFormatChunk
Serializes to string.
toString() - Method in class lava.riff.wave.PcmWaveFormatChunk
 
toString() - Method in class lava.mv.MvModelEvent
 
toString() - Method in class lava.security.des.DesKey
Converts this key to a String.
toString() - Method in class lava.string.WildcardExpression
Returns string representation.
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.
toString() - Method in class lava.text.html.HtmlComponent
Generates string representation.
toString() - Method in class lava.text.html.HtmlSpecialTag
Returns source text.
toString() - Method in class lava.text.html.HtmlComment
Returns original comment string.
toString() - Method in class lava.text.html.HtmlText
Returns text.
toString() - Method in class lava.text.html.HtmlError
Returns error text.
toString() - Method in class lava.text.html.HtmlOpenTag
Generates string representation.
toString() - Method in class lava.text.html.HtmlCloseTag
Generates string representation.
toString() - Method in class lava.util.PriorityQueue
Generates a string representation of this queue.
toString() - Method in class lava.util.FifoQueue
Generates a string representation of this queue.
toString(int) - Method in class lava.util.NumberedStrings
Returns the string that has been registered in association with the given integer.
ToStringCollator - class lava.string.ToStringCollator.
Collates non-string objects.
toUnsignedInt(String, int) - Static method in class lava.string.NumberString
Safely converts String to unsigned int.
trace() - Static method in class lava.NotImplementedException
Prints stack trace without throwing.
trim(String, char) - Static method in class lava.string.StringToolbox
Trims characters from both ends of string.
trimLeading(String, char) - Static method in class lava.string.StringToolbox
Trims leading characters.
trimToSize() - Method in class lava.util.PriorityQueue
Minimizes the amount of memory used to store this queue.
trimToSize() - Method in class lava.util.FifoQueue
Minimizes the amount of memory used to store this queue.
trimTrailing(String, char) - Static method in class lava.string.StringToolbox
Trims trailing characters.
TripleDesEngine - class lava.security.des.TripleDesEngine.
Optimized 3DES implementation.
TripleDesEngine(TripleDesKey) - Constructor for class lava.security.des.TripleDesEngine
Sets triple-key.
TripleDesEngine(TripleDesKey, boolean, boolean) - Constructor for class lava.security.des.TripleDesEngine
Sets triple-key; enables/disables permutations.
TripleDesKey - class lava.security.des.TripleDesKey.
DES key.
TripleDesKey(byte[], int) - Constructor for class lava.security.des.TripleDesKey
Specifies key as a byte sequence.
TripleDesKey(DesKey, DesKey, DesKey) - Constructor for class lava.security.des.TripleDesKey
Specifies all three keys.
TripleDesKey(int[], int) - Constructor for class lava.security.des.TripleDesKey
Specifies 32-bit left and right halves.
TripleDesKey(long[], int) - Constructor for class lava.security.des.TripleDesKey
Specifies 64-bit keys.
tryClassString(PushbackReader, ICharacterClass) - Static method in class lava.io.StreamParser
Parses class string.
tryDigitsString(PushbackReader, int) - Static method in class lava.io.StreamParser
Parses digit string.
tryEmailAddress(PushbackReader) - Static method in class lava.io.StreamParser
Parses email address.
tryExactString(PushbackReader, String) - Static method in class lava.io.StreamParser
 
tryHorizontalWhiteString(PushbackReader) - Static method in class lava.io.StreamParser
Parses horizontal white space.
tryHtmlIdentifier(PushbackReader) - Static method in class lava.io.StreamParser
Parses HTML identifier.
tryIntegerString(PushbackReader) - Static method in class lava.io.StreamParser
Parses integer string.
tryIpAddress(PushbackReader) - Static method in class lava.io.StreamParser
Parses IP address.
tryJavaIdentifier(PushbackReader) - Static method in class lava.io.StreamParser
Parses Java identifier.
tryQuotedCString(PushbackReader) - Static method in class lava.io.StreamParser
Parses quoted C string.
tryRealString(PushbackReader) - Static method in class lava.io.StreamParser
Reads a real number string.
tryShellArgument(PushbackReader) - Static method in class lava.io.StreamParser
Parses shell argument.
tryString(PushbackReader) - Static method in class lava.io.StreamParser
Parses string.
tryWhiteString(PushbackReader) - Static method in class lava.io.StreamParser
Parses white space.
TWO_PI - Static variable in class lava.math.MathToolbox
Two times pi.
type - Variable in class lava.mv.MvModelEvent
 

U

UnitPanel - class lava.gui.UnitPanel.
Panel for a single component.
UnitPanel(Component) - Constructor for class lava.gui.UnitPanel
Default constructor.
UNIX - Static variable in class lava.Platform
Unix-style operating system.
UNIX_LINE_SEPARATOR - Static variable in class lava.io.LineSeparatorFilter
The Unix-style line separator ("\n").
UnixLineReader - class lava.io.UnixLineReader.
Filters any-platform text stream to appear as if it originated from a Unix file.
UnixLineReader(BufferedReader) - Constructor for class lava.io.UnixLineReader
Initializes a new instance to read from the specified reader.
UNKNOWN - Static variable in class lava.Platform
Indicates unknown information.
UnlimitedPushbackReader - class lava.io.UnlimitedPushbackReader.
"Pushbackable" input stream with no pushback limit.
UnlimitedPushbackReader(Reader) - Constructor for class lava.io.UnlimitedPushbackReader
Converts a Reader to an UnlimitedPushbackReader.
unlink() - Method in class lava.io.Path
Deletes file or directory.
UnreachableCodeException - exception lava.UnreachableCodeException.
Indicates unreachable execution path.
UnreachableCodeException() - Constructor for class lava.UnreachableCodeException
Initializes without message.
UnreachableCodeException(String) - Constructor for class lava.UnreachableCodeException
Initializes with message.
unread() - Method in class lava.io.UnreadBuffer
Unreads one character.
unread(char[]) - Method in class lava.io.UnlimitedPushbackReader
 
unread(char[], int, int) - Method in class lava.io.UnlimitedPushbackReader
 
unread(int) - Method in class lava.io.UnlimitedPushbackReader
Pushes a character back to the stream.
unread(PushbackReader, String) - Static method in class lava.io.IoToolbox
Pushes string onto PushbackReader.
unread(String) - Method in class lava.io.UnlimitedPushbackReader
Pushes a String back to the stream.
unreadAll() - Method in class lava.io.UnreadBuffer
Unreads all characters.
UnreadBuffer - class lava.io.UnreadBuffer.
Enhanced unread support for PushbackReaders.
UnreadBuffer(PushbackReader) - Constructor for class lava.io.UnreadBuffer
Sets source stream.
unreadEos() - Method in class lava.io.UnreadBuffer
Unreads if not EOS.
unregisterListener(Object) - Method in class lava.util.ListenerRegistry
Unregisters a listener.
unregisterView(IMvView) - Method in class lava.mv.MvModel
Unregisters a IMvView with this MvModel.
UnsignedArrayCaster - class lava.array.UnsignedArrayCaster.
Casts arrays of unsigned primitives.
UnsignedArrayCaster() - Constructor for class lava.array.UnsignedArrayCaster
 
updateView(Object, Object) - Method in interface lava.mv.IMvView
Notifies view of model change.
uppercase - Variable in class lava.text.NumberFormatter
Indicates whether uppercase digits will be used.
UrlInputStream - class lava.io.UrlInputStream.
Reads from URL-specified source.
UrlInputStream(String) - Constructor for class lava.io.UrlInputStream
Sets source URL.

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.
validateFields() - Method in class lava.riff.wave.WaveFormatChunk
Validates members.
visible - Variable in class lava.gui.ButtonQuestionParameters
Initial visibility.

W

wait(Object) - Static method in class lava.thread.ThreadToolbox
Waits on an object's monitor indefinitely.
wait(Object, long) - Static method in class lava.thread.ThreadToolbox
Waits on an object's monitor for a maximum amount of time.
waitForDimensions(Image) - Static method in class lava.gui.GuiToolbox
Waits for an image's dimensions.
waitForImage(Image) - Static method in class lava.gui.GuiToolbox
Waits for an image to load.
waitForResponse() - Method in class lava.gui.ButtonQuestion
Blocks until the question box has been displayed and the user has answered it.
waitNoInterrupt(Object) - Static method in class lava.thread.ThreadToolbox
Waits on object ignoring interrupts.
waitUntil(Object, long) - Static method in class lava.thread.ThreadToolbox
Waits on an object's monitor until a deadline.
WAVE_TAG - Static variable in class lava.riff.wave.RIFF_WAVE
The 'WAVE' type identifier.
WaveAdtlChunkReader - class lava.riff.wave.WaveAdtlChunkReader.
Parses associated data list chunk.
WaveCuePoint - class lava.riff.wave.WaveCuePoint.
Single cue point from cue points chunk.
WaveCuePoint() - Constructor for class lava.riff.wave.WaveCuePoint
 
WaveCuePointList - class lava.riff.wave.WaveCuePointList.
Parses cue point list.
WaveFormatChunk - class lava.riff.wave.WaveFormatChunk.
Base format chunk.
WaveFormatChunk() - Constructor for class lava.riff.wave.WaveFormatChunk
Default constructor.
WaveFormatChunk(RiffChunkReader) - Constructor for class lava.riff.wave.WaveFormatChunk
Initializes from open chunk.
WaveSampleClipper - class lava.riff.wave.WaveSampleClipper.
Clips wave sample data.
WaveSampleClipper() - Constructor for class lava.riff.wave.WaveSampleClipper
 
WaveSampleConverter - class lava.riff.wave.WaveSampleConverter.
Casts samples from one type to another.
WaveSampleConverter() - Constructor for class lava.riff.wave.WaveSampleConverter
 
WaveSampleRounder - class lava.riff.wave.WaveSampleRounder.
Rounds wave sample data.
WaveSampleRounder() - Constructor for class lava.riff.wave.WaveSampleRounder
 
WaveStreamReader - class lava.riff.wave.WaveStreamReader.
Base class for all .wav stream decoders.
WaveStreamReader(IRiffInput) - Constructor for class lava.riff.wave.WaveStreamReader
Sets wave stream source.
WaveStreamWriter - class lava.riff.wave.WaveStreamWriter.
Base class for .wav file encoders.
WaveStreamWriter(IRiffOutput, WaveFormatChunk) - Constructor for class lava.riff.wave.WaveStreamWriter
Outputs format chunk.
WAVL_TAG - Static variable in class lava.riff.wave.RIFF_WAVE
The 'wavl' chunk tag.
wBitsPerSample - Variable in class lava.riff.wave.PcmWaveFormatChunk
Number of bits per channel sample.
wBlockAlign - Variable in class lava.riff.wave.WaveFormatChunk
Block alignment.
wChannels - Variable in class lava.riff.wave.WaveFormatChunk
Number of channels.
WEST - Static variable in class lava.gui.ALIGN
 
wFormatTag - Variable in class lava.riff.wave.WaveFormatChunk
Indicates encoding format.
WildcardExpression - class lava.string.WildcardExpression.
Tests strings against wildcard expressions.
WildcardExpression(String) - Constructor for class lava.string.WildcardExpression
Sets expression string.
WildcardExpression(String, String) - Constructor for class lava.string.WildcardExpression
Reserved.
WildcardFilenameFilter - class lava.io.WildcardFilenameFilter.
Filters filenames using a standard wildcard mask.
WildcardFilenameFilter(String) - Constructor for class lava.io.WildcardFilenameFilter
Initializes a WildcardFilenameFilter using the given wildcard expression.
WildcardFilenameFilter(String, String) - Constructor for class lava.io.WildcardFilenameFilter
Reserved for future implementation.
window_size - Variable in class lava.util.EnumerationLookaheadWindow
 
windowClosing(WindowEvent) - Method in class lava.gui.FrameCloser
Reserved method.
WINDOWS - Static variable in class lava.Platform
Microsoft Windows.
write(byte[], int, int) - Method in interface lava.riff.IRiffOutput
Writes BYTEs.
write(byte[], int, int) - Method in class lava.riff.RiffOutputFile
 
write(int) - Method in interface lava.riff.IRiffOutput
Writes BYTE.
write(int) - Method in class lava.riff.RiffOutputFile
 
write(String) - Method in class lava.io.AsciiOutputStream
Writes ASCII string.
writeByte(byte) - Method in class lava.riff.RiffStreamWriter
Writes BYTE.
writeBytes(byte[], int, int) - Method in class lava.riff.RiffStreamWriter
Writes BYTEs.
writeDword(int) - Method in class lava.riff.RiffStreamWriter
Writes DWORD.
writeDwords(int[], int, int) - Method in class lava.riff.RiffStreamWriter
Writes DWORDs.
writeln() - Method in class lava.io.AsciiOutputStream
Terminates line.
writeln(String) - Method in class lava.io.ConsoleCommandShell
 
writeln(String) - Method in class lava.io.AsciiOutputStream
Writes ASCII line.
writeln(String[]) - Method in class lava.text.ParallelColumnsWriter
Enqueues lines of text into their respective columns.
writeSamples(Object, int, int) - Method in class lava.riff.wave.WaveStreamWriter
Encodes and writes samples.
writeSamples(Object, int, int) - Method in class lava.riff.wave.PcmWaveStreamWriter
 
writeTag(int) - Method in class lava.riff.RiffStreamWriter
Writes tag.
writeWord(short) - Method in class lava.riff.RiffStreamWriter
Writes WORD.
writeWords(short[], int, int) - Method in class lava.riff.RiffStreamWriter
Writes WORDs.

Y

YES - Static variable in class lava.gui.ButtonQuestionParameters
Indicates "Yes" selection.

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 B C D E F G H I J K L M N O P Q R S T U V W Y Z
Sharkysoft home