Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

Foundation 1.1.2
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

LANGUAGE - Static variable in class java.text.AttributedCharacterIterator.Attribute
Attribute key for the language of some text.
LAO - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
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.
LETTERLIKE_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
LETTER_NUMBER - Static variable in class java.lang.Character
General category "Nl" in the Unicode specification.
LINE_SEPARATOR - Static variable in class java.lang.Character
General category "Zl" in the Unicode specification.
LINGER - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the linger time to wait in seconds before closing a connection with pending data output (1).
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."
LOWERCASE_LETTER - Static variable in class java.lang.Character
General category "Ll" in the Unicode specification.
LastOwnerException - exception java.security.acl.LastOwnerException.
This is an exception that is thrown whenever an attempt is made to delete the last owner of an Access Control List.
LastOwnerException() - Constructor for class java.security.acl.LastOwnerException
Constructs a LastOwnerException.
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.
LinkedHashMap - class java.util.LinkedHashMap.
Hash table and linked list implementation of the Map interface, with predictable iteration order.
LinkedHashMap(int, float) - Constructor for class java.util.LinkedHashMap
Constructs an empty insertion-ordered LinkedHashMap instance with the specified initial capacity and load factor.
LinkedHashMap(int) - Constructor for class java.util.LinkedHashMap
Constructs an empty insertion-ordered LinkedHashMap instance with the specified initial capacity and a default load factor (0.75).
LinkedHashMap() - Constructor for class java.util.LinkedHashMap
Constructs an empty insertion-ordered LinkedHashMap instance with a default capacity (16) and load factor (0.75).
LinkedHashMap(Map) - Constructor for class java.util.LinkedHashMap
Constructs an insertion-ordered LinkedHashMap instance with the same mappings as the specified map.
LinkedHashMap(int, float, boolean) - Constructor for class java.util.LinkedHashMap
Constructs an empty LinkedHashMap instance with the specified initial capacity, load factor and ordering mode.
LinkedHashSet - class java.util.LinkedHashSet.
Hash table and linked list implementation of the Set interface, with predictable iteration order.
LinkedHashSet(int, float) - Constructor for class java.util.LinkedHashSet
Constructs a new, empty linked hash set with the specified initial capacity and load factor.
LinkedHashSet(int) - Constructor for class java.util.LinkedHashSet
Constructs a new, empty linked hash set with the specified initial capacity and the default load factor (0.75).
LinkedHashSet() - Constructor for class java.util.LinkedHashSet
Constructs a new, empty linked hash set with the default initial capacity (16) and load factor (0.75).
LinkedHashSet(Collection) - Constructor for class java.util.LinkedHashSet
Constructs a new linked hash set with the same elements as the specified collection.
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).
ListIterator - interface java.util.ListIterator.
An iterator for lists that allows the programmer to traverse the list in either direction, modify the list during iteration, and obtain the iterator's current position in the list.
ListResourceBundle - class java.util.ListResourceBundle.
ListResourceBundle is an 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.
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.
Long - class java.lang.Long.
The Long class wraps a value of the primitive type long in an object.
Long(long) - Constructor for class java.lang.Long
Constructs a newly allocated Long object that represents the specified long argument.
Long(String) - Constructor for class java.lang.Long
Constructs a newly allocated Long object that represents the long value indicated by the String parameter.
last() - Method in class java.text.BreakIterator
Return the last boundary.
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 interface java.util.SortedSet
Returns the last (highest) element currently in this sorted set.
last() - Method in class java.util.TreeSet
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(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, searching backward starting at the specified index.
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 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.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.
lastIndexOfSubList(List, List) - Static method in class java.util.Collections
Returns the starting position of the last occurrence of the specified target list within the specified source list, or -1 if there is no such occurrence.
lastKey() - Method in interface java.util.SortedMap
Returns the last (highest) key currently in this sorted map.
lastKey() - Method in class java.util.TreeMap
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.
leave(InetAddress) - Method in class java.net.DatagramSocketImpl
Leave the multicast group.
leaveGroup(SocketAddress, NetworkInterface) - Method in class java.net.DatagramSocketImpl
Leave the multicast group.
leaveGroup(InetAddress) - Method in class java.net.MulticastSocket
Leave a multicast group.
leaveGroup(SocketAddress, NetworkInterface) - Method in class java.net.MulticastSocket
Leave a multicast group on a specified local interface.
len - Variable in class java.util.zip.InflaterInputStream
Length of input buffer.
length() - Method in class java.io.File
Returns the length of the file denoted by this abstract pathname.
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.RandomAccessFile
Returns the length of this file.
length() - Method in interface java.lang.CharSequence
Returns the length of this character sequence.
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.
length() - Method in class java.util.BitSet
Returns the "logical size" of this BitSet: the index of the highest set bit in the BitSet plus one.
lineno() - Method in class java.io.StreamTokenizer
Return the current line number.
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(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() - Method in class java.lang.ThreadGroup
Prints information about this thread group to the standard output.
list(Enumeration) - Static method in class java.util.Collections
Returns an array list containing the elements returned by the specified enumeration in the order they are returned by the enumeration.
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.
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(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.
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.
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(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() - Method in interface java.util.List
Returns a list iterator of the elements in this list (in proper sequence).
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.
listRoots() - Static method in class java.io.File
List the available filesystem roots.
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.
load(String) - Method in class java.lang.Runtime
Loads the specified filename as a dynamic library.
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(InputStream, char[]) - Method in class java.security.KeyStore
Loads this KeyStore from the given input stream.
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.
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) - Method in class java.lang.Runtime
Loads the dynamic library with the specified library name.
loadLibrary(String) - Static method in class java.lang.System
Loads the system library specified by the libname argument.
localPort - Variable in class java.net.DatagramSocketImpl
The local port number.
localport - Variable in class java.net.SocketImpl
The local port number to which this socket is connected.
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.Math
Returns the natural logarithm (base e) of a double value.
log(double) - Static method in class java.lang.StrictMath
Returns the natural logarithm (base e) of a double value.
longBitsToDouble(long) - Static method in class java.lang.Double
Returns the double value corresponding to a given bit representation.
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 value of this Double as a long (by casting to type long).
longValue() - Method in class java.lang.Float
Returns value of this Float as a long (by casting to type long).
longValue() - Method in class java.lang.Integer
Returns the value of this Integer 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.Number
Returns the value of the specified number as a long.
longValue() - Method in class java.lang.Short
Returns the value of this Short as a long.
longValue() - Method in class java.math.BigDecimal
Converts this BigDecimal 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.
lowerCaseMode(boolean) - Method in class java.io.StreamTokenizer
Determines whether or not word token are automatically lowercased.

Foundation 1.1.2
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
Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 219 specification.