Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

L

lastIndexOf(Object) - Method in class org.tquadrat.foundation.util.internal.LazyListImpl
lastKey() - Method in class org.tquadrat.foundation.util.internal.LazySortedMapImpl
LazyList<E> - Interface in org.tquadrat.foundation.util
The interface for a List that will be initialised only when required.
LazyListImpl<E> - Class in org.tquadrat.foundation.util.internal
The implementation for LazyList.
LazyListImpl(boolean, Supplier<? extends List<E>>) - Constructor for class org.tquadrat.foundation.util.internal.LazyListImpl
Creates a new LazyListImpl instance.
LazyListImpl(List<E>) - Constructor for class org.tquadrat.foundation.util.internal.LazyListImpl
Creates a new LazyListImpl instance that is initialised with the given value.
LazyMap<K,V> - Interface in org.tquadrat.foundation.util
The interface for a Map that will be initialised only when required.
LazyMapImpl<K,V> - Class in org.tquadrat.foundation.util.internal
The implementation for LazyMap.
LazyMapImpl(boolean, Supplier<? extends Map<K, V>>) - Constructor for class org.tquadrat.foundation.util.internal.LazyMapImpl
Creates a new LazyMapImpl instance.
LazyMapImpl(Map<K, V>) - Constructor for class org.tquadrat.foundation.util.internal.LazyMapImpl
Creates a new LazyMapImpl instance that is initialised with the given value.
LazySet<E> - Interface in org.tquadrat.foundation.util
The interface for a Set that will be initialised only when required.
LazySetImpl<E> - Class in org.tquadrat.foundation.util.internal
The implementation for LazySet.
LazySetImpl(boolean, Supplier<? extends Set<E>>) - Constructor for class org.tquadrat.foundation.util.internal.LazySetImpl
Creates a new LazySetImpl instance.
LazySetImpl(Set<E>) - Constructor for class org.tquadrat.foundation.util.internal.LazySetImpl
Creates a new LazySetImpl instance that is initialised with the given value.
LazySortedMap<K,V> - Interface in org.tquadrat.foundation.util
The interface for a SortedMap that will be initialised only when required.
LazySortedMapImpl<K,V> - Class in org.tquadrat.foundation.util.internal
The implementation for LazyMap.
LazySortedMapImpl(boolean, Supplier<? extends SortedMap<K, V>>) - Constructor for class org.tquadrat.foundation.util.internal.LazySortedMapImpl
Creates a new LazySortedMapImpl<K,V> instance.
LazySortedMapImpl(SortedMap<K, V>) - Constructor for class org.tquadrat.foundation.util.internal.LazySortedMapImpl
Creates a new LazyMapImpl instance that is initialised with the given value.
list() - Method in interface org.tquadrat.foundation.util.internal.Entities.EntityMap
Returns the entities.
list() - Method in class org.tquadrat.foundation.util.internal.Entities.PrimitiveEntityMap
Returns the entities.
listBasedComparator(Comparators.KeyProvider<T, K>, Comparator<? super K>, K...) - Static method in class org.tquadrat.foundation.util.Comparators
A comparator that works on a list of sort keys.
listBasedComparator(Comparators.KeyProvider<T, K>, K...) - Static method in class org.tquadrat.foundation.util.Comparators
A comparator that works on a list of sort keys.
listBasedComparator(T...) - Static method in class org.tquadrat.foundation.util.Comparators
Returns a comparator that works on a list of sort keys.
ListBasedComparator<T,K> - Class in org.tquadrat.foundation.util.internal
A comparator that works on a list of sort keys.
ListBasedComparator(Comparators.KeyProvider<T, K>, Comparator<? super K>, K[]) - Constructor for class org.tquadrat.foundation.util.internal.ListBasedComparator
Creates a new ListBasedComparator instance.
ListBasedComparator.SimpleKeyProvider<T,K> - Class in org.tquadrat.foundation.util.internal
A simple implementation of Comparators.KeyProvider that returns the instance itself as the sort order key.
listEntities() - Method in class org.tquadrat.foundation.util.internal.Entities
Returns a list of all known entities.
listIterator() - Method in class org.tquadrat.foundation.util.internal.LazyListImpl
listIterator(int) - Method in class org.tquadrat.foundation.util.internal.LazyListImpl
listNamespaces() - Static method in class org.tquadrat.foundation.util.UniqueIdUtils
Returns the names of the known UUID namespaces.
ListStringConverter<E> - Class in org.tquadrat.foundation.util.stringconverter
An implementation of StringConverter for arbitrary instances of List implementations.
ListStringConverter(StringConverter<E>, Supplier<List<E>>) - Constructor for class org.tquadrat.foundation.util.stringconverter.ListStringConverter
Creates a new instance of ListStringConverter.
loadClass(ClassLoader, String) - Static method in class org.tquadrat.foundation.util.JavaUtils
Loads the class with the given name, using the given ClassLoader instance, and returns that class.
loadClass(ClassLoader, String, Class<? extends T>) - Static method in class org.tquadrat.foundation.util.JavaUtils
Loads the class with the given name, using the given ClassLoader instance, and returns that class, wrapped in an instance of Optional.
loadClass(String) - Static method in class org.tquadrat.foundation.util.JavaUtils
Loads the class with the given name, using the instance of ClassLoader that loaded the caller's class, and returns that class.
loadClass(String, Class<T>) - Static method in class org.tquadrat.foundation.util.JavaUtils
If no class with that name could be found by that instance of ClassLoader, or if it does not implement the given interface/extend the given class, no exception will be thrown; instead this method will return an empty Optional.
Loads the class with the given name, using the instance of ClassLoader that loaded the caller's class, and returns that class, wrapped in an instance of Optional.
loadEntities(Entities.EntityMap, URL) - Static method in class org.tquadrat.foundation.util.internal.Entities
Load the entities from the resource identified by the given URL to the given target entity map.
loadToString(Reader) - Static method in class org.tquadrat.foundation.util.IOUtils
Reads the complete content of the provided Reader into a String.
LocalDateStringConverter - Class in org.tquadrat.foundation.util.stringconverter
The implementation of TimeDateStringConverter for java.time.LocalDate.
LocalDateStringConverter() - Constructor for class org.tquadrat.foundation.util.stringconverter.LocalDateStringConverter
Creates a new LocalDateStringConverter instance.
LocalDateStringConverter(DateTimeFormatter) - Constructor for class org.tquadrat.foundation.util.stringconverter.LocalDateStringConverter
Creates a new LocalDateStringConverter instance.
LocalDateTimeStringConverter - Class in org.tquadrat.foundation.util.stringconverter
The implementation of TimeDateStringConverter for java.time.LocalDateTime.
LocalDateTimeStringConverter() - Constructor for class org.tquadrat.foundation.util.stringconverter.LocalDateTimeStringConverter
Creates a new LocalDateTimeStringConverter instance.
LocalDateTimeStringConverter(DateTimeFormatter) - Constructor for class org.tquadrat.foundation.util.stringconverter.LocalDateTimeStringConverter
Creates a new LocalDateTimeStringConverter instance.
LocaleStringConverter - Class in org.tquadrat.foundation.util.stringconverter
An implementation of StringConverter for Locale values.

The method LocaleStringConverter.fromString(CharSequence) will use SystemUtils.retrieveLocale(CharSequence) to obtain an instance of Locale based on the given value.
LocaleStringConverter() - Constructor for class org.tquadrat.foundation.util.stringconverter.LocaleStringConverter
Creates a new instance of LocaleStringConverter.
LocalTimeStringConverter - Class in org.tquadrat.foundation.util.stringconverter
The implementation of TimeDateStringConverter for java.time.LocalTime.
LocalTimeStringConverter() - Constructor for class org.tquadrat.foundation.util.stringconverter.LocalTimeStringConverter
Creates a new LocalTimeStringConverter instance.
LocalTimeStringConverter(DateTimeFormatter) - Constructor for class org.tquadrat.foundation.util.stringconverter.LocalTimeStringConverter
Creates a new LocalTimeStringConverter instance.
LongStringConverter - Class in org.tquadrat.foundation.util.stringconverter
The implementation of NumberStringConverter Long.
LongStringConverter() - Constructor for class org.tquadrat.foundation.util.stringconverter.LongStringConverter
Creates a new instance of LongStringConverter.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form