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

L

LAO - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
last() - Method in interface java.text.CharacterIterator
Sets the position to getEndIndex()-1 (getEndIndex() if the text is empty) and returns the character at that position.
last() - Method in class java.text.StringCharacterIterator
Implements CharacterIterator.last() for String.
last() - Method in class java.text.BreakIterator
Return the last boundary.
last() - Method in class java.util.TreeSet
Returns the last (highest) element currently in this sorted set.
last() - Method in interface java.util.SortedSet
Returns the last (highest) element currently in this sorted set.
lastElement() - Method in class java.util.Vector
Returns the last component of the vector.
lastIndexOf(int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character.
lastIndexOf(int, int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character, searching backward starting at the specified index.
lastIndexOf(Object) - Method in class java.util.AbstractList
Returns the index in this list of the last occurence of the specified element, or -1 if the list does not contain this element.
lastIndexOf(Object) - Method in class java.util.Vector
Returns the index of the last occurrence of the specified object in this vector.
lastIndexOf(Object) - Method in class java.util.LinkedList
Returns the index in this list of the last occurrence of the specified element, or -1 if the list does not contain this element.
lastIndexOf(Object) - Method in interface java.util.List
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastIndexOf(Object) - Method in class java.util.ArrayList
Returns the index of the last occurrence of the specified object in this list.
lastIndexOf(Object, int) - Method in class java.util.Vector
Searches backwards for the specified object, starting from the specified index, and returns an index to it.
lastIndexOf(String) - Method in class java.lang.String
Returns the index within this string of the rightmost occurrence of the specified substring.
lastIndexOf(String, int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified substring.
lastKey() - Method in class java.util.TreeMap
Returns the last (highest) key currently in this sorted map.
lastKey() - Method in interface java.util.SortedMap
Returns the last (highest) key currently in this sorted map.
lastModified() - Method in class java.io.File
Returns the time that the file denoted by this abstract pathname was last modified.
LATIN_1_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
LATIN_EXTENDED_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
LATIN_EXTENDED_ADDITIONAL - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
LATIN_EXTENDED_B - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
leave(InetAddress) - Method in class java.net.DatagramSocketImpl
Leave the multicast group.
leaveGroup(InetAddress) - Method in class java.net.MulticastSocket
Leave a multicast group.
len - Variable in class java.util.zip.InflaterInputStream
Length of input buffer.
length - Variable in class java.io.OptionalDataException
The number of bytes of primitive data available to be read in the current buffer.
length() - Method in class java.io.File
Returns the length of the file denoted by this abstract pathname.
length() - Method in class java.io.RandomAccessFile
Returns the length of this file.
length() - Method in class java.lang.String
Returns the length of this string.
length() - Method in class java.lang.StringBuffer
Returns the length (character count) of this string buffer.
LETTER_NUMBER - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.
LETTERLIKE_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
LINE_SEPARATOR - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.
lineno() - Method in class java.io.StreamTokenizer
Return the current line number.
LineNumberReader - class java.io.LineNumberReader.
A buffered character-input stream that keeps track of line numbers.
LineNumberReader(Reader) - Constructor for class java.io.LineNumberReader
Create a new line-numbering reader, using the default input-buffer size.
LineNumberReader(Reader, int) - Constructor for class java.io.LineNumberReader
Create a new line-numbering reader, reading characters into a buffer of the given size.
LinkageError - error java.lang.LinkageError.
Subclasses of LinkageError indicate that a class has some dependency on another class; however, the latter class has incompatibly changed after the compilation of the former class.
LinkageError() - Constructor for class java.lang.LinkageError
Constructs a LinkageError with no detail message.
LinkageError(String) - Constructor for class java.lang.LinkageError
Constructs a LinkageError with the specified detail message.
LinkedList - class java.util.LinkedList.
Linked list implementation of the List interface.
LinkedList() - Constructor for class java.util.LinkedList
Constructs an empty list.
LinkedList(Collection) - Constructor for class java.util.LinkedList
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
List - interface java.util.List.
An ordered collection (also known as a sequence).
list() - Method in class java.io.File
Returns an array of strings naming the files and directories in the directory denoted by this abstract pathname.
list() - Method in class java.lang.ThreadGroup
Prints information about this thread group to the standard output.
list(FilenameFilter) - Method in class java.io.File
Returns an array of strings naming the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter.
list(PrintStream) - Method in class java.util.Properties
Prints this property list out to the specified output stream.
list(PrintWriter) - Method in class java.util.Properties
Prints this property list out to the specified output stream.
listen(int) - Method in class java.net.SocketImpl
Sets the maximum queue length for incoming connection indications (a request to connect) to the count argument.
listFiles() - Method in class java.io.File
Returns an array of abstract pathnames denoting the files in the directory denoted by this abstract pathname.
listFiles(FileFilter) - Method in class java.io.File
Returns an array of abstract pathnames denoting the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter.
listFiles(FilenameFilter) - Method in class java.io.File
Returns an array of abstract pathnames denoting the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter.
ListIterator - interface java.util.ListIterator.
An iterator for lists that allows the programmer to traverse the list in either direction and modify the list during iteration.
listIterator() - Method in class java.util.AbstractList
Returns an iterator of the elements in this list (in proper sequence).
listIterator() - Method in interface java.util.List
Returns a list iterator of the elements in this list (in proper sequence).
listIterator(int) - Method in class java.util.AbstractList
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in the list.
listIterator(int) - Method in class java.util.AbstractSequentialList
Returns a list iterator over the elements in this list (in proper sequence).
listIterator(int) - Method in class java.util.LinkedList
Returns a list-iterator of the elements in this list (in proper sequence), starting at the specified position in the list.
listIterator(int) - Method in interface java.util.List
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
ListResourceBundle - class java.util.ListResourceBundle.
ListResourceBundle is a abstract subclass of ResourceBundle that manages resources for a locale in a convenient and easy to use list.
ListResourceBundle() - Constructor for class java.util.ListResourceBundle
Sole constructor.
listRoots() - Static method in class java.io.File
List the available filesystem roots.
load(InputStream) - Method in class java.security.Provider
Reads a property list (key and element pairs) from the input stream.
load(InputStream) - Method in class java.util.Properties
Reads a property list (key and element pairs) from the input stream.
load(InputStream, char[]) - Method in class java.security.KeyStore
Loads this KeyStore from the given input stream.
load(String) - Static method in class java.lang.System
Loads a code file with the specified filename from the local file system as a dynamic library.
load(String) - Method in class java.lang.Runtime
Loads the specified filename as a dynamic library.
loadClass(String) - Method in class java.lang.ClassLoader
Loads the class with the specified name.
loadClass(String, boolean) - Method in class java.lang.ClassLoader
Loads the class with the specified name.
loadLibrary(String) - Static method in class java.lang.System
Loads the system library specified by the libname argument.
loadLibrary(String) - Method in class java.lang.Runtime
Loads the dynamic library with the specified library name.
Locale - class java.util.Locale.
A Locale object represents a specific geographical, political, or cultural region.
Locale(String, String) - Constructor for class java.util.Locale
Construct a locale from language, country.
Locale(String, String, String) - Constructor for class java.util.Locale
Construct a locale from language, country, variant.
LocaleData - class java.text.resources.LocaleData.
This class used to be the base class for all of the LocaleElements classes.
LocaleData() - Constructor for class java.text.resources.LocaleData
 
LocaleElements - class java.text.resources.LocaleElements.
 
LocaleElements_en - class java.text.resources.LocaleElements_en.
 
LocaleElements_en_US - class java.text.resources.LocaleElements_en_US.
 
LocaleElements_en_US() - Constructor for class java.text.resources.LocaleElements_en_US
 
LocaleElements_en() - Constructor for class java.text.resources.LocaleElements_en
 
LocaleElements() - Constructor for class java.text.resources.LocaleElements
 
localport - Variable in class java.net.SocketImpl
The local port number to which this socket is connected.
localPort - Variable in class java.net.DatagramSocketImpl
The local port number.
lock - Variable in class java.io.Reader
The object used to synchronize operations on this stream.
lock - Variable in class java.io.Writer
The object used to synchronize operations on this stream.
log(double) - Static method in class java.lang.StrictMath
Returns the natural logarithm (base e) of a double value.
log(double) - Static method in class java.lang.Math
Returns the natural logarithm (base e) of a double value.
Long - class java.lang.Long.
The Long class wraps a value of the primitive type long in an object.
LONG - Static variable in class java.text.DateFormat
Constant for long style pattern.
LONG - Static variable in class java.util.TimeZone
A style specifier for getDisplayName() indicating a long name, such as "Pacific Standard Time."
Long(long) - Constructor for class java.lang.Long
Constructs a newly allocated Long object that represents the primitive long argument.
Long(String) - Constructor for class java.lang.Long
Constructs a newly allocated Long object that represents the value represented by the string in decimal form.
longBitsToDouble(long) - Static method in class java.lang.Double
Returns the double-float corresponding to a given bit represention.
longValue() - Method in class java.lang.Number
Returns the value of the specified number as a long.
longValue() - Method in class java.lang.Long
Returns the value of this Long as a long value.
longValue() - Method in class java.lang.Short
Returns the value of this Short as a long.
longValue() - Method in class java.lang.Float
Returns the long value of this Float (by casting to a long).
longValue() - Method in class java.lang.Integer
Returns the value of this Integer as a long.
longValue() - Method in class java.lang.Byte
Returns the value of this Byte as a long.
longValue() - Method in class java.lang.Double
Returns the long value of this Double (by casting to a long).
longValue() - Method in class java.math.BigInteger
Converts this BigInteger to a long.
lookup(Class) - Static method in class java.io.ObjectStreamClass
Find the descriptor for a class that can be serialized.
LOWERCASE_LETTER - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.
lowerCaseMode(boolean) - Method in class java.io.StreamTokenizer
Determines whether or not word token are automatically lowercased.

J2ME CDC
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Java is a trademark or registred trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road,
Palo, Alto, California, 94303, U.S.A All Rights Reserved.