- lastIndexIn(CharSequence) - Method in class javolution.text.CharSet
-
- lastIndexIn(CharSequence, int) - Method in class javolution.text.CharSet
-
Returns the last index in the specified character sequence of
one of the character of this set.
- lastIndexIn(char[]) - Method in class javolution.text.CharSet
-
- lastIndexIn(char[], int) - Method in class javolution.text.CharSet
-
Returns the last index in the specified character array of
one of the character of this set.
- lastIndexOf(CharSequence) - Method in class javolution.text.Text
-
Returns the index within this text of the last occurrence of
the specified characters sequence searching backward.
- lastIndexOf(CharSequence, int) - Method in class javolution.text.Text
-
Returns the index within this text of the last occurrence of
the specified character sequence searching backward from the specified
index.
- lastIndexOf(char, int) - Method in class javolution.text.Text
-
Returns the index within this text of the first occurrence of the
specified character, searching backward and starting at the specified
index.
- lastIndexOf(Object) - Method in class javolution.util.FastList
-
Returns the index in this list of the last occurrence of the specified
value, or -1 if this list does not contain this value.
- lastIndexOf(Object) - Method in class javolution.util.FastTable
-
Returns the index in this table of the last occurrence of the specified
value, or -1 if this table does not contain this value.
- lastIndexOf(Object) - Method in class javolution.util.internal.collection.SharedCollectionImpl
-
- lastIndexOf(Object) - Method in class javolution.util.internal.collection.UnmodifiableCollectionImpl
-
- lastIndexOf(Object) - Method in class javolution.util.MutableList
-
- lastIndexOfAny(CharSet) - Method in class javolution.text.Text
-
Returns the index within this text of the last occurrence
of any character in the specified character set.
- lastIndexOfAny(CharSet, int) - Method in class javolution.text.Text
-
Returns the index within a region of this text of the last occurrence
of any character in the specified character set.
- lastIndexOfAny(CharSet, int, int) - Method in class javolution.text.Text
-
Returns the index within a region of this text of the last occurrence
of any character in the specified character set.
- length() - Method in class javolution.text.CharArray
-
Returns the length of this character sequence.
- length() - Method in class javolution.text.Text
-
Returns the length of this text.
- length() - Method in class javolution.text.TextBuilder
-
Returns the length (character count) of this text builder.
- length() - Method in class javolution.util.FastBitSet
-
Returns the logical number of bits actually used by this bit
set.
- length() - Method in class javolution.xml.QName
-
Returns the length of this character sequence.
- LEXICAL - Static variable in class javolution.util.internal.FastComparator
-
Holds a lexicographic comparator for any CharSequence
or
String
instances.
- LINE_SEPARATOR - Static variable in class javolution.xml.stream.XMLOutputFactory
-
Property used to specify the new line characters
(type: String
, default: "\n"
).
- listIterator() - Method in class javolution.util.FastList
-
Returns a list iterator over the elements in this list
(allocated on the stack when executed in a
StackContext
).
- listIterator(int) - Method in class javolution.util.FastList
-
Returns a list iterator from the specified position
(allocated on the stack when executed in a
StackContext
).
- listIterator() - Method in class javolution.util.FastTable
-
Returns a list iterator over the elements in this list
(allocated on the stack when executed in a
StackContext
).
- listIterator(int) - Method in class javolution.util.FastTable
-
Returns a list iterator from the specified position
(allocated on the stack when executed in a
StackContext
).
- listIterator() - Method in class javolution.util.internal.collection.SharedCollectionImpl
-
- listIterator(int) - Method in class javolution.util.internal.collection.SharedCollectionImpl
-
- listIterator() - Method in class javolution.util.internal.collection.UnmodifiableCollectionImpl
-
- listIterator(int) - Method in class javolution.util.internal.collection.UnmodifiableCollectionImpl
-
- listIterator() - Method in class javolution.util.MutableList
-
- listIterator(int) - Method in class javolution.util.MutableList
-
- LocalContext - Class in javolution.context
-
This class represents a context to define locally scoped environment
settings.
- LocalContext() - Constructor for class javolution.context.LocalContext
-
Default constructor.
- LocalContext.Reference<T> - Class in javolution.context
-
This class represents a reference whose setting is local to the current
LocalContext
.
- LocalMap<K,V> - Class in javolution.util
-
This class represents a map which can be temporarily modified without
impacting other threads (
scoped
changes).
- LocalMap() - Constructor for class javolution.util.LocalMap
-
Default constructor.
- Location - Interface in javolution.xml.stream
-
Provides information on the location of an event.
- Locator - Interface in org.xml.sax
-
Interface for associating a SAX event with a document location.
- lock() - Method in class javolution.util.internal.ReadWriteLockImpl.ReadLock
-
- lock() - Method in class javolution.util.internal.ReadWriteLockImpl.WriteLock
-
- lock() - Method in class javolution.util.ReentrantLock
-
Acquires the lock.
- lockInterruptibly() - Method in class javolution.util.internal.ReadWriteLockImpl.ReadLock
-
- lockInterruptibly() - Method in class javolution.util.internal.ReadWriteLockImpl.WriteLock
-
- log(double) - Static method in class javolution.lang.MathLib
-
Returns the natural logarithm (base
e
) of the specified
value.
- log(LogRecord) - Static method in class javolution.util.StandardLog
-
Logs a specific LogRecord.
- LOG10 - Static variable in class javolution.lang.MathLib
-
The natural logarithm of ten.
- log10(double) - Static method in class javolution.lang.MathLib
-
Returns the decimal logarithm of the specified value.
- LOG2 - Static variable in class javolution.lang.MathLib
-
The natural logarithm of two.
- LogContext - Class in javolution.context
-
This class represents a context for object-based/thread-based logging
capabilities.
- LogContext() - Constructor for class javolution.context.LogContext
-
Default constructor.
- logDebug(CharSequence) - Method in class javolution.context.LogContext
-
Logs the specified debug message.
- logDebug(CharSequence) - Method in class javolution.util.StandardLog
-
- logError(Throwable, CharSequence) - Method in class javolution.context.LogContext
-
Logs the specified error.
- logError(Throwable, CharSequence) - Method in class javolution.util.StandardLog
-
- logInfo(CharSequence) - Method in class javolution.context.LogContext
-
Logs the specified informative message.
- logInfo(CharSequence) - Method in class javolution.util.StandardLog
-
- logMessage(String, CharSequence) - Method in class javolution.context.LogContext
-
Logs the message of specified category (examples of category are
"debug", "info", "warning", "error").
- logMessage(String, CharSequence) - Method in class javolution.testing.JUnitContext
-
- logMessage(String, CharSequence) - Method in class javolution.util.StandardLog
-
- logWarning(CharSequence) - Method in class javolution.context.LogContext
-
Logs the specified warning message.
- logWarning(CharSequence) - Method in class javolution.util.StandardLog
-
- LONGS_FACTORY - Static variable in class javolution.context.ArrayFactory
-
Holds factory for long
arrays.
- longValue() - Method in class javolution.io.Struct.BitField
-
- longValue() - Method in class javolution.util.Index
-
Returns the index value as long
.