J avolution v5.2 (J2SE 1.5+)
A B C D E F G H I J K L M N O P Q R S T U V W X Z

L

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.
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.
LEXICAL - Static variable in class javolution.util.FastComparator
Holds a lexicographic comparator for any CharSequence or String instances.
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).
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.
LocalContext.Reference() - Constructor for class javolution.context.LocalContext.Reference
Default constructor (default referent is null).
LocalContext.Reference(T) - Constructor for class javolution.context.LocalContext.Reference
Creates a local reference having the specified default value.
LocalMap<K,V> - Class in javolution.util
This class represents a map which can be temporarily modified without impacting other threads (locally 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.
lock() - Method in class javolution.util.ReentrantLock
Acquires the lock.
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
Log 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.
logError(Throwable, CharSequence) - Method in class javolution.context.LogContext
Logs the specified error.
logError(Throwable, String) - Method in class javolution.context.LogContext
Equivalent to LogContext.logError(Throwable, CharSequence) (for J2ME compatibility).
logError(Throwable, CharSequence) - Method in class javolution.util.StandardLog
 
logInfo(CharSequence) - Method in class javolution.context.LogContext
Logs the specified informative message.
logInfo(String) - Method in class javolution.context.LogContext
Equivalent to LogContext.logInfo(CharSequence) (for J2ME compatibility).
logInfo(CharSequence) - Method in class javolution.util.StandardLog
 
logWarning(CharSequence) - Method in class javolution.context.LogContext
Logs the specified warning message.
logWarning(String) - Method in class javolution.context.LogContext
Equivalent to LogContext.logWarning(CharSequence) (for J2ME compatibility).
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.util.Index
Returns the index value as long.

J avolution v5.2 (J2SE 1.5+)
A B C D E F G H I J K L M N O P Q R S T U V W X Z
Copyright © 2005 - 2007 Javolution.