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
Listthat 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
LazyListImplinstance. - LazyListImpl(List<E>) - Constructor for class org.tquadrat.foundation.util.internal.LazyListImpl
-
Creates a new
LazyListImplinstance that is initialised with the given value. - LazyMap<K,
V> - Interface in org.tquadrat.foundation.util -
The interface for a
Mapthat 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
LazyMapImplinstance. - LazyMapImpl(Map<K, V>) - Constructor for class org.tquadrat.foundation.util.internal.LazyMapImpl
-
Creates a new
LazyMapImplinstance that is initialised with the given value. - LazySet<E> - Interface in org.tquadrat.foundation.util
-
The interface for a
Setthat 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
LazySetImplinstance. - LazySetImpl(Set<E>) - Constructor for class org.tquadrat.foundation.util.internal.LazySetImpl
-
Creates a new
LazySetImplinstance that is initialised with the given value. - LazySortedMap<K,
V> - Interface in org.tquadrat.foundation.util -
The interface for a
SortedMapthat 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
LazyMapImplinstance 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
ListBasedComparatorinstance. - ListBasedComparator.SimpleKeyProvider<T,
K> - Class in org.tquadrat.foundation.util.internal -
A simple implementation of
Comparators.KeyProviderthat 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
StringConverterfor arbitrary instances ofListimplementations. - 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
ClassLoaderinstance, 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
ClassLoaderinstance, 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
ClassLoaderthat 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 ofClassLoaderthat 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
TimeDateStringConverterforjava.time.LocalDate. - LocalDateStringConverter() - Constructor for class org.tquadrat.foundation.util.stringconverter.LocalDateStringConverter
-
Creates a new
LocalDateStringConverterinstance. - LocalDateStringConverter(DateTimeFormatter) - Constructor for class org.tquadrat.foundation.util.stringconverter.LocalDateStringConverter
-
Creates a new
LocalDateStringConverterinstance. - LocalDateTimeStringConverter - Class in org.tquadrat.foundation.util.stringconverter
-
The implementation of
TimeDateStringConverterforjava.time.LocalDateTime. - LocalDateTimeStringConverter() - Constructor for class org.tquadrat.foundation.util.stringconverter.LocalDateTimeStringConverter
-
Creates a new
LocalDateTimeStringConverterinstance. - LocalDateTimeStringConverter(DateTimeFormatter) - Constructor for class org.tquadrat.foundation.util.stringconverter.LocalDateTimeStringConverter
-
Creates a new
LocalDateTimeStringConverterinstance. - LocaleStringConverter - Class in org.tquadrat.foundation.util.stringconverter
-
An implementation of
StringConverterforLocalevalues.
The methodLocaleStringConverter.fromString(CharSequence)will useSystemUtils.retrieveLocale(CharSequence)to obtain an instance ofLocalebased 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
TimeDateStringConverterforjava.time.LocalTime. - LocalTimeStringConverter() - Constructor for class org.tquadrat.foundation.util.stringconverter.LocalTimeStringConverter
-
Creates a new
LocalTimeStringConverterinstance. - LocalTimeStringConverter(DateTimeFormatter) - Constructor for class org.tquadrat.foundation.util.stringconverter.LocalTimeStringConverter
-
Creates a new
LocalTimeStringConverterinstance. - LongStringConverter - Class in org.tquadrat.foundation.util.stringconverter
-
The implementation of
NumberStringConverterLong. - 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
