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

L

LinkageError - error java.lang.LinkageError.
This class is the superclass of all classes which represent errors that occur when loading and linking class files.
LinkageError() - Constructor for class java.lang.LinkageError
Constructs a new instance of this class with its walkback filled in.
LinkageError(String) - Constructor for class java.lang.LinkageError
Constructs a new instance of this class with its walkback and message filled in.
List - interface java.util.List.
List is a collection which maintains an ordering for its elements.
ListIterator - interface java.util.ListIterator.
An ListIterator is used to sequence over a List of objects.
Locale - class java.util.Locale.
A Locale object represents a specific geographical, political, or cultural region.
Locale(String, String, String) - Constructor for class java.util.Locale
Construct a locale from language, country, variant.
Locale(String, String) - Constructor for class java.util.Locale
Construct a locale from language, country.
Locale(String) - Constructor for class java.util.Locale
Construct a locale from a language code.
lastElement() - Method in class java.util.Vector
Returns the last component of the vector.
lastIndexOf(String) - Method in class java.lang.StringBuffer
Returns the index within this string of the rightmost occurrence of the specified substring.
lastIndexOf(String, int) - Method in class java.lang.StringBuffer
Returns the index within this string of the last occurrence of the specified substring.
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.ArrayList
Returns the index of the last occurrence of the specified object in this list.
lastIndexOf(Object) - Method in interface java.util.List
Searches this List for the specified object and returns the index of the last occurrence.
lastIndexOf(Object) - Method in class java.util.Vector
Returns the index of the last occurrence of the specified object in this vector.
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.
length - Variable in class java.io.OptionalDataException
Number of bytes of primitive data (int, char, long, etc).
length() - Method in interface java.lang.CharSequence
Answers the number of characters in the sequence.
length() - Method in class java.lang.StringBuffer
Returns the length (character count) of this string buffer.
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.
listIterator() - Method in class java.util.AbstractList
Returns an 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() - Method in interface java.util.List
Answers a ListIterator on the elements of this List.
listIterator(int) - Method in interface java.util.List
Answers a ListIterator on the elements of this List.
load(InputStream) - Method in class java.util.Properties
Reads a property list (key and element pairs) from the input stream.

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