- l10NLocaleSet(String) - Method in class com.codename1.ui.util.Resources
-
Returns a collection of the l10 locale names
- L10NManager - Class in com.codename1.l10n
-
The localization manager allows adapting values for display in different locales
- L10NManager(String, String) - Constructor for class com.codename1.l10n.L10NManager
-
Instances of this class should be received via the Display class
- Label - Class in com.codename1.ui
-
Allows displaying labels and images with different alignment options, this class
is a base class for several components allowing them to declare alignement/icon
look in a similar way.
- Label(String) - Constructor for class com.codename1.ui.Label
-
Constructs a new label with the specified string of text, left justified.
- Label() - Constructor for class com.codename1.ui.Label
-
Construct an empty label
- Label(Image) - Constructor for class com.codename1.ui.Label
-
Constructs a new label with the specified icon
- Label - Class in com.sun.lwuit
-
Allows displaying labels and images with different alignment options, this class
is a base class for several components allowing them to declare alignement/icon
look in a similar way.
- Label(String) - Constructor for class com.sun.lwuit.Label
-
Constructs a new label with the specified string of text, left justified.
- Label() - Constructor for class com.sun.lwuit.Label
-
Construct an empty label
- Label(Image) - Constructor for class com.sun.lwuit.Label
-
Constructs a new label with the specified icon
- laidOut() - Method in class com.codename1.components.ImageViewer
-
- laidOut() - Method in class com.codename1.maps.MapComponent
-
- laidOut() - Method in class com.codename1.ui.ComboBox
-
- laidOut() - Method in class com.codename1.ui.Component
-
This is a callback method to inform the Component when it's been laidout
on the parent Container
- laidOut() - Method in class com.codename1.ui.List
-
- laidOut() - Method in class com.sun.lwuit.ComboBox
-
- laidOut() - Method in class com.sun.lwuit.Component
-
This is a callback method to inform the Component when it's been laidout
on the parent Container
- laidOut() - Method in class com.sun.lwuit.List
-
- LambdaConversionException - Exception in java.lang.invoke
-
LambdaConversionException
- LambdaConversionException() - Constructor for exception java.lang.invoke.LambdaConversionException
-
Constructs a LambdaConversionException
.
- LambdaConversionException(String) - Constructor for exception java.lang.invoke.LambdaConversionException
-
Constructs a LambdaConversionException
with a message.
- LambdaConversionException(String, Throwable) - Constructor for exception java.lang.invoke.LambdaConversionException
-
Constructs a LambdaConversionException
with a message and cause.
- LambdaConversionException(Throwable) - Constructor for exception java.lang.invoke.LambdaConversionException
-
Constructs a LambdaConversionException
with a cause.
- LambdaConversionException(String, Throwable, boolean, boolean) - Constructor for exception java.lang.invoke.LambdaConversionException
-
Constructs a LambdaConversionException
with a message,
cause, and other settings.
- LambdaMetafactory - Class in java.lang.invoke
-
Methods to facilitate the creation of simple "function objects" that
implement one or more interfaces by delegation to a provided
MethodHandle
,
possibly after type adaptation and partial evaluation of arguments.
- LambdaMetafactory() - Constructor for class java.lang.invoke.LambdaMetafactory
-
- LANGUAGE - Static variable in class java.text.AttributedCharacterIterator.Attribute
-
Attribute key for the language of some text.
- LANGUAGE - Static variable in interface javax.script.ScriptEngine
-
Reserved key for a named value that is
the full name of Scripting Language supported by the implementation.
- LANGUAGE_VERSION - Static variable in interface javax.script.ScriptEngine
-
Reserved key for the named value that identifies
the version of the scripting language supported by the implementation.
- LanguageCallback - Class in javax.security.auth.callback
-
Underlying security services instantiate and pass a
LanguageCallback
to the handle
method of a CallbackHandler
to retrieve the Locale
used for localizing text.
- LanguageCallback() - Constructor for class javax.security.auth.callback.LanguageCallback
-
Construct a LanguageCallback
.
- LanguageRange(String) - Constructor for class java.util.Locale.LanguageRange
-
Constructs a LanguageRange
using the given range
.
- LanguageRange(String, double) - Constructor for class java.util.Locale.LanguageRange
-
Constructs a LanguageRange
using the given range
and
weight
.
- LAO - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Lao" Unicode character block.
- last() - Method in interface com.codename1.db.Cursor
-
Move the cursor to the last row.
- last() - Method in interface java.sql.ResultSet
-
Moves the cursor to the last row in
this ResultSet
object.
- last() - Method in class java.text.BreakIterator
-
Returns 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 class java.util.concurrent.ConcurrentSkipListSet
-
- last() - Method in interface java.util.SortedSet
-
Returns the last (highest) element currently in this set.
- last() - Method in class java.util.TreeSet
-
- LAST_LINE_END - Static variable in class com.codename1.ui.layouts.GridBagConstraints
-
- LAST_LINE_START - Static variable in class com.codename1.ui.layouts.GridBagConstraints
-
- lastAccessTime() - Method in interface java.nio.file.attribute.BasicFileAttributes
-
Returns the time of last access.
- lastDayOfMonth() - Static method in class java.time.temporal.TemporalAdjusters
-
Returns the "last day of month" adjuster, which returns a new date set to
the last day of the current month.
- lastDayOfYear() - Static method in class java.time.temporal.TemporalAdjusters
-
Returns the "last day of year" adjuster, which returns a new date set to
the last day of the current year.
- lastElement() - Method in class java.util.Vector
-
Returns the last component of the vector.
- lastEntry() - Method in class java.util.concurrent.ConcurrentSkipListMap
-
Returns a key-value mapping associated with the greatest
key in this map, or null
if the map is empty.
- lastEntry() - Method in interface java.util.NavigableMap
-
Returns a key-value mapping associated with the greatest
key in this map, or null
if the map is empty.
- lastEntry() - Method in class java.util.TreeMap
-
- lastIndexOf(int) - Method in class java.lang.String
-
Find the last index of a given character or code point.
- lastIndexOf(int, int) - Method in class java.lang.String
-
Find the last index of a given character or code point starting
from a given findex.
- lastIndexOf(String) - Method in class java.lang.String
-
Return the index of the last substring of this that is equal to
str.
- lastIndexOf(String, int) - Method in class java.lang.String
-
Return the index of the last substring of this that is equal to
str and that is before a given index.
- lastIndexOf(String) - Method in class java.lang.StringBuffer
-
- lastIndexOf(String, int) - Method in class java.lang.StringBuffer
-
- lastIndexOf(String) - Method in class java.lang.StringBuilder
-
- lastIndexOf(String, int) - Method in class java.lang.StringBuilder
-
- lastIndexOf(Object) - Method in class java.util.AbstractList
-
Returns the index of the last occurrence of the specified element
in this list, or -1 if this list does not contain the element.
- lastIndexOf(Object) - Method in class java.util.ArrayList
-
Returns the index of the last occurrence of the specified element
in this list, or -1 if this list does not contain the element.
- lastIndexOf(Object) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Returns the index of the last occurrence of the specified element
in this list, or -1 if this list does not contain the element.
- lastIndexOf(E, int) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Returns the index of the last occurrence of the specified element in
this list, searching backwards from index
, or returns -1 if
the element is not found.
- lastIndexOf(Object) - Method in class java.util.LinkedList
-
Returns the index of the last occurrence of the specified element
in this list, or -1 if this list does not contain the element.
- lastIndexOf(Object) - Method in interface java.util.List
-
Returns the index of the last occurrence of the specified element
in this list, or -1 if this list does not contain the element.
- lastIndexOf(Object) - Method in class java.util.Vector
-
Returns the index of the last occurrence of the specified element
in this vector, or -1 if this vector does not contain the element.
- lastIndexOf(Object, int) - Method in class java.util.Vector
-
Returns the index of the last occurrence of the specified element in
this vector, searching backwards from index
, or returns -1 if
the element is not found.
- 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.
- lastInMonth(DayOfWeek) - Static method in class java.time.temporal.TemporalAdjusters
-
Returns the last in month adjuster, which returns a new date
in the same month with the last matching day-of-week.
- lastKey() - Method in class java.util.concurrent.ConcurrentSkipListMap
-
- lastKey() - Method in interface java.util.SortedMap
-
Returns the last (highest) key currently in this map.
- lastKey() - Method in class java.util.TreeMap
-
- lastModified() - Method in class java.io.File
-
Returns the time that the file denoted by this abstract pathname was
last modified.
- lastModified() - Method in interface javax.microedition.io.file.FileConnection
-
- lastModifiedTime() - Method in interface java.nio.file.attribute.BasicFileAttributes
-
Returns the time of last modification.
- LATEST - Static variable in interface java.util.jar.Pack200.Packer
-
The string "latest", a possible value for certain properties.
- LATIN - Static variable in class java.awt.im.InputSubset
-
Constant for all Latin characters, including the characters
in the BASIC_LATIN, LATIN_1_SUPPLEMENT, LATIN_EXTENDED_A,
LATIN_EXTENDED_B Unicode character blocks.
- LATIN_1_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Latin-1 Supplement" Unicode character block.
- LATIN_DIGITS - Static variable in class java.awt.im.InputSubset
-
Constant for the digits included in the BASIC_LATIN Unicode character
block.
- LATIN_EXTENDED_A - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Latin Extended-A" Unicode character block.
- LATIN_EXTENDED_ADDITIONAL - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Latin Extended Additional" Unicode character block.
- LATIN_EXTENDED_B - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Latin Extended-B" Unicode character block.
- LATIN_EXTENDED_C - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Latin Extended-C" Unicode character block.
- LATIN_EXTENDED_D - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Latin Extended-D" Unicode character block.
- latitudeDifference() - Method in class com.codename1.maps.BoundingBox
-
- Layer - Interface in com.codename1.maps.layers
-
a Layer interface.
- LayeredLayout - Class in com.codename1.ui.layouts
-
Allows placing components one on top of the other like a stack, this layout
effectively allows us to build a UI of overlapping components.
- LayeredLayout() - Constructor for class com.codename1.ui.layouts.LayeredLayout
-
- Layout - Class in com.codename1.ui.layouts
-
Abstract class that can be used to arrange components in a container using
a predefined algorithm.
- Layout() - Constructor for class com.codename1.ui.layouts.Layout
-
- Layout - Class in com.sun.lwuit.layouts
-
Abstract class that can be used to arrange components in a container using
a predefined algorithm.
- Layout() - Constructor for class com.sun.lwuit.layouts.Layout
-
- layoutContainer() - Method in class com.codename1.ui.Container
-
Performs the layout of the container if a layout is necessary
- layoutContainer() - Method in class com.codename1.ui.html.HTMLComponent
-
Deprecated.
Performs the layout of the container if a layout is necessary
- layoutContainer(Container) - Method in class com.codename1.ui.layouts.BorderLayout
-
- layoutContainer(Container) - Method in class com.codename1.ui.layouts.BoxLayout
-
- layoutContainer(Container) - Method in class com.codename1.ui.layouts.CoordinateLayout
-
- layoutContainer(Container) - Method in class com.codename1.ui.layouts.FlowLayout
-
- layoutContainer(Container) - Method in class com.codename1.ui.layouts.GridBagLayout
-
- layoutContainer(Container) - Method in class com.codename1.ui.layouts.GridLayout
-
- layoutContainer(Container) - Method in class com.codename1.ui.layouts.GroupLayout
-
Lays out the specified container.
- layoutContainer(Container) - Method in class com.codename1.ui.layouts.LayeredLayout
-
- layoutContainer(Container) - Method in class com.codename1.ui.layouts.Layout
-
Layout the given parent container children
- layoutContainer(Container) - Method in class com.codename1.ui.table.TableLayout
-
- layoutContainer() - Method in class com.sun.lwuit.Container
-
Performs the layout of the container if a layout is necessary
- layoutContainer() - Method in class com.sun.lwuit.html.HTMLComponent
-
Performs the layout of the container if a layout is necessary
- layoutContainer(Container) - Method in class com.sun.lwuit.layouts.BorderLayout
-
- layoutContainer(Container) - Method in class com.sun.lwuit.layouts.BoxLayout
-
- layoutContainer(Container) - Method in class com.sun.lwuit.layouts.CoordinateLayout
-
- layoutContainer(Container) - Method in class com.sun.lwuit.layouts.FlowLayout
-
- layoutContainer(Container) - Method in class com.sun.lwuit.layouts.GridLayout
-
- layoutContainer(Container) - Method in class com.sun.lwuit.layouts.GroupLayout
-
Lays out the specified container.
- layoutContainer(Container) - Method in class com.sun.lwuit.layouts.Layout
-
Layout the given parent container children
- layoutContainer(Container) - Method in class com.sun.lwuit.table.TableLayout
-
- layoutInfo - Variable in class com.codename1.ui.layouts.GridBagLayout
-
- LayoutStyle - Class in com.codename1.ui.layouts
-
LayoutStyle is used to determine how much space to place between components
during layout.
- LayoutStyle() - Constructor for class com.codename1.ui.layouts.LayoutStyle
-
- LayoutStyle - Class in com.sun.lwuit.layouts
-
LayoutStyle is used to determine how much space to place between components
during layout.
- LayoutStyle() - Constructor for class com.sun.lwuit.layouts.LayoutStyle
-
- lazySet(boolean) - Method in class java.util.concurrent.atomic.AtomicBoolean
-
Eventually sets to the given value.
- lazySet(int) - Method in class java.util.concurrent.atomic.AtomicInteger
-
Eventually sets to the given value.
- lazySet(int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
-
Eventually sets the element at position i
to the given value.
- lazySet(T, int) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
-
Eventually sets the field of the given object managed by this
updater to the given updated value.
- lazySet(long) - Method in class java.util.concurrent.atomic.AtomicLong
-
Eventually sets to the given value.
- lazySet(int, long) - Method in class java.util.concurrent.atomic.AtomicLongArray
-
Eventually sets the element at position i
to the given value.
- lazySet(T, long) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
-
Eventually sets the field of the given object managed by this
updater to the given updated value.
- lazySet(V) - Method in class java.util.concurrent.atomic.AtomicReference
-
Eventually sets to the given value.
- lazySet(int, E) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
-
Eventually sets the element at position i
to the given value.
- lazySet(T, V) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
-
Eventually sets the field of the given object managed by this
updater to the given updated value.
- LDAPCertStoreParameters - Class in java.security.cert
-
Parameters used as input for the LDAP CertStore
algorithm.
- LDAPCertStoreParameters(String, int) - Constructor for class java.security.cert.LDAPCertStoreParameters
-
Creates an instance of LDAPCertStoreParameters
with the
specified parameter values.
- LDAPCertStoreParameters(String) - Constructor for class java.security.cert.LDAPCertStoreParameters
-
Creates an instance of LDAPCertStoreParameters
with the
specified server name and a default port of 389.
- LDAPCertStoreParameters() - Constructor for class java.security.cert.LDAPCertStoreParameters
-
Creates an instance of LDAPCertStoreParameters
with the
default parameter values (server name "localhost", port 389).
- LEADING - Static variable in class com.codename1.ui.layouts.GroupLayout
-
Possible alignment type.
- LEADING - Static variable in class com.sun.lwuit.layouts.GroupLayout
-
Possible alignment type.
- leading(int) - Static method in class java.awt.font.TextHitInfo
-
Creates a TextHitInfo
on the leading edge of the
character at the specified charIndex
.
- Lease - Class in java.rmi.dgc
-
A lease contains a unique VM identifier and a lease duration.
- 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(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.
- LEFT - Static variable in class com.codename1.ui.Component
-
Box-orientation constant used to specify the left side of a box.
- left - Variable in class com.codename1.ui.layouts.Insets
-
- LEFT - Static variable in class com.sun.lwuit.Component
-
Box-orientation constant used to specify the left side of a box.
- LEFT_ALIGNMENT - Static variable in class java.awt.Component
-
Ease-of-use constant for getAlignmentX
.
- LEFT_JUSTIFY - Static variable in class java.util.FormattableFlags
-
Left-justifies the output.
- 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 exception 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
-
length returns the length of this string, i.e., the number of
16-bit characters contained in this string.
- length() - Method in class java.lang.StringBuffer
-
- length() - Method in class java.nio.charset.CoderResult
-
Returns the length of the erroneous input described by this
object (optional operation).
- length() - Method in interface java.sql.Blob
-
Returns the number of bytes in the BLOB
value
designated by this Blob
object.
- length() - Method in interface java.sql.Clob
-
Retrieves the number of characters
in the CLOB
value
designated by this Clob
object.
- length(boolean) - Method in enum java.time.Month
-
Gets the length of this month in days.
- length() - Method in class java.time.Year
-
Gets the length of this year in days.
- 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.
- length() - Method in class java.util.concurrent.atomic.AtomicIntegerArray
-
Returns the length of the array.
- length() - Method in class java.util.concurrent.atomic.AtomicLongArray
-
Returns the length of the array.
- length() - Method in class java.util.concurrent.atomic.AtomicReferenceArray
-
Returns the length of the array.
- length() - Method in class java.util.StringJoiner
-
Returns the length of the String
representation
of this StringJoiner
.
- lengthOfMonth() - Method in interface java.time.chrono.ChronoLocalDate
-
Returns the length of the month represented by this date, as defined by the calendar system.
- lengthOfMonth() - Method in class java.time.chrono.HijrahDate
-
Returns the length of the month represented by this date.
- lengthOfMonth() - Method in class java.time.chrono.JapaneseDate
-
Returns the length of the month represented by this date.
- lengthOfMonth() - Method in class java.time.chrono.MinguoDate
-
Returns the length of the month represented by this date.
- lengthOfMonth() - Method in class java.time.chrono.ThaiBuddhistDate
-
Returns the length of the month represented by this date.
- lengthOfMonth() - Method in class java.time.LocalDate
-
Returns the length of the month represented by this date.
- lengthOfMonth() - Method in class java.time.YearMonth
-
Returns the length of the month, taking account of the year.
- lengthOfYear() - Method in interface java.time.chrono.ChronoLocalDate
-
Returns the length of the year represented by this date, as defined by the calendar system.
- lengthOfYear() - Method in class java.time.chrono.HijrahDate
-
Returns the length of the year represented by this date.
- lengthOfYear() - Method in class java.time.chrono.JapaneseDate
-
- lengthOfYear() - Method in class java.time.LocalDate
-
Returns the length of the year represented by this date.
- lengthOfYear() - Method in class java.time.YearMonth
-
Returns the length of the year.
- LEPCHA - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Lepcha" Unicode character block.
- LESSER - Static variable in class javax.xml.datatype.DatatypeConstants
-
Comparison result.
- LETTER_NUMBER - Static variable in class java.lang.Character
-
General category "Nl" in the Unicode specification.
- LETTERLIKE_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Letterlike Symbols" Unicode character block.
- Level - Class in java.util.logging
-
The Level class defines a set of standard logging levels that
can be used to control logging output.
- Level(String, int) - Constructor for class java.util.logging.Level
-
Create a named Level with a given integer value.
- Level(String, int, String) - Constructor for class java.util.logging.Level
-
Create a named Level with a given integer value and a
given localization resource name.
- LexicalHandler - Interface in org.xml.sax.ext
-
SAX2 extension handler for lexical events.
- LIGATURES - Static variable in class java.awt.font.TextAttribute
-
Attribute key for enabling optional ligatures.
- LIGATURES_ON - Static variable in class java.awt.font.TextAttribute
-
Request standard optional ligatures.
- lighterColor(int) - Method in class com.codename1.ui.Graphics
-
Makes the current color slightly lighter, this is useful for many visual effects
- lighterColor(int) - Method in class com.sun.lwuit.Graphics
-
Makes the current color slightly lighter, this is useful for many visual effects
- LikeButton - Class in com.codename1.facebook.ui
-
Generic "Like" button that enables us to submit a like to facebook, to get the post id
required for the like functionality you will need to use a tool such as:
https://developers.facebook.com/tools/explorer/?method=GET&path=me%2Fposts
You can ask it to list your posts and then seek the correct id within the returned JSON
- LikeButton(String) - Constructor for class com.codename1.facebook.ui.LikeButton
-
Constructor accepting the post id
- LikeButton() - Constructor for class com.codename1.facebook.ui.LikeButton
-
Default constructor
- LIMBU - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Limbu" Unicode character block.
- limit() - Method in class java.nio.Buffer
-
Returns this buffer's limit.
- limit(int) - Method in class java.nio.Buffer
-
Sets this buffer's limit.
- limit(long) - Method in interface java.util.stream.DoubleStream
-
Returns a stream consisting of the elements of this stream, truncated
to be no longer than maxSize
in length.
- limit(long) - Method in interface java.util.stream.IntStream
-
Returns a stream consisting of the elements of this stream, truncated
to be no longer than maxSize
in length.
- limit(long) - Method in interface java.util.stream.LongStream
-
Returns a stream consisting of the elements of this stream, truncated
to be no longer than maxSize
in length.
- limit(long) - Method in interface java.util.stream.Stream
-
Returns a stream consisting of the elements of this stream, truncated
to be no longer than maxSize
in length.
- LINE_END - Static variable in class com.codename1.ui.layouts.GridBagConstraints
-
- LINE_SEPARATOR - Static variable in class java.lang.Character
-
General category "Zl" in the Unicode specification.
- LINE_START - Static variable in class com.codename1.ui.layouts.GridBagConstraints
-
- LINEAR_B_IDEOGRAMS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Linear B Ideograms" Unicode character block.
- LINEAR_B_SYLLABARY - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Linear B Syllabary" Unicode character block.
- lineColor(int) - Method in class com.codename1.maps.layers.LinesLayer
-
Sets the color of the Lines
- lineno() - Method in class java.io.StreamTokenizer
-
Return the current line number.
- LineNumberInputStream - Class in java.io
-
- LineNumberInputStream(InputStream) - Constructor for class java.io.LineNumberInputStream
-
Deprecated.
Constructs a newline number input stream that reads its input
from the specified input stream.
- LineNumberReader - Class in java.io
-
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.
- lines() - Method in class java.io.BufferedReader
-
Returns a Stream
, the elements of which are lines read from
this BufferedReader
.
- lines(Path, Charset) - Static method in class java.nio.file.Files
-
Read all lines from a file as a Stream
.
- lines(Path) - Static method in class java.nio.file.Files
-
Read all lines from a file as a Stream
.
- lineSeparator() - Static method in class java.lang.System
-
Returns the system-dependent line separator string.
- LinesLayer - Class in com.codename1.maps.layers
-
This is a Lines Layer
- LinesLayer() - Constructor for class com.codename1.maps.layers.LinesLayer
-
Constructor with default projection Mercator.
- LinesLayer(String) - Constructor for class com.codename1.maps.layers.LinesLayer
-
Constructor with default projection Mercator.
- LinesLayer(Projection, String) - Constructor for class com.codename1.maps.layers.LinesLayer
-
- LINGER - Static variable in interface javax.microedition.io.SocketConnection
-
- LINK_FORBIDDEN - Static variable in interface com.codename1.ui.html.HTMLCallback
-
A forbidden link (not to be rendered as a link but as a regular label)
- LINK_FORBIDDEN - Static variable in interface com.sun.lwuit.html.HTMLCallback
-
A forbidden link (not to be rendered as a link but as a regular label)
- LINK_REGULAR - Static variable in interface com.codename1.ui.html.HTMLCallback
-
A regular link
- LINK_REGULAR - Static variable in interface com.sun.lwuit.html.HTMLCallback
-
A regular link
- LINK_VISTED - Static variable in interface com.codename1.ui.html.HTMLCallback
-
A link that was visited before
- LINK_VISTED - Static variable in interface com.sun.lwuit.html.HTMLCallback
-
A link that was visited before
- LinkageError - Error in java.lang
-
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 error java.lang.LinkageError
-
Constructs a LinkageError
with no detail message.
- LinkageError(String) - Constructor for error java.lang.LinkageError
-
Constructs a LinkageError
with the specified detail
message.
- LinkageError(String, Throwable) - Constructor for error java.lang.LinkageError
-
Constructs a LinkageError
with the specified detail
message and cause.
- linkClicked(HTMLComponent, String) - Method in class com.codename1.components.Ads
-
- linkClicked(HTMLComponent, String) - Method in class com.codename1.ui.html.DefaultHTMLCallback
-
Called when a link is clicked.
- linkClicked(HTMLComponent, String) - Method in interface com.codename1.ui.html.HTMLCallback
-
Called when a link is clicked.
- linkClicked(HTMLComponent, String) - Method in class com.sun.lwuit.html.DefaultHTMLCallback
-
Called when a link is clicked.
- linkClicked(HTMLComponent, String) - Method in interface com.sun.lwuit.html.HTMLCallback
-
Called when a link is clicked.
- LinkedBlockingDeque<E> - Class in java.util.concurrent
-
- LinkedBlockingDeque() - Constructor for class java.util.concurrent.LinkedBlockingDeque
-
- LinkedBlockingDeque(int) - Constructor for class java.util.concurrent.LinkedBlockingDeque
-
Creates a LinkedBlockingDeque
with the given (fixed) capacity.
- LinkedBlockingDeque(Collection<? extends E>) - Constructor for class java.util.concurrent.LinkedBlockingDeque
-
Creates a
LinkedBlockingDeque
with a capacity of
Integer.MAX_VALUE
, initially containing the elements of
the given collection, added in traversal order of the
collection's iterator.
- LinkedBlockingQueue<E> - Class in java.util.concurrent
-
- LinkedBlockingQueue() - Constructor for class java.util.concurrent.LinkedBlockingQueue
-
- LinkedBlockingQueue(int) - Constructor for class java.util.concurrent.LinkedBlockingQueue
-
Creates a LinkedBlockingQueue
with the given (fixed) capacity.
- LinkedBlockingQueue(Collection<? extends E>) - Constructor for class java.util.concurrent.LinkedBlockingQueue
-
Creates a
LinkedBlockingQueue
with a capacity of
Integer.MAX_VALUE
, initially containing the elements of the
given collection,
added in traversal order of the collection's iterator.
- LinkedHashMap<K,V> - Class in java.util
-
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 the default initial capacity (16) and load factor (0.75).
- LinkedHashMap(Map<? extends K, ? extends V>) - 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<E> - Class in java.util
-
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<? extends E>) - Constructor for class java.util.LinkedHashSet
-
Constructs a new linked hash set with the same elements as the
specified collection.
- LinkedList<E> - Class in java.util
-
Doubly-linked list implementation of the List
and Deque
interfaces.
- LinkedList() - Constructor for class java.util.LinkedList
-
Constructs an empty list.
- LinkedList(Collection<? extends E>) - 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.
- LinkedTransferQueue<E> - Class in java.util.concurrent
-
- LinkedTransferQueue() - Constructor for class java.util.concurrent.LinkedTransferQueue
-
Creates an initially empty LinkedTransferQueue
.
- LinkedTransferQueue(Collection<? extends E>) - Constructor for class java.util.concurrent.LinkedTransferQueue
-
Creates a LinkedTransferQueue
initially containing the elements of the given collection,
added in traversal order of the collection's iterator.
- LinkOption - Enum in java.nio.file
-
Defines the options as to how symbolic links are handled.
- LinkPermission - Class in java.nio.file
-
The Permission
class for link creation operations.
- LinkPermission(String) - Constructor for class java.nio.file.LinkPermission
-
Constructs a LinkPermission
with the specified name.
- LinkPermission(String, String) - Constructor for class java.nio.file.LinkPermission
-
Constructs a LinkPermission
with the specified name.
- linkSize(Component[]) - Method in class com.codename1.ui.layouts.GroupLayout
-
Forces the set of components to have the same size.
- linkSize(Component[], int) - Method in class com.codename1.ui.layouts.GroupLayout
-
Forces the set of components to have the same size.
- linkSize(Component[]) - Method in class com.sun.lwuit.layouts.GroupLayout
-
Forces the set of components to have the same size.
- linkSize(Component[], int) - Method in class com.sun.lwuit.layouts.GroupLayout
-
Forces the set of components to have the same size.
- List<T> - Class in com.codename1.ui
-
- List(Vector) - Constructor for class com.codename1.ui.List
-
Creates a new instance of List
- List(T[]) - Constructor for class com.codename1.ui.List
-
Creates a new instance of List
- List() - Constructor for class com.codename1.ui.List
-
Creates a new instance of List with an empty default model
- List(ListModel) - Constructor for class com.codename1.ui.List
-
Creates a new instance of List with the given model
- List - Class in com.sun.lwuit
-
- List(Vector) - Constructor for class com.sun.lwuit.List
-
Creates a new instance of List
- List(Object[]) - Constructor for class com.sun.lwuit.List
-
Creates a new instance of List
- List() - Constructor for class com.sun.lwuit.List
-
Creates a new instance of List with an empty default model
- List(ListModel) - Constructor for class com.sun.lwuit.List
-
Creates a new instance of List with the given model
- list() - Method in class java.awt.Component
-
Prints a listing of this component to the standard system output
stream System.out
.
- list(PrintStream) - Method in class java.awt.Component
-
Prints a listing of this component to the specified output
stream.
- list(PrintStream, int) - Method in class java.awt.Component
-
Prints out a list, starting at the specified indentation, to the
specified print stream.
- list(PrintWriter) - Method in class java.awt.Component
-
Prints a listing to the specified print writer.
- list(PrintWriter, int) - Method in class java.awt.Component
-
Prints out a list, starting at the specified indentation, to
the specified print writer.
- list(PrintStream, int) - Method in class java.awt.Container
-
Prints a listing of this container to the specified output
stream.
- list(PrintWriter, int) - Method in class java.awt.Container
-
Prints out a list, starting at the specified indentation,
to the specified print writer.
- 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() - Method in interface java.nio.file.attribute.UserDefinedFileAttributeView
-
Returns a list containing the names of the user-defined attributes.
- list(Path) - Static method in class java.nio.file.Files
-
Return a lazily populated Stream
, the elements of
which are the entries in the directory.
- list(String) - Static method in class java.rmi.Naming
-
Returns an array of the names bound in the registry.
- list() - Method in interface java.rmi.registry.Registry
-
Returns an array of the names bound in this registry.
- list(Enumeration<T>) - 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<E> - Interface in java.util
-
An ordered collection (also known as a sequence).
- 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.
- list() - Method in interface javax.microedition.io.file.FileConnection
-
- list(String, boolean) - Method in interface javax.microedition.io.file.FileConnection
-
- list() - Method in class javax.microedition.xlet.ixc.IxcRegistry
-
- LIST_DIRECTORY - Static variable in enum java.nio.file.attribute.AclEntryPermission
-
- ListCellRenderer<T> - Interface in com.codename1.ui.list
-
A "rubber stamp" tool that allows us to extract a component (often the same
component instance for all invocations) that is initialized to the value
of the current item extracted from the model, this component is drawn on the
list and discarded.
- ListCellRenderer - Interface in com.sun.lwuit.list
-
A "rubber stamp" tool that allows us to extract a component (often the same
component instance for all invocations) that is initialized to the value
of the current item extracted from the model, this component is drawn on the
list and discarded.
- listen(int, Class) - Static method in class com.codename1.io.Socket
-
Listen to incoming connections on port
- 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.
- listEntries() - Method in class com.codename1.io.Storage
-
Lists the names of the storage files
- listFiles(String) - Method in class com.codename1.io.FileSystemStorage
-
Lists the files within the given directory, returns relative file names and not
full file names.
- 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 a list iterator over the elements in this list (in proper
sequence).
- listIterator(int) - Method in class java.util.AbstractList
-
Returns a list iterator over 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.ArrayList
-
Returns a list iterator over the elements in this list (in proper
sequence), starting at the specified position in the list.
- listIterator() - Method in class java.util.ArrayList
-
Returns a list iterator over the elements in this list (in proper
sequence).
- listIterator() - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Returns a list iterator over the elements in this list (in proper
sequence).
- listIterator(int) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Returns a list iterator over the elements in this list (in proper
sequence), starting at the specified position in the list.
- 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 over the elements in this list (in proper
sequence).
- listIterator(int) - Method in interface java.util.List
-
Returns a list iterator over the elements in this list (in proper
sequence), starting at the specified position in the list.
- ListIterator<E> - Interface in java.util
-
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.
- listIterator(int) - Method in class java.util.Vector
-
Returns a list iterator over the elements in this list (in proper
sequence), starting at the specified position in the list.
- listIterator() - Method in class java.util.Vector
-
Returns a list iterator over the elements in this list (in proper
sequence).
- listL10NLocales(String) - Method in class com.codename1.ui.util.Resources
-
Returns an enumration of the locales supported by this resource id
- listL10NLocales(String) - Method in class com.sun.lwuit.util.Resources
-
Returns an enumration of the locales supported by this resource id
- ListModel<T> - Interface in com.codename1.ui.list
-
Represents the data structure of the list, thus allowing a list to
represent any potential data source by referencing different implementations of this
interface.
- ListModel - Interface in com.sun.lwuit.list
-
Represents the data structure of the list, thus allowing a list to
represent any potential data source by referencing different implementations of this
interface.
- ListResourceBundle - Class in java.util
-
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.
- listRoots() - Static method in class java.io.File
-
List the available filesystem roots.
- listRoots() - Static method in class javax.microedition.io.file.FileSystemRegistry
-
- listSelectionChanged(int, int) - Method in class com.codename1.ui.List
-
Callback to allow subclasses to react to a selection change in the model
- listSelectionChanged(int, int) - Method in class com.sun.lwuit.List
-
Callback to allow subclasses to react to a selectio change in the model
- LISU - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Lisu" Unicode character block.
- LITERAL - Static variable in class java.util.regex.Pattern
-
Enables literal parsing of the pattern.
- LITTLE_ENDIAN - Static variable in class java.nio.ByteOrder
-
Constant denoting little-endian byte order.
- load(byte[]) - Static method in class com.sun.lwuit.IndexedImage
-
Deprecated.
Loads a packaged image that was stored in a stream using the toByteArray method
- load(String) - Method in class java.lang.Runtime
-
Loads the native library specified by the filename argument.
- load(String) - Static method in class java.lang.System
-
load a library or system file.
- load() - Method in class java.nio.MappedByteBuffer
-
Loads this buffer's content into physical memory.
- load(InputStream, char[]) - Method in class java.security.KeyStore
-
Loads this KeyStore from the given input stream.
- load(KeyStore.LoadStoreParameter) - Method in class java.security.KeyStore
-
Loads this keystore using the given LoadStoreParameter
.
- load(InputStream) - Method in class java.security.Provider
-
Reads a property list (key and element pairs) from the input stream.
- load(Reader) - Method in class java.util.Properties
-
Reads a property list (key and element pairs) from the input
character stream in a simple line-oriented format.
- load(InputStream) - Method in class java.util.Properties
-
Reads a property list (key and element pairs) from the input
byte stream.
- load(Class<S>, ClassLoader) - Static method in class java.util.ServiceLoader
-
Creates a new service loader for the given service type and class
loader.
- load(Class<S>) - Static method in class java.util.ServiceLoader
-
Creates a new service loader for the given service type, using the
current thread's
context class loader.
- loadClass(String) - Method in class java.lang.ClassLoader
-
- loadClass(String, boolean) - Method in class java.lang.ClassLoader
-
- loadClass(String) - Method in interface java.rmi.server.LoaderHandler
-
- loadClass(URL, String) - Method in interface java.rmi.server.LoaderHandler
-
- loadClass(String) - Static method in class java.rmi.server.RMIClassLoader
-
- loadClass(URL, String) - Static method in class java.rmi.server.RMIClassLoader
-
Loads a class from a codebase URL.
- loadClass(String, String) - Static method in class java.rmi.server.RMIClassLoader
-
Loads a class from a codebase URL path.
- loadClass(String, String, ClassLoader) - Static method in class java.rmi.server.RMIClassLoader
-
Loads a class from a codebase URL path, optionally using the
supplied loader.
- loadClass(String, String, ClassLoader) - Method in class java.rmi.server.RMIClassLoaderSpi
-
- loadCustomComponents() - Static method in class com.codename1.ui.util.UIBuilder
-
Load and register custom components from a given directory
Stores the loaded jars in UIBuilder.componentJars
and the loaded properties
in UIBuilder.customComponentProperties
, were they can be accessed
- LoaderHandler - Interface in java.rmi.server
-
- loadFromXML(InputStream) - Method in class java.util.Properties
-
Loads all of the properties represented by the XML document on the
specified input stream into this properties table.
- loadInstalled(Class<S>) - Static method in class java.util.ServiceLoader
-
Creates a new service loader for the given service type, using the
extension class loader.
- loadLibrary(String) - Method in class java.lang.Runtime
-
Loads the native library specified by the libname
argument.
- loadLibrary(String) - Static method in class java.lang.System
-
loadLibrary loads a system library with the given name into the
system.
- loadProxyClass(String, String[], ClassLoader) - Static method in class java.rmi.server.RMIClassLoader
-
Loads a dynamic proxy class (see
Proxy
)
that implements a set of interfaces with the given names
from a codebase URL path.
- loadProxyClass(String, String[], ClassLoader) - Method in class java.rmi.server.RMIClassLoaderSpi
-
- LocalDate - Class in java.time
-
A date without a time-zone in the ISO-8601 calendar system,
such as 2007-12-03
.
- localDate() - Static method in class java.time.temporal.TemporalQueries
-
A query for LocalDate
returning null if not found.
- localDateTime(TemporalAccessor) - Method in interface java.time.chrono.Chronology
-
Obtains a local date-time in this chronology from another temporal object.
- localDateTime(TemporalAccessor) - Method in class java.time.chrono.HijrahChronology
-
- localDateTime(TemporalAccessor) - Method in class java.time.chrono.IsoChronology
-
Obtains an ISO local date-time from another date-time object.
- localDateTime(TemporalAccessor) - Method in class java.time.chrono.JapaneseChronology
-
- localDateTime(TemporalAccessor) - Method in class java.time.chrono.MinguoChronology
-
- localDateTime(TemporalAccessor) - Method in class java.time.chrono.ThaiBuddhistChronology
-
- LocalDateTime - Class in java.time
-
A date-time without a time-zone in the ISO-8601 calendar system,
such as 2007-12-03T10:15:30
.
- locale() - Method in class java.util.Formatter
-
Returns the locale set by the construction of this formatter.
- Locale - Class in java.util
-
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 and variant.
- Locale(String, String) - Constructor for class java.util.Locale
-
Construct a locale from language and country.
- Locale(String) - Constructor for class java.util.Locale
-
Construct a locale from a language code.
- locale() - Method in class java.util.Scanner
-
Returns this scanner's locale.
- Locale.Builder - Class in java.util
-
Builder
is used to build instances of Locale
from values configured by the setters.
- Locale.Category - Enum in java.util
-
Enum for locale categories.
- Locale.FilteringMode - Enum in java.util
-
This enum provides constants to select a filtering mode for locale
matching.
- Locale.LanguageRange - Class in java.util
-
- LocaleNameProvider - Class in java.util.spi
-
An abstract class for service providers that
provide localized names for the
Locale
class.
- LocaleNameProvider() - Constructor for class java.util.spi.LocaleNameProvider
-
Sole constructor.
- LocaleServiceProvider - Class in java.util.spi
-
This is the super class of all the locale sensitive service provider
interfaces (SPIs).
- LocaleServiceProvider() - Constructor for class java.util.spi.LocaleServiceProvider
-
Sole constructor.
- localize(String, String) - Method in class com.codename1.ui.plaf.UIManager
-
Localizes the given string from the resource bundle if such a String exists in the
resource bundle.
- localize(String, String) - Method in class com.sun.lwuit.plaf.UIManager
-
Localizes the given string from the resource bundle if such a String exists in the
resource bundle.
- 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.
- LocalTime - Class in java.time
-
A time without a time-zone in the ISO-8601 calendar system,
such as 10:15:30
.
- localTime() - Static method in class java.time.temporal.TemporalQueries
-
A query for LocalTime
returning null if not found.
- LocateRegistry - Class in java.rmi.registry
-
LocateRegistry
is used to obtain a reference to a bootstrap
remote object registry on a particular host (including the local host), or
to create a remote object registry that accepts calls on a specific port.
- Location - Class in com.codename1.location
-
This class represents a Location Object
- Location() - Constructor for class com.codename1.location.Location
-
- Location - Interface in javax.xml.stream
-
Provides information on the location of an event.
- location - Variable in exception javax.xml.stream.XMLStreamException
-
- LocationListener - Interface in com.codename1.location
-
This is a Listener to the Locations events see
LocationManager.setLocationListener
- LocationManager - Class in com.codename1.location
-
This is the Factory class to get a Location Manager instance.
- LocationManager() - Constructor for class com.codename1.location.LocationManager
-
- locationUpdated(Location) - Method in interface com.codename1.location.LocationListener
-
This method is been called by the system when Location is being updated
- Locator - Interface in org.xml.sax
-
Interface for associating a SAX event with a document location.
- Locator2 - Interface in org.xml.sax.ext
-
SAX2 extension to augment the entity information provided
though a
Locator
.
- Locator2Impl - Class in org.xml.sax.ext
-
SAX2 extension helper for holding additional Entity information,
implementing the
Locator2
interface.
- Locator2Impl() - Constructor for class org.xml.sax.ext.Locator2Impl
-
Construct a new, empty Locator2Impl object.
- Locator2Impl(Locator) - Constructor for class org.xml.sax.ext.Locator2Impl
-
Copy an existing Locator or Locator2 object.
- LocatorImpl - Class in org.xml.sax.helpers
-
Provide an optional convenience implementation of Locator.
- LocatorImpl() - Constructor for class org.xml.sax.helpers.LocatorImpl
-
Zero-argument constructor.
- LocatorImpl(Locator) - Constructor for class org.xml.sax.helpers.LocatorImpl
-
Copy constructor.
- locatorsUpdateCopy() - Method in interface java.sql.DatabaseMetaData
-
Indicates whether updates made to a LOB are made on a copy or directly
to the LOB.
- lock() - Method in class com.codename1.ui.animations.Timeline
-
- lock - Variable in class com.codename1.ui.Display
-
- lock() - Method in class com.codename1.ui.EncodedImage
-
- LOCK - Static variable in class com.codename1.ui.html.AsyncDocumentRequestHandlerImpl
-
- lock() - Method in class com.codename1.ui.Image
-
This callback indicates that a component pointing at this image is initialized, this allows
an image to make performance sensitive considerations e.g.
- lock() - Method in class com.codename1.ui.plaf.Border
-
This callback indicates that a component pointing at this border is initialized, this
method is useful for image borders whose lock methods are implicitly invoked.
- 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.
- lock(long, long, boolean, A, CompletionHandler<FileLock, ? super A>) - Method in class java.nio.channels.AsynchronousFileChannel
-
Acquires a lock on the given region of this channel's file.
- lock(A, CompletionHandler<FileLock, ? super A>) - Method in class java.nio.channels.AsynchronousFileChannel
-
Acquires an exclusive lock on this channel's file.
- lock(long, long, boolean) - Method in class java.nio.channels.AsynchronousFileChannel
-
Acquires a lock on the given region of this channel's file.
- lock() - Method in class java.nio.channels.AsynchronousFileChannel
-
Acquires an exclusive lock on this channel's file.
- lock(long, long, boolean) - Method in class java.nio.channels.FileChannel
-
Acquires a lock on the given region of this channel's file.
- lock() - Method in class java.nio.channels.FileChannel
-
Acquires an exclusive lock on this channel's file.
- Lock - Interface in java.util.concurrent.locks
-
Lock
implementations provide more extensive locking
operations than can be obtained using synchronized
methods
and statements.
- lock() - Method in interface java.util.concurrent.locks.Lock
-
Acquires the lock.
- lock() - Method in class java.util.concurrent.locks.ReentrantLock
-
Acquires the lock.
- lock() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
-
Acquires the read lock.
- lock() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
-
Acquires the write lock.
- lockInterruptibly() - Method in interface java.util.concurrent.locks.Lock
-
Acquires the lock unless the current thread is
interrupted.
- lockInterruptibly() - Method in class java.util.concurrent.locks.ReentrantLock
-
Acquires the lock unless the current thread is
interrupted.
- lockInterruptibly() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
-
Acquires the read lock unless the current thread is
interrupted.
- lockInterruptibly() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
-
Acquires the write lock unless the current thread is
interrupted.
- lockOrientation(boolean) - Method in class com.codename1.ui.Display
-
On devices that return true for canForceOrientation() this method can lock the device orientation
either to portrait or landscape mode
- LockSupport - Class in java.util.concurrent.locks
-
Basic thread blocking primitives for creating locks and other
synchronization classes.
- Log - Class in com.codename1.io
-
Pluggable logging framework that allows a developer to log into storage
using the file connector API.
- Log() - Constructor for class com.codename1.io.Log
-
Prevent new Log() syntax.
- log(String) - Method in class com.codename1.testing.AbstractTest
-
This method just invokes the test utils method, it is here for convenience
- log(Throwable) - Method in class com.codename1.testing.AbstractTest
-
This method just invokes the test utils method, it is here for convenience
- log(String) - Static method in class com.codename1.testing.TestUtils
-
Log to the test log
- log(Throwable) - Static method in class com.codename1.testing.TestUtils
-
Log to the test log
- log(double) - Static method in class com.codename1.util.MathUtil
-
Return the natural logarithm, ln(a), as it relates to Math.E.
- 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.
- log(String) - Static method in class java.rmi.server.LogStream
-
- log(LogRecord) - Method in class java.util.logging.Logger
-
Log a LogRecord.
- log(Level, String) - Method in class java.util.logging.Logger
-
Log a message, with no arguments.
- log(Level, Supplier<String>) - Method in class java.util.logging.Logger
-
Log a message, which is only to be constructed if the logging level
is such that the message will actually be logged.
- log(Level, String, Object) - Method in class java.util.logging.Logger
-
Log a message, with one object parameter.
- log(Level, String, Object[]) - Method in class java.util.logging.Logger
-
Log a message, with an array of object arguments.
- log(Level, String, Throwable) - Method in class java.util.logging.Logger
-
Log a message, with associated Throwable information.
- log(Level, Throwable, Supplier<String>) - Method in class java.util.logging.Logger
-
Log a lazily constructed message, with associated Throwable information.
- log10(double) - Static method in class com.codename1.util.MathUtil
-
Return the common base-10 logarithm, log10(a).
- log10(double) - Static method in class java.lang.Math
-
Returns the base 10 logarithm of a double
value.
- log10(double) - Static method in class java.lang.StrictMath
-
Returns the base 10 logarithm of a double
value.
- log1p(double) - Static method in class java.lang.Math
-
Returns the natural logarithm of the sum of the argument and 1.
- log1p(double) - Static method in class java.lang.StrictMath
-
Returns the natural logarithm of the sum of the argument and 1.
- logException(Throwable) - Method in class com.codename1.testing.JUnitXMLReporting
-
- logException(Throwable) - Method in class com.codename1.testing.TestReporting
-
Indicates an error from the current test case
- Logger - Class in java.util.logging
-
A Logger object is used to log messages for a specific
system or application component.
- Logger(String, String) - Constructor for class java.util.logging.Logger
-
Protected method to construct a logger for a named subsystem.
- LOGGING_MXBEAN_NAME - Static variable in class java.util.logging.LogManager
-
String representation of the
javax.management.ObjectName
for the management interface
for the logging facility.
- LoggingMXBean - Interface in java.util.logging
-
The management interface for the logging facility.
- LoggingPermission - Class in java.util.logging
-
The permission which the SecurityManager will check when code
that is running with a SecurityManager calls one of the logging
control methods (such as Logger.setLevel).
- LoggingPermission(String, String) - Constructor for class java.util.logging.LoggingPermission
-
Creates a new LoggingPermission object.
- logicalAnd(boolean, boolean) - Static method in class java.lang.Boolean
-
Returns the result of applying the logical AND operator to the
specified boolean
operands.
- logicalOr(boolean, boolean) - Static method in class java.lang.Boolean
-
Returns the result of applying the logical OR operator to the
specified boolean
operands.
- logicalXor(boolean, boolean) - Static method in class java.lang.Boolean
-
Returns the result of applying the logical XOR operator to the
specified boolean
operands.
- login() - Method in class com.codename1.social.FacebookConnect
-
Logs into facebook, notice that this call might suspend the application which might
trigger repeated invocations of stop()/start() etc.
- login(Subject, CallbackHandler) - Method in class java.security.AuthProvider
-
Log in to this provider.
- login() - Method in class javax.security.auth.login.LoginContext
-
Perform the authentication.
- login() - Method in interface javax.security.auth.spi.LoginModule
-
Method to authenticate a Subject
(phase 1).
- LoginCallback - Class in com.codename1.social
-
This class is used to indicate whether login was successful or not, it is
an abstract class rather than an interface in order to allow additional features
in the future.
- LoginCallback() - Constructor for class com.codename1.social.LoginCallback
-
- LoginContext - Class in javax.security.auth.login
-
The LoginContext
class describes the basic methods used
to authenticate Subjects and provides a way to develop an
application independent of the underlying authentication technology.
- LoginContext(String) - Constructor for class javax.security.auth.login.LoginContext
-
Instantiate a new LoginContext
object with a name.
- LoginContext(String, Subject) - Constructor for class javax.security.auth.login.LoginContext
-
Instantiate a new LoginContext
object with a name
and a Subject
object.
- LoginContext(String, CallbackHandler) - Constructor for class javax.security.auth.login.LoginContext
-
Instantiate a new LoginContext
object with a name
and a CallbackHandler
object.
- LoginContext(String, Subject, CallbackHandler) - Constructor for class javax.security.auth.login.LoginContext
-
Instantiate a new LoginContext
object with a name,
a Subject
to be authenticated, and a
CallbackHandler
object.
- LoginContext(String, Subject, CallbackHandler, Configuration) - Constructor for class javax.security.auth.login.LoginContext
-
Instantiate a new LoginContext
object with a name,
a Subject
to be authenticated,
a CallbackHandler
object, and a login
Configuration
.
- LoginException - Exception in javax.security.auth.login
-
This is the basic login exception.
- LoginException() - Constructor for exception javax.security.auth.login.LoginException
-
Constructs a LoginException with no detail message.
- LoginException(String) - Constructor for exception javax.security.auth.login.LoginException
-
Constructs a LoginException with the specified detail message.
- loginFailed(String) - Method in class com.codename1.social.LoginCallback
-
Indicates that logging in to the social network has failed
- LoginModule - Interface in javax.security.auth.spi
-
LoginModule
describes the interface
implemented by authentication technology providers.
- loginSuccessful() - Method in class com.codename1.social.LoginCallback
-
Indicates that logging in to the social network has been successful
- LogManager - Class in java.util.logging
-
There is a single global LogManager object that is used to
maintain a set of shared state about Loggers and log services.
- LogManager() - Constructor for class java.util.logging.LogManager
-
Protected constructor.
- logMessage(String) - Method in class com.codename1.testing.JUnitXMLReporting
-
- logMessage(String) - Method in class com.codename1.testing.TestReporting
-
Indicates a message from the current test case
- logout() - Method in class com.codename1.cloud.CloudPersona
-
Logs out the current user, notice that with an anonymous user this will effectively KILL all
the data in the cloud!
- logOut() - Static method in class com.codename1.facebook.FaceBookAccess
-
log out the current user
- logout() - Method in class com.codename1.social.FacebookConnect
-
Logs out the current user from facebook
- logout() - Method in class java.security.AuthProvider
-
Log out from this provider.
- logout() - Method in class javax.security.auth.login.LoginContext
-
Logout the Subject
.
- logout() - Method in interface javax.security.auth.spi.LoginModule
-
Method which logs out a Subject
.
- logp(Level, String, String, String) - Method in class java.util.logging.Logger
-
Log a message, specifying source class and method,
with no arguments.
- logp(Level, String, String, Supplier<String>) - Method in class java.util.logging.Logger
-
Log a lazily constructed message, specifying source class and method,
with no arguments.
- logp(Level, String, String, String, Object) - Method in class java.util.logging.Logger
-
Log a message, specifying source class and method,
with a single object parameter to the log message.
- logp(Level, String, String, String, Object[]) - Method in class java.util.logging.Logger
-
Log a message, specifying source class and method,
with an array of object arguments.
- logp(Level, String, String, String, Throwable) - Method in class java.util.logging.Logger
-
Log a message, specifying source class and method,
with associated Throwable information.
- logp(Level, String, String, Throwable, Supplier<String>) - Method in class java.util.logging.Logger
-
Log a lazily constructed message, specifying source class and method,
with associated Throwable information.
- logrb(Level, String, String, String, String) - Method in class java.util.logging.Logger
-
- logrb(Level, String, String, String, String, Object) - Method in class java.util.logging.Logger
-
- logrb(Level, String, String, String, String, Object[]) - Method in class java.util.logging.Logger
-
- logrb(Level, String, String, ResourceBundle, String, Object...) - Method in class java.util.logging.Logger
-
Log a message, specifying source class, method, and resource bundle,
with an optional list of message parameters.
- logrb(Level, String, String, String, String, Throwable) - Method in class java.util.logging.Logger
-
- logrb(Level, String, String, ResourceBundle, String, Throwable) - Method in class java.util.logging.Logger
-
Log a message, specifying source class, method, and resource bundle,
with associated Throwable information.
- LogRecord - Class in java.util.logging
-
LogRecord objects are used to pass logging requests between
the logging framework and individual log Handlers.
- LogRecord(Level, String) - Constructor for class java.util.logging.LogRecord
-
Construct a LogRecord with the given level and message values.
- LogStream - Class in java.rmi.server
-
- logThrowable(Throwable) - Method in class com.codename1.io.Log
-
Logs an exception to the log, by default print is called with the exception
details, on supported devices the stack trace is also physically written to
the log
- LONG - Static variable in class com.codename1.l10n.DateFormat
-
Constant for long style parsing/formatting pattern.
- Long - Class in java.lang
-
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.
- LONG - Static variable in class java.text.DateFormat
-
Constant for long style pattern.
- LONG - Static variable in class java.util.Calendar
-
- LONG - Static variable in class java.util.TimeZone
-
A style specifier for getDisplayName()
indicating
a long name, such as "Pacific Standard Time."
- LONG_FORMAT - Static variable in class java.util.Calendar
-
- LONG_STANDALONE - Static variable in class java.util.Calendar
-
- LongAccumulator - Class in java.util.concurrent.atomic
-
One or more variables that together maintain a running long
value updated using a supplied function.
- LongAccumulator(LongBinaryOperator, long) - Constructor for class java.util.concurrent.atomic.LongAccumulator
-
Creates a new instance using the given accumulator function
and identity element.
- LongAdder - Class in java.util.concurrent.atomic
-
One or more variables that together maintain an initially zero
long
sum.
- LongAdder() - Constructor for class java.util.concurrent.atomic.LongAdder
-
Creates a new adder with initial sum of zero.
- LongBinaryOperator - Interface in java.util.function
-
Represents an operation upon two long
-valued operands and producing a
long
-valued result.
- longBitsToDouble(long) - Static method in class java.lang.Double
-
Returns the double
value corresponding to a given
bit representation.
- LongConsumer - Interface in java.util.function
-
Represents an operation that accepts a single long
-valued argument and
returns no result.
- LongFunction<R> - Interface in java.util.function
-
Represents a function that accepts a long-valued argument and produces a
result.
- longitudeDifference() - Method in class com.codename1.maps.BoundingBox
-
- longKeyPress(int) - Method in class com.codename1.ui.Component
-
If this Component is focused this method is invoked when the user presses
and holds the key
- longKeyPress(int) - Method in class com.codename1.ui.Form
-
- longKeyPress(int) - Method in class com.codename1.ui.TextField
-
- longKeyPress(int) - Method in class com.sun.lwuit.Component
-
If this Component is focused this method is invoked when the user presses
and holds the key
- longKeyPress(int) - Method in class com.sun.lwuit.Form
-
- longKeyPress(int) - Method in class com.sun.lwuit.TextField
-
- LONGNVARCHAR - Static variable in class java.sql.Types
-
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type LONGNVARCHAR
.
- longPointerPress(int, int) - Method in class com.codename1.ui.Component
-
If this Component is focused this method is invoked when the user presses
and holds the pointer on the Component
- longPointerPress(int, int) - Method in class com.codename1.ui.Form
-
- longPointerPress(int, int) - Method in class com.codename1.ui.List
-
- longPointerPress(int, int) - Method in class com.sun.lwuit.Component
-
If this Component is focused this method is invoked when the user presses
and holds the pointer on the Component
- longPointerPress(int, int) - Method in class com.sun.lwuit.Form
-
- longPointerPress(int, int) - Method in class com.sun.lwuit.List
-
- LongPredicate - Interface in java.util.function
-
Represents a predicate (boolean-valued function) of one long
-valued
argument.
- longs(long) - Method in class java.util.concurrent.ThreadLocalRandom
-
Returns a stream producing the given streamSize
number of
pseudorandom long
values.
- longs() - Method in class java.util.concurrent.ThreadLocalRandom
-
Returns an effectively unlimited stream of pseudorandom long
values.
- longs(long, long, long) - Method in class java.util.concurrent.ThreadLocalRandom
-
Returns a stream producing the given streamSize
number of
pseudorandom long
, each conforming to the given origin
(inclusive) and bound (exclusive).
- longs(long, long) - Method in class java.util.concurrent.ThreadLocalRandom
-
Returns an effectively unlimited stream of pseudorandom long
values, each conforming to the given origin (inclusive) and bound
(exclusive).
- longs(long) - Method in class java.util.Random
-
Returns a stream producing the given streamSize
number of
pseudorandom long
values.
- longs() - Method in class java.util.Random
-
Returns an effectively unlimited stream of pseudorandom long
values.
- longs(long, long, long) - Method in class java.util.Random
-
Returns a stream producing the given streamSize
number of
pseudorandom long
, each conforming to the given origin
(inclusive) and bound (exclusive).
- longs(long, long) - Method in class java.util.Random
-
Returns an effectively unlimited stream of pseudorandom long
values, each conforming to the given origin (inclusive) and bound
(exclusive).
- longs(long) - Method in class java.util.SplittableRandom
-
Returns a stream producing the given streamSize
number
of pseudorandom long
values from this generator and/or
one split from it.
- longs() - Method in class java.util.SplittableRandom
-
Returns an effectively unlimited stream of pseudorandom long
values from this generator and/or one split from it.
- longs(long, long, long) - Method in class java.util.SplittableRandom
-
Returns a stream producing the given streamSize
number of
pseudorandom long
values from this generator and/or one split
from it; each value conforms to the given origin (inclusive) and bound
(exclusive).
- longs(long, long) - Method in class java.util.SplittableRandom
-
Returns an effectively unlimited stream of pseudorandom long
values from this generator and/or one split from it; each value
conforms to the given origin (inclusive) and bound (exclusive).
- LongStream - Interface in java.util.stream
-
A sequence of primitive long-valued elements supporting sequential and parallel
aggregate operations.
- longStream(Spliterator.OfLong, boolean) - Static method in class java.util.stream.StreamSupport
-
Creates a new sequential or parallel LongStream
from a
Spliterator.OfLong
.
- longStream(Supplier<? extends Spliterator.OfLong>, int, boolean) - Static method in class java.util.stream.StreamSupport
-
Creates a new sequential or parallel LongStream
from a
Supplier
of Spliterator.OfLong
.
- LongStream.Builder - Interface in java.util.stream
-
A mutable builder for a LongStream
.
- LongSummaryStatistics - Class in java.util
-
A state object for collecting statistics such as count, min, max, sum, and
average.
- LongSummaryStatistics() - Constructor for class java.util.LongSummaryStatistics
-
Construct an empty instance with zero count, zero sum,
Long.MAX_VALUE
min, Long.MIN_VALUE
max and zero
average.
- LongSupplier - Interface in java.util.function
-
Represents a supplier of long
-valued results.
- LongToDoubleFunction - Interface in java.util.function
-
Represents a function that accepts a long-valued argument and produces a
double-valued result.
- LongToIntFunction - Interface in java.util.function
-
Represents a function that accepts a long-valued argument and produces an
int-valued result.
- longToken(long) - Method in interface com.codename1.io.JSONParseCallback
-
Submits a numeric token from the JSON data
- longToken(long) - Method in class com.codename1.io.JSONParser
-
- LongUnaryOperator - Interface in java.util.function
-
Represents an operation on a single long
-valued operand that produces
a long
-valued result.
- longValue() - Method in class java.lang.Byte
-
Returns the value of this Byte
as a long
after
a widening primitive conversion.
- longValue() - Method in class java.lang.Double
-
Returns the value of this Double
as a long
after a narrowing primitive conversion.
- longValue() - Method in class java.lang.Float
-
Returns value of this Float
as a long
after a
narrowing primitive conversion.
- longValue() - Method in class java.lang.Integer
-
Returns the value of this Integer
as a long
after a widening primitive conversion.
- 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
,
which may involve rounding or truncation.
- longValue() - Method in class java.lang.Short
-
Returns the value of this Short
as a long
after
a widening primitive conversion.
- 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
.
- longValue() - Method in class java.util.concurrent.atomic.AtomicInteger
-
Returns the value of this AtomicInteger
as a long
after a widening primitive conversion.
- longValue() - Method in class java.util.concurrent.atomic.AtomicLong
-
Returns the value of this AtomicLong
as a long
.
- longValue() - Method in class java.util.concurrent.atomic.DoubleAccumulator
-
Returns the
current value as a
long
after a narrowing primitive conversion.
- longValue() - Method in class java.util.concurrent.atomic.DoubleAdder
-
- longValue() - Method in class java.util.concurrent.atomic.LongAccumulator
-
- longValue() - Method in class java.util.concurrent.atomic.LongAdder
-
- longValueExact() - Method in class java.math.BigDecimal
-
Converts this BigDecimal
to a long
, checking
for lost information.
- longValueExact() - Method in class java.math.BigInteger
-
Converts this BigInteger
to a long
, checking
for lost information.
- LONGVARBINARY - Static variable in class java.sql.Types
-
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
LONGVARBINARY
.
- LONGVARCHAR - Static variable in class java.sql.Types
-
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
LONGVARCHAR
.
- LookAndFeel - Class in com.codename1.ui.plaf
-
Allows a UI developer to completely customize the look of the application by
overriding drawing/sizing methods appropriately.
- LookAndFeel(UIManager) - Constructor for class com.codename1.ui.plaf.LookAndFeel
-
- LookAndFeel - Class in com.sun.lwuit.plaf
-
Allows a UI developer to completely customize the look of the application by
overriding drawing/sizing methods appropriately.
- LookAndFeel() - Constructor for class com.sun.lwuit.plaf.LookAndFeel
-
- lookingAt() - Method in class java.util.regex.Matcher
-
Attempts to match the input sequence, starting at the beginning of the
region, against the pattern.
- lookup(Class<?>) - Static method in class java.io.ObjectStreamClass
-
Find the descriptor for a class that can be serialized.
- lookup() - Static method in class java.lang.invoke.MethodHandles
-
Returns a
lookup object
with
full capabilities to emulate all supported bytecode behaviors of the caller.
- lookup(String) - Static method in class java.rmi.Naming
-
Returns a reference, a stub, for the remote object associated
with the specified name
.
- lookup(String) - Method in interface java.rmi.registry.Registry
-
Returns the remote reference bound to the specified
name
in this registry.
- lookup(List<Locale.LanguageRange>, Collection<Locale>) - Static method in class java.util.Locale
-
Returns a Locale
instance for the best-matching language
tag using the lookup mechanism defined in RFC 4647.
- lookup(String) - Method in class javax.microedition.xlet.ixc.IxcRegistry
-
- lookupAny(Class<?>) - Static method in class java.io.ObjectStreamClass
-
Returns the descriptor for any class, regardless of whether it
implements
Serializable
.
- lookupClass() - Method in class java.lang.invoke.MethodHandles.Lookup
-
Tells which class is performing the lookup.
- lookupConstraints(Component) - Method in class com.codename1.ui.layouts.GridBagLayout
-
- lookupModes() - Method in class java.lang.invoke.MethodHandles.Lookup
-
Tells which access-protection classes of members this lookup object can produce.
- lookupNamespaceURI(String) - Method in interface org.w3c.dom.Node
-
Look up the namespace URI associated to the given prefix, starting from
this node.
- lookupPrefix(String) - Method in interface org.w3c.dom.Node
-
Look up the prefix associated to the given namespace URI, starting from
this node.
- lookupPrincipalByGroupName(String) - Method in class java.nio.file.attribute.UserPrincipalLookupService
-
Lookup a group principal by group name.
- lookupPrincipalByName(String) - Method in class java.nio.file.attribute.UserPrincipalLookupService
-
Lookup a user principal by name.
- lookupTag(List<Locale.LanguageRange>, Collection<String>) - Static method in class java.util.Locale
-
Returns the best-matching language tag using the lookup mechanism
defined in RFC 4647.
- LOW_SURROGATES - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Low Surrogates" Unicode character block.
- lower(E) - Method in class java.util.concurrent.ConcurrentSkipListSet
-
- lower(E) - Method in interface java.util.NavigableSet
-
Returns the greatest element in this set strictly less than the
given element, or null
if there is no such element.
- lower(E) - Method in class java.util.TreeSet
-
- LOWERCASE_LETTER - Static variable in class java.lang.Character
-
General category "Ll" in the Unicode specification.
- lowerCaseMode(boolean) - Method in class java.io.StreamTokenizer
-
Determines whether or not word token are automatically lowercased.
- lowerEntry(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
-
Returns a key-value mapping associated with the greatest key
strictly less than the given key, or null
if there is
no such key.
- lowerEntry(K) - Method in interface java.util.NavigableMap
-
Returns a key-value mapping associated with the greatest key
strictly less than the given key, or null
if there is
no such key.
- lowerEntry(K) - Method in class java.util.TreeMap
-
- lowerKey(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
-
- lowerKey(K) - Method in interface java.util.NavigableMap
-
Returns the greatest key strictly less than the given key, or
null
if there is no such key.
- lowerKey(K) - Method in class java.util.TreeMap
-
- lowestOneBit(int) - Static method in class java.lang.Integer
-
Returns an int
value with at most a single one-bit, in the
position of the lowest-order ("rightmost") one-bit in the specified
int
value.
- lowestOneBit(long) - Static method in class java.lang.Long
-
Returns a long
value with at most a single one-bit, in the
position of the lowest-order ("rightmost") one-bit in the specified
long
value.
- lowSurrogate(int) - Static method in class java.lang.Character
-
- LSException - Exception in org.w3c.dom.ls
-
Parser or write operations may throw an LSException
if the
processing is stopped.
- LSException(short, String) - Constructor for exception org.w3c.dom.ls.LSException
-
- LSInput - Interface in org.w3c.dom.ls
-
This interface represents an input source for data.
- LSLoadEvent - Interface in org.w3c.dom.ls
-
This interface represents a load event object that signals the completion
of a document load.
- LSOutput - Interface in org.w3c.dom.ls
-
This interface represents an output destination for data.
- LSParser - Interface in org.w3c.dom.ls
-
An interface to an object that is able to build, or augment, a DOM tree
from various input sources.
- LSParserFilter - Interface in org.w3c.dom.ls
-
LSParserFilter
s provide applications the ability to examine
nodes as they are being constructed while parsing.
- LSProgressEvent - Interface in org.w3c.dom.ls
-
This interface represents a progress event object that notifies the
application about progress as a document is parsed.
- LSResourceResolver - Interface in org.w3c.dom.ls
-
LSResourceResolver
provides a way for applications to
redirect references to external resources.
- LSSerializer - Interface in org.w3c.dom.ls
-
A LSSerializer
provides an API for serializing (writing) a
DOM document out into XML.
- LSSerializerFilter - Interface in org.w3c.dom.ls
-
LSSerializerFilter
s provide applications the ability to
examine nodes as they are being serialized and decide what nodes should
be serialized or not.
- LWUITResourceClassLoader - Interface in com.sun.lwuit.misc
-
- LWUITSharedSecrets - Class in com.sun.lwuit.misc
-
- LWUITSharedSecrets() - Constructor for class com.sun.lwuit.misc.LWUITSharedSecrets
-
- LYCIAN - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Lycian" Unicode character block.
- LYDIAN - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Lydian" Unicode character block.