Index
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 ofList
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 ofOptional
. - 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 emptyOptional
.
Loads the class with the given name, using the instance ofClassLoader
that loaded the caller's class, and returns that class, wrapped in an instance ofOptional
. - 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
- LocalDateStringConverter - Class in org.tquadrat.foundation.util.stringconverter
-
The implementation of
TimeDateStringConverter
forjava.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
forjava.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
forLocale
values.
The methodLocaleStringConverter.fromString(CharSequence)
will useSystemUtils.retrieveLocale(CharSequence)
to obtain an instance ofLocale
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
forjava.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
.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form