JDK Packages Class Hierarchy Index
L
- Label().
Constructor for class java.awt.Label
- Constructs an empty label.
- Label(String).
Constructor for class java.awt.Label
- Constructs a new label with the specified String of text.
- Label(String, int).
Constructor for class java.awt.Label
- Constructs a new label with the specified String of
text and the specified alignment.
- last().
Method in class java.text.BreakIterator
- Return the last boundary.
- last().
Method in interface java.text.CharacterIterator
- Set the position to getEndIndex()-1, return the character at that position.
- last().
Method in class java.text.StringCharacterIterator
- Set the position to getEndIndex() and return the character at that
position.
- last(Container).
Method in class java.awt.CardLayout
- Flips to the last card of the specified container.
- 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.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.
- 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.
- lastModified().
Method in class java.io.File
- Returns the time that the file represented by this
File
object was last modified.
- LastOwnerException().
Constructor for class java.security.acl.LastOwnerException
- Constructs a LastOwnerException.
- lastPageFirst().
Method in class java.awt.PrintJob
- Returns true if the last page will be printed first.
- layout().
Method in class java.awt.Component
-
- layout().
Method in class java.awt.Container
-
- layout().
Method in class java.awt.ScrollPane
-
- layoutContainer(Container).
Method in class java.awt.BorderLayout
- Lays out the specified container.
- layoutContainer(Container).
Method in class java.awt.CardLayout
-
Performs a layout in the specified panel.
- layoutContainer(Container).
Method in class java.awt.FlowLayout
- Lays out the container.
- layoutContainer(Container).
Method in class java.awt.GridBagLayout
-
Lays out the container in the specified panel.
- layoutContainer(Container).
Method in class java.awt.GridLayout
-
Lays out the container in the specified panel.
- layoutContainer(Container).
Method in interface java.awt.LayoutManager
-
Lays out the container in the specified panel.
- layoutInfo.
Variable in class java.awt.GridBagLayout
-
- Lease(VMID, long).
Constructor for class java.rmi.dgc.Lease
- Constructs a lease with a specific VMID and lease duration.
- leave(InetAddress).
Method in class java.net.DatagramSocketImpl
- Leave the multicast group.
- leaveGroup(InetAddress).
Method in class java.net.MulticastSocket
- Leave a multicast group.
- LEFT.
Static variable in class java.awt.Event
- The left arrow action-key.
- LEFT.
Static variable in class java.awt.FlowLayout
- The left alignment variable.
- left.
Variable in class java.awt.Insets
- The inset from the left.
- LEFT.
Static variable in class java.awt.Label
- The left alignment.
- LEFT_ALIGNMENT.
Static variable in class java.awt.Component
- Ease of use constant for getAlignmentX().
- 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 represented by this
File
object.
- 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
-
- lightGray.
Static variable in class java.awt.Color
- The color light gray.
- LINE_SEPARATOR.
Static variable in class java.lang.Character
-
- lineno().
Method in class java.io.StreamTokenizer
- Return the current line number.
- LineNumberInputStream(InputStream).
Constructor for class java.io.LineNumberInputStream
- Constructs a newline number input stream that reads its input
from the specified input stream.
- 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().
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.
- list().
Method in class java.awt.Component
- Prints a listing to System.out.
- list().
Method in class java.io.File
- Returns a list of the files in the directory specified by this
File
object.
- List().
Constructor for class java.awt.List
- Creates a new scrolling list initialized with no visible Lines
or multiple selections.
- list().
Method in interface java.rmi.registry.Registry
- Returns an array of the names in the registry.
- 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 a list of the files in the directory specified by this
File
that satisfy the specified filter.
- List(int).
Constructor for class java.awt.List
- Creates a new scrolling list initialized with the specified
number of visible lines and a boolean stating whether multiple
selections are allowed or not.
- List(int, boolean).
Constructor for class java.awt.List
- Creates a new scrolling list initialized with the specified
number of visible lines and a boolean stating whether multiple
selections are allowed or not.
- list(PrintStream).
Method in class java.awt.Component
- Prints a listing to the specified print stream.
- list(PrintStream).
Method in class java.util.Properties
- Prints this property list out to the specified output stream.
- list(PrintStream, int).
Method in class java.awt.Component
- Prints out a list, starting at the specified indention, to the specified
print stream.
- list(PrintStream, int).
Method in class java.awt.Container
- Prints out a list, starting at the specified indention, to the specified
out stream.
- list(PrintWriter).
Method in class java.awt.Component
- Prints a listing to the specified print writer.
- list(PrintWriter).
Method in class java.util.Properties
- Prints this property list out to the specified output stream.
- list(PrintWriter, int).
Method in class java.awt.Component
- Prints out a list, starting at the specified indention, to the specified
print writer.
- list(PrintWriter, int).
Method in class java.awt.Container
- Prints out a list, starting at the specified indention, to the specified
print writer.
- list(String).
Static method in class java.rmi.Naming
- Returns an array of strings of the URLs in the registry.
- LIST_DESELECT.
Static variable in class java.awt.Event
-
- LIST_SELECT.
Static variable in class java.awt.Event
-
- listBreakpoints().
Method in class sun.tools.debug.RemoteDebugger
- Return a list of the breakpoints which are currently set.
- listClasses().
Method in class sun.tools.debug.RemoteDebugger
- List the currently known classes.
- 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.
- ListResourceBundle().
Constructor for class java.util.ListResourceBundle
-
- listThreadGroups(RemoteThreadGroup).
Method in class sun.tools.debug.RemoteDebugger
- List threadgroups
- listThreads(boolean).
Method in class sun.tools.debug.RemoteThreadGroup
- List a threadgroup's threads.
- LOAD.
Static variable in class java.awt.FileDialog
- The file load variable.
- load(InputStream).
Method in class java.util.Properties
- Reads a property list from an input stream.
- 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 the specified filename as a dynamic library.
- LOAD_FILE.
Static variable in class java.awt.Event
- A file loading event.
- loadClass(String).
Method in class java.lang.ClassLoader
- Requests the class loader to load a class with the specified
name.
- loadClass(String).
Method in interface java.rmi.server.LoaderHandler
- Load class using java.rmi.server.codebase property.
- loadClass(String).
Static method in class java.rmi.server.RMIClassLoader
- Load a class from the URL specified in the
java.rmi.server.codebase property.
- loadClass(String, boolean).
Method in class java.lang.ClassLoader
- Resolves the specified name to a Class.
- loadClass(URL, String).
Method in interface java.rmi.server.LoaderHandler
- Load class from codebase URL specified.
- loadClass(URL, String).
Static method in class java.rmi.server.RMIClassLoader
- Load a class from a URL.
- loadImage(String).
Method in class java.beans.SimpleBeanInfo
- This is a utility method to help in loading icon images.
- LOADING.
Static variable in class java.awt.MediaTracker
- Flag indicating some media is currently being loaded.
- 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.
- loadSystemColors(int[]).
Method in class java.awt.Toolkit
- Fills in the provided int array with the current system color values
- 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.
- localPort.
Variable in class java.net.DatagramSocketImpl
-
- localport.
Variable in class java.net.SocketImpl
- The local port number to which this socket is connected.
- locate(int, int).
Method in class java.awt.Component
-
- locate(int, int).
Method in class java.awt.Container
-
- location().
Method in class java.awt.Component
-
- location(int, int).
Method in class java.awt.GridBagLayout
-
- 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(String).
Static method in class java.rmi.server.LogStream
- Return the LogStream identified by the given name.
- LONG.
Static variable in class java.text.DateFormat
- Constant for long style pattern.
- 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.
- longBitsToDouble(long).
Static method in class java.lang.Double
- Returns the double-float corresponding to a given bit represention.
- longValue().
Method in class java.math.BigDecimal
- Converts this number to a long.
- longValue().
Method in class java.math.BigInteger
- Converts this number to 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.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.Long
- Returns the value of this Long as a long.
- 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.
- LONGVARBINARY.
Static variable in class java.sql.Types
-
- LONGVARCHAR.
Static variable in class java.sql.Types
-
- lookup(Class).
Static method in class java.io.ObjectStreamClass
- Find the descriptor for a class that can be serialized.
- lookup(String).
Static method in class java.rmi.Naming
- Returns the remote object for the URL.
- lookup(String).
Method in interface java.rmi.registry.Registry
- Returns the remote object associated with the specified name in the
registry.
- lookupConstraints(Component).
Method in class java.awt.GridBagLayout
- Retrieves the constraints for the specified component.
- loop().
Method in interface java.applet.AudioClip
- Starts playing this audio clip in a loop.
- LOST_FOCUS.
Static variable in class java.awt.Event
- A component lost the focus.
- lostFocus(Event, Object).
Method in class java.awt.Component
-
- lostOwnership(Clipboard, Transferable).
Method in interface java.awt.datatransfer.ClipboardOwner
- Notifies this object that it is no longer the owner of
the contents of the clipboard.
- lostOwnership(Clipboard, Transferable).
Method in class java.awt.datatransfer.StringSelection
-
- LOWERCASE_LETTER.
Static variable in class java.lang.Character
-
- lowerCaseMode(boolean).
Method in class java.io.StreamTokenizer
- Determines whether or not word token are automatically lowercased.